db:area.units.attribute

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
otherunits xs:NMTOKEN optional
units restriction of xs:token optional

Used By

Source

<xs:attributeGroup name="area.units.attribute">
  <xs:attribute name="units">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="calspair"/>
        <xs:enumeration value="linecolumn"/>
        <xs:enumeration value="linecolumnpair"/>
        <xs:enumeration value="linerange"/>
        <xs:enumeration value="other"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="otherunits" type="xs:NMTOKEN"/>
</xs:attributeGroup>