namespace | http://www.ntcip.org/c2f-objects | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="EssSurfaceStatus"> <xs:annotation> <xs:appinfo> other (1) error (2) dry (3) trace moisture (4) wet (5) chemically wet (6) ice warning (7) ice watch (8) snow warning (9) snow watch (10) absorption (11) dew (12) frost (13) absorption at dewpoint (14) </xs:appinfo> <xs:documentation> Definition: A value indicating the pavement surface status. </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="14"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="other"/> <xs:enumeration value="error"/> <xs:enumeration value="dry"/> <xs:enumeration value="trace moisture"/> <xs:enumeration value="wet"/> <xs:enumeration value="chemically wet"/> <xs:enumeration value="ice warning"/> <xs:enumeration value="ice watch"/> <xs:enumeration value="snow warning"/> <xs:enumeration value="snow watch"/> <xs:enumeration value="absorption"/> <xs:enumeration value="dew"/> <xs:enumeration value="frost"/> <xs:enumeration value="absorption at dewpoint"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |