namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, OB-LocationReportReason) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="OB-LocationReportReason"> <xs:annotation> <xs:appinfo> initialReport (1) timepoint (2) arrivestop (3) departstop (4) timeout (5) event location (6) starttrip (7) endtrip (8) adherence on sched (9) adherence off sched (10) adherence on route (11) adherence off route (12) -- values 13-127 reserved -- values 128-255 are for locally defined reasons </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="12"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="initialReport"/> <xs:enumeration value="timepoint"/> <xs:enumeration value="arrivestop"/> <xs:enumeration value="departstop"/> <xs:enumeration value="timeout"/> <xs:enumeration value="event location"/> <xs:enumeration value="starttrip"/> <xs:enumeration value="endtrip"/> <xs:enumeration value="adherence on sched"/> <xs:enumeration value="adherence off sched"/> <xs:enumeration value="adherence on route"/> <xs:enumeration value="adherence off route"/> </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:OB-LocationReportReason"/> </xs:simpleType> </xs:union> </xs:simpleType> |