The MARC standards define three aspects of a MARC record: the field designations within each record, the structure of the record, and the actual content of the record itself.
Field designations Each
field in a MARC record provides particular information about the item the record is describing, such as the author, title, publisher, date, language, media type, etc. Since it was first developed at a time when computing power was low, and space precious, MARC uses a simple three-digit numeric code (from 001-999) to identify each field in the record. MARC defines field 100 as the primary author of a work, field 245 as the title and field 260 as the publisher, for example. Fields above 008 are further divided into
subfields using a single letter or number designation. The 260, for example, is further divided into subfield "a" for the place of publication, "b" for the name of the publisher, and "c" for the date of publication.
Record structure MARC records are typically stored and transmitted as binary files, usually with several MARC records concatenated together into a single file. MARC uses the
ISO 2709 standard to define the structure of each record. This includes a marker to indicate where each record begins and ends, as well as a set of characters at the beginning of each record that provide a directory for locating the fields and subfields within the record. In 2002, the Library of Congress developed the MARCXML schema as an alternative record structure, allowing MARC records to be represented in
XML; the fields remain the same, but those fields are expressed in the record in XML
markup. Libraries typically expose their records as MARCXML via a
web service, often following the
SRU or
OAI-PMH standards.
Content MARC encodes information about a bibliographic item, not information about the content of that item; this means it is a
metadata transmission standard, not a content standard. The actual content that a cataloger places in each MARC field is usually governed and defined by standards outside of MARC, except for a handful of fixed fields defined by the MARC standards themselves.
Resource Description and Access, for example, defines how the physical characteristics of books and other items should be expressed. The
Library of Congress Subject Headings (LCSH) are a list of authorized subject terms used to describe the main subject content of the work. Other cataloging rules and classification schedules can also be used. ==Formats==