| type | restriction of xs:token | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="unitCategories"> <xs:annotation> <xs:appinfo>unitValues are allowed enumeration values for standard and derived units for the UNIT statement.</xs:appinfo> <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#t-Standardunits"/> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="angle"/> <xs:enumeration value="force"/> <xs:enumeration value="length"/> <xs:enumeration value="mass"/> </xs:restriction> </xs:simpleType> |