simpleType "WeatherSettlementLevelEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Cumulative"
 - 
The cumulative number of Weather Index Units for each day in the Calculation Period.
"Average"
 - 
The cumulative number of Weather Index Units for each day in the Calculation Period divided by the number of days in the Calculation Period.
"Mximum"
 - 
The maximum number of Weather Index Units for any day in the Calculation Period.
"Minimum"
 - 
The minimum number of Weather Index Units for any day in the Calculation Period.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  WeatherSettlementLevelEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Cumulative"
 - 
The cumulative number of Weather Index Units for each day in the Calculation Period.
"Average"
 - 
The cumulative number of Weather Index Units for each day in the Calculation Period divided by the number of days in the Calculation Period.
"Mximum"
 - 
The maximum number of Weather Index Units for any day in the Calculation Period.
"Minimum"
 - 
The minimum number of Weather Index Units for any day in the Calculation Period.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="WeatherSettlementLevelEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Cumulative"/>
<xsd:enumeration value="Average"/>
<xsd:enumeration value="Mximum"/>
<xsd:enumeration value="Minimum"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.