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