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="OccupantProtectionSystemUsed"> <xs:annotation> <xs:appinfo> unknown (0) not Applicable (1) -- (non-motorist) none Used Motor Vehicle Occupant (2) shoulder and Lap Belt Used (3) shoulder Belt Only Used (4) lap Belt Only Used (5) restraint Used (6) -- Type Unknown child Restraint System Forward Facing (7) child Restraint System Rear Facing (8) booster Seat (9) child Restraint (10) -- Type Unknown helmet Used (11) other (12) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="12"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unknown"/> <xs:enumeration value="not Applicable"/> <xs:enumeration value="none Used Motor Vehicle Occupant"/> <xs:enumeration value="shoulder and Lap Belt Used"/> <xs:enumeration value="shoulder Belt Only Used"/> <xs:enumeration value="lap Belt Only Used"/> <xs:enumeration value="restraint Used"/> <xs:enumeration value="child Restraint System Forward Facing"/> <xs:enumeration value="child Restraint System Rear Facing"/> <xs:enumeration value="booster Seat"/> <xs:enumeration value="child Restraint"/> <xs:enumeration value="helmet Used"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |