namespace | http://www.IM-Draft-03-00-44a | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="UnderrideOverrideCode"> <xs:annotation> <xs:appinfo> no data known (0) -- Unknown if Underride or Override none (1) -- No Underride or Override underride with Compartment Intrusion (2) underride with No Compartment Intrusion (3) underride with Compartment Intrusion Unknown (4) override with Motor Vehicle in Transport (5) override with Other Motor Vehicle (6) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="6"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="no data known"/> <xs:enumeration value="none"/> <xs:enumeration value="underride with Compartment Intrusion"/> <xs:enumeration value="underride with No Compartment Intrusion"/> <xs:enumeration value="underride with Compartment Intrusion Unknown"/> <xs:enumeration value="override with Motor Vehicle in Transport"/> <xs:enumeration value="override with Other Motor Vehicle"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |