namespace | http://www.ITIS-Adopted-03-00-02 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, Precipitation) | ||||
used by |
|
||||
source | <xs:simpleType name="Precipitation"> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="4864"/> <xs:maxInclusive value="5119"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="severe weather" id="_4865"/> <xs:enumeration value="blizzard" id="_4866"/> <xs:enumeration value="heavy snow" id="_4867"/> <xs:enumeration value="snow" id="_4868"/> <xs:enumeration value="light snow" id="_4869"/> <xs:enumeration value="snow showers" id="_4870"/> <xs:enumeration value="winter storm" id="_4871"/> <xs:enumeration value="ice glaze" id="_4872"/> <xs:enumeration value="heavy frost" id="_4873"/> <xs:enumeration value="frost" id="_4874"/> <xs:enumeration value="ice storm" id="_4875"/> <xs:enumeration value="sleet" id="_4876"/> <xs:enumeration value="rain and snow mixed" id="_4877"/> <xs:enumeration value="rain changing to snow" id="_4878"/> <xs:enumeration value="damaging hail" id="_4879"/> <xs:enumeration value="hail" id="_4880"/> <xs:enumeration value="thunderstorms" id="_4881"/> <xs:enumeration value="thundershowers" id="_4882"/> <xs:enumeration value="extremely heavy downpour" id="_4883"/> <xs:enumeration value="heavy rain" id="_4884"/> <xs:enumeration value="rain" id="_4885"/> <xs:enumeration value="light rain" id="_4886"/> <xs:enumeration value="drizzle" id="_4887"/> <xs:enumeration value="showers" id="_4888"/> <xs:enumeration value="dew" id="_4889"/> <xs:enumeration value="precipitation cleared" id="_4991"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\[.+\].*"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:Precipitation"/> </xs:simpleType> </xs:union> </xs:simpleType> |