QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
unitdatetype | restriction of xs:token | optional |
Complex Types | unitdate, unitdatestructured |
<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> |