unece:VelocityCodeSimpleType
simpleType VelocityCodeSimpleType in namespace http://release.niem.gov/niem/codes/unece_rec20/4.0/
Definition
A data type for units of measurement for a speed or velocity.
Diagram
Enumerations
Value | Definition |
2M | centimetre per second |
2X | metre per minute |
C16 | millimetre per second |
FR | foot per minute |
FS | foot per second |
HM | mile per hour (statute mile) |
IU | inch per second |
KMH | kilometre per hour |
KNT | knot |
MTS | metre per second |
XML Schema
<xs:simpleType name="VelocityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for units of measurement for a speed or velocity.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="2M">
<xs:annotation>
<xs:documentation>
centimetre per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2X">
<xs:annotation>
<xs:documentation>
metre per minute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C16">
<xs:annotation>
<xs:documentation>
millimetre per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FR">
<xs:annotation>
<xs:documentation>
foot per minute</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FS">
<xs:annotation>
<xs:documentation>
foot per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HM">
<xs:annotation>
<xs:documentation>
mile per hour (statute mile)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IU">
<xs:annotation>
<xs:documentation>
inch per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="KMH">
<xs:annotation>
<xs:documentation>
kilometre per hour</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="KNT">
<xs:annotation>
<xs:documentation>
knot</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MTS">
<xs:annotation>
<xs:documentation>
metre per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>