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="MostHarmfulEvent"> <xs:annotation> <xs:appinfo> none (0) -- None/minor damage unknown (1) -- Unknown -- Non Collision types overturn Rollover (2) fire Explosion (3) immersion (4) jackknife (5) cargo Equipment Loss Or Shift (6) fell Jumped from Motor Vehicle (7) thrown Or Falling Object (8) otherNon Collision (9) -- Collision with Person , Motor Vehicle , or Non-Fixed Object: pedestrian (10) pedalcycle (11) railwayVehicle (12) -- such as train or engine animal (13) motorVehicleinTransport (14) parkedMotorVehicle (15) workZone MaintenanceEquipment (16) otherNon FixedObject (17) -- Collision with Fixed Object: impactAttenuator CrashCushion (18) bridgeOverheadStructure (19) bridgePierorSupport (20) bridge Rail (21) culvert (22) curb (23) ditch (24) embankment (25) guardrail Face (26) guardrail End (27) concrete Traffic Barrier (28) other Traffic Barrier (29) tree (30) utilityPole LightSupport (31) trafficSign Support (32) trafficSignal Support (33) otherPost Pole Or Support (34) fence (35) mailbox (36) otherFixedObject (37) -- wall , </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="37"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="none"/> <xs:enumeration value="unknown"/> <xs:enumeration value="overturn Rollover"/> <xs:enumeration value="fire Explosion"/> <xs:enumeration value="immersion"/> <xs:enumeration value="jackknife"/> <xs:enumeration value="cargo Equipment Loss Or Shift"/> <xs:enumeration value="fell Jumped from Motor Vehicle"/> <xs:enumeration value="thrown Or Falling Object"/> <xs:enumeration value="otherNon Collision"/> <xs:enumeration value="pedestrian"/> <xs:enumeration value="pedalcycle"/> <xs:enumeration value="railwayVehicle"/> <xs:enumeration value="animal"/> <xs:enumeration value="motorVehicleinTransport"/> <xs:enumeration value="parkedMotorVehicle"/> <xs:enumeration value="workZone MaintenanceEquipment"/> <xs:enumeration value="otherNon FixedObject"/> <xs:enumeration value="impactAttenuator CrashCushion"/> <xs:enumeration value="bridgeOverheadStructure"/> <xs:enumeration value="bridgePierorSupport"/> <xs:enumeration value="bridge Rail"/> <xs:enumeration value="culvert"/> <xs:enumeration value="curb"/> <xs:enumeration value="ditch"/> <xs:enumeration value="embankment"/> <xs:enumeration value="guardrail Face"/> <xs:enumeration value="guardrail End"/> <xs:enumeration value="concrete Traffic Barrier"/> <xs:enumeration value="other Traffic Barrier"/> <xs:enumeration value="tree"/> <xs:enumeration value="utilityPole LightSupport"/> <xs:enumeration value="trafficSign Support"/> <xs:enumeration value="trafficSignal Support"/> <xs:enumeration value="otherPost Pole Or Support"/> <xs:enumeration value="fence"/> <xs:enumeration value="mailbox"/> <xs:enumeration value="otherFixedObject"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |