namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, IM-IncidentDistribution) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="IM-IncidentDistribution"> <xs:annotation> <xs:appinfo> internal only (1) -- only within the agency transit agency (2) -- within agency , county police (3) state police (4) all police (5) medical (6) fire (7) other transit (8) -- other transit agencies isps (9) news media (10) city police (11) federal law enf (12) local police (13) ambulance units (14) rescue units (15) fire units (16) hazmat units (17) light tow unit (18) heavy tow unit (19) freeway service patrol (20) state dot (21) county dot (22) city dot (23) transit maintenance (24) </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="24"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="internal only"/> <xs:enumeration value="transit agency"/> <xs:enumeration value="county police"/> <xs:enumeration value="state police"/> <xs:enumeration value="all police"/> <xs:enumeration value="medical"/> <xs:enumeration value="fire"/> <xs:enumeration value="other transit"/> <xs:enumeration value="isps"/> <xs:enumeration value="news media"/> <xs:enumeration value="city police"/> <xs:enumeration value="federal law enf"/> <xs:enumeration value="local police"/> <xs:enumeration value="ambulance units"/> <xs:enumeration value="rescue units"/> <xs:enumeration value="fire units"/> <xs:enumeration value="hazmat units"/> <xs:enumeration value="light tow unit"/> <xs:enumeration value="heavy tow unit"/> <xs:enumeration value="freeway service patrol"/> <xs:enumeration value="state dot"/> <xs:enumeration value="county dot"/> <xs:enumeration value="city dot"/> <xs:enumeration value="transit maintenance"/> </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-IncidentDistribution"/> </xs:simpleType> </xs:union> </xs:simpleType> |