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="EssWindSituation"> <xs:annotation> <xs:appinfo> other (1) unknown (2) calm (3) light breeze (4) moderate breeze (5) strong breeze (6) gale (7) moderate gale (8) strong gale (9) storm winds (10) hurricane force winds (11) gusty winds (12) </xs:appinfo> <xs:documentation> Definition: Describes the weather and travel situation in terms of wind from staffed stations only. </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="calm"/> <xs:enumeration value="light breeze"/> <xs:enumeration value="moderate breeze"/> <xs:enumeration value="strong breeze"/> <xs:enumeration value="gale"/> <xs:enumeration value="moderate gale"/> <xs:enumeration value="strong gale"/> <xs:enumeration value="storm winds"/> <xs:enumeration value="hurricane force winds"/> <xs:enumeration value="gusty winds"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> |