| schema location: | ..\zonalforecast.xsd |
| attributeFormDefault: | |
| elementFormDefault: | |
| Elements | Complex types |
| zonalForecast | errorsType |
| forecastHourlyType | |
| forecastMonthlyType | |
| messagesType | |
| zoneType |
| diagram | ![]() |
||
| properties |
|
||
| children | errors messages zone | ||
| source | <xs:element name="zonalForecast"> <xs:complexType> <xs:sequence> <xs:element name="errors" type="errorsType" minOccurs="0"/> <xs:element name="messages" type="messagesType" minOccurs="0"/> <xs:element name="zone" type="zoneType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| type | errorsType | ||||||
| properties |
|
||||||
| children | error | ||||||
| source | <xs:element name="errors" type="errorsType" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | messagesType | ||||||
| properties |
|
||||||
| children | message | ||||||
| source | <xs:element name="messages" type="messagesType" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||
| type | zoneType | ||||||||||||
| properties |
|
||||||||||||
| children | forecastHourly forecastMonthly | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="zone" type="zoneType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| children | error | ||
| used by |
|
||
| source | <xs:complexType name="errorsType"> <xs:sequence> <xs:element name="error" type="xs:string" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| source | <xs:element name="error" type="xs:string" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| source | <xs:complexType name="forecastHourlyType"> <xs:attribute name="hourEndGmt" type="xs:string" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="tempSet" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="source" type="xs:string"/> </xs:complexType> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="hourEndGmt" type="xs:string" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> |
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="tempSet" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| type | xs:string |
| source | <xs:attribute name="source" type="xs:string"/> |
| diagram | ![]() |
||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| source | <xs:complexType name="forecastMonthlyType"> <xs:attribute name="effectiveMonth" type="xs:string" use="required"> <xs:annotation> <xs:documentation>mm-yyyy</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="tempSet" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="source" type="xs:string"/> </xs:complexType> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="effectiveMonth" type="xs:string" use="required"> <xs:annotation> <xs:documentation>mm-yyyy</xs:documentation> </xs:annotation> </xs:attribute> |
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="tempSet" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| type | xs:string |
| source | <xs:attribute name="source" type="xs:string"/> |
| diagram | ![]() |
||
| children | message | ||
| used by |
|
||
| source | <xs:complexType name="messagesType"> <xs:sequence> <xs:element name="message" type="xs:string" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| source | <xs:element name="message" type="xs:string" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||||||
| children | forecastHourly forecastMonthly | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="zoneType"> <xs:sequence> <xs:element name="forecastHourly" type="forecastHourlyType" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="forecastMonthly" type="forecastMonthlyType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="50"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |
| type | restriction of xs:string | ||||||||||||
| facets |
|
||||||||||||
| source | <xs:attribute name="name"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="50"/> <xs:whiteSpace value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
| diagram | ![]() |
||||||||||||||||||||||||||
| type | forecastHourlyType | ||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| source | <xs:element name="forecastHourly" type="forecastHourlyType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||||||||||||||||||||
| type | forecastMonthlyType | ||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| source | <xs:element name="forecastMonthly" type="forecastMonthlyType" minOccurs="0" maxOccurs="unbounded"/> |