controlFieldType

MARC21 Fields 001-009

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id idDataType optional
tag controltagDataType required

Used By

Source

<xsd:complexType name="controlFieldType" id="controlfield.ct">
  <xsd:annotation>
    <xsd:documentation>MARC21 Fields 001-009</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="controlDataType">
      <xsd:attribute name="id" type="idDataType" use="optional"/>
      <xsd:attribute name="tag" type="controltagDataType" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>