namespace | http://www.ntcip.org/c2f-objects | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="EssVisibilitySituation"> <xs:annotation> <xs:appinfo> other (1) unknown (2) clear (3) fog not patchy (4) patchy fog (5) blowing snow (6) smoke (7) sea spray (8) vehicle spray (9) blowing dust or sand (10) sun glare (11) swarms of insects (12) </xs:appinfo> <xs:documentation> Definition: Describes the travel environment in terms of visibility. If one exists, the corresponding BUFR value is indicated for staffed (BUFRs) and automated (BUFRa) stations. </xs:documentation> </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="other"/> <xs:enumeration value="unknown"/> <xs:enumeration value="clear"/> <xs:enumeration value="fog not patchy"/> <xs:enumeration value="patchy fog"/> <xs:enumeration value="blowing snow"/> <xs:enumeration value="smoke"/> <xs:enumeration value="sea spray"/> <xs:enumeration value="vehicle spray"/> <xs:enumeration value="blowing dust or sand"/> <xs:enumeration value="sun glare"/> <xs:enumeration value="swarms of insects"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |