namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, IM-RoleInIncident) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="IM-RoleInIncident"> <xs:annotation> <xs:appinfo> notKnown (0) -- not known fatality (1) -- Fatality injury (2) -- Injury witness (3) -- Witness driver (4) -- Driver transitEmployee (5) -- Employee of Transit Agency publicSafetyEmployee (6) -- Employee of Other Public Safety Agency report (7) -- Reporter -- 8-127 Reserved for standard codes -- 128-255 Reserved for Local Use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="7"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="notKnown"/> <xs:enumeration value="fatality"/> <xs:enumeration value="injury"/> <xs:enumeration value="witness"/> <xs:enumeration value="driver"/> <xs:enumeration value="transitEmployee"/> <xs:enumeration value="publicSafetyEmployee"/> <xs:enumeration value="report"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:IM-RoleInIncident"/> </xs:simpleType> </xs:union> </xs:simpleType> |