namespace | http://www.ite.org/tmdd | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="Event-detection-method"> <xs:annotation> <xs:documentation> <objectClass>Event</objectClass> <definition>An indicator of how a roadway event was detected.</definition> </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="25"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="transit agency"/> <xs:enumeration value="traffic agency"/> <xs:enumeration value="commercial traffic service"/> <xs:enumeration value="unknown motorist observer"/> <xs:enumeration value="commercial fleet operator"/> <xs:enumeration value="dot"/> <xs:enumeration value="automobile club patrol"/> <xs:enumeration value="spotter aircraft"/> <xs:enumeration value="breakdown service private"/> <xs:enumeration value="camera observation"/> <xs:enumeration value="emergency service patrol non police"/> <xs:enumeration value="induction loop monitoring station"/> <xs:enumeration value="microwave monitoring station"/> <xs:enumeration value="mobile platform measurement"/> <xs:enumeration value="mobile telephone caller previously unknown"/> <xs:enumeration value="police patrol"/> <xs:enumeration value="public and private utilities"/> <xs:enumeration value="road condition model"/> <xs:enumeration value="registered motorist observer"/> <xs:enumeration value="roadside telephone caller"/> <xs:enumeration value="snowplow report"/> <xs:enumeration value="traffic monitoring station"/> <xs:enumeration value="video processing monitoring station"/> <xs:enumeration value="vehicle probe measurement"/> <xs:enumeration value="weather model"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |