simpleType "VelocityUnits"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9921001"
 - 
Kilometers per Hour
"9921003"
 - 
Miles per Hour
Annotation
Velocity in MPH or KPH
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  VelocityUnits
Derivation:
restriction of xs:string
Facets:
enumeration:
"9921001"
 - 
Kilometers per Hour
"9921003"
 - 
Miles per Hour
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="VelocityUnits">
<xs:restriction base="xs:string">
<xs:enumeration value="9921001"/>
<xs:enumeration value="9921003"/>
</xs:restriction>
</xs:simpleType>