A record store is a collection of records, and a record is basically a byte array of arbitrary data. The size of the byte array can vary for each record. The RMS doesn't understand the contents of a record and doesn't place any restrictions on what goes into the record. The RMS does do some rudimentary bookkeeping, however, such as assigning each record a unique identifier that is valid for the lifetime of the record store.
****************************************************************
a example :