a.unitdatetype

Attribute Group Information

Attributes

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

Used By

Complex Types unitdate, unitdatestructured

Source

<xs:attributeGroup name="a.unitdatetype">
  <xs:attribute name="unitdatetype">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="bulk"/>
        <xs:enumeration value="inclusive"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>