subfieldatafieldType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
code subfieldcodeDataType required
id idDataType optional

Used By

Source

<xsd:complexType name="subfieldatafieldType" id="subfield.ct">
  <xsd:simpleContent>
    <xsd:extension base="subfieldDataType">
      <xsd:attribute name="id" type="idDataType" use="optional"/>
      <xsd:attribute name="code" type="subfieldcodeDataType" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>