simpleType unitCategories
type restriction of xs:token
properties
base xs:token
used by
attribute unit/@category
facets
Kind Value Annotation
enumeration angle
enumeration force
enumeration length
enumeration mass
annotation
appinfo
unitValues are allowed enumeration values for standard and derived units for the UNIT statement.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy