namespace | http://www.ITIS-Adopted-03-00-02 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, WarningAdvice) | ||||
used by |
|
||||
source | <xs:simpleType name="WarningAdvice"> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="6912"/> <xs:maxInclusive value="7167"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="risk" id="_6913"/> <xs:enumeration value="watch" id="_6914"/> <xs:enumeration value="warning" id="_6915"/> <xs:enumeration value="alert" id="_6916"/> <xs:enumeration value="danger" id="_6917"/> <xs:enumeration value="danger of explosion" id="_6918"/> <xs:enumeration value="danger of fire" id="_6919"/> <xs:enumeration value="extra police patrols in operation" id="_6920"/> <xs:enumeration value="look out for vehicles stopped under bridges" id="_6921"/> <xs:enumeration value="increased risk of accident" id="_6922"/> <xs:enumeration value="rescue and recovery work in progress at scene" id="_6923"/> <xs:enumeration value="police at scene" id="_6924"/> <xs:enumeration value="emergency vehicles at scene" id="_6925"/> <xs:enumeration value="traffic being directed around accident area" id="_6926"/> <xs:enumeration value="police directing traffic" id="_6927"/> <xs:enumeration value="rescue workers directing traffic" id="_6928"/> <xs:enumeration value="repairs in progress" id="_6929"/> <xs:enumeration value="pilot car in operation" id="_6930"/> <xs:enumeration value="look out for flagger" id="_6931"/> <xs:enumeration value="police checks in operation" id="_6932"/> <xs:enumeration value="truck check point" id="_6937"/> <xs:enumeration value="lockdown" id="_6935"/> <xs:enumeration value="security check point" id="_6936"/> <xs:enumeration value="single occupancy vehicle check point" id="_6938"/> <xs:enumeration value="mandatory speed limit in force" id="_6933"/> <xs:enumeration value="speed limit in force for heavy vehicles" id="_6934"/> <xs:enumeration value="warning canceled" id="_7034"/> <xs:enumeration value="watch canceled" id="_7035"/> <xs:enumeration value="alert canceled" id="_7036"/> <xs:enumeration value="ended" id="_7037"/> <xs:enumeration value="cleared" id="_7038"/> <xs:enumeration value="canceled" id="_7039"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\[.+\].*"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:WarningAdvice"/> </xs:simpleType> </xs:union> </xs:simpleType> |