schema location: | ..\zonalforecast.xsd |
attributeFormDefault: | |
elementFormDefault: | |
Elements | Complex types | Simple types |
zonalForecast | errorsType | datePlusHour |
forecastHourlyType | monthYear | |
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="datePlusHour" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="tempSet" type="xs:string" use="required"/> <xs:attribute name="source" type="xs:string"/> </xs:complexType> |
type | datePlusHour | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="hourEndGmt" type="datePlusHour" use="required"> <xs:annotation> <xs:documentation>mm/dd/yyyy hh24</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="tempSet" type="xs:string" use="required"/> |
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="monthYear" use="required"> <xs:annotation> <xs:documentation>mm-yyyy</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="tempSet" type="xs:string" use="required"/> <xs:attribute name="source" type="xs:string"/> </xs:complexType> |
type | monthYear | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="effectiveMonth" type="monthYear" use="required"> <xs:annotation> <xs:documentation>mm-yyyy</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="tempSet" type="xs:string" use="required"/> |
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:complexType> |
source | <xs:attribute name="name"/> |
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"/> |
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="datePlusHour"> <xs:restriction base="xs:string"> <xs:pattern value="\d{2}/\d{2}/\d{4}\s+\d{2}"/> </xs:restriction> </xs:simpleType> |
type | restriction of xs:string | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="monthYear"> <xs:restriction base="xs:string"> <xs:pattern value="\d{2}-\d{4}"/> </xs:restriction> </xs:simpleType> |