attlist.DescriptorRecord

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
DescriptorClass restriction of xs:token 1 optional

Used By

Source

<xs:attributeGroup name="attlist.DescriptorRecord">
  <xs:attribute name="DescriptorClass" default="1">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="1"/>
        <xs:enumeration value="2"/>
        <xs:enumeration value="3"/>
        <xs:enumeration value="4"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>