simpleType "WeatherSettlementLevelEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
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.
MinLength:
0

All Direct / Indirect Based Elements (1):
settlementLevel
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      WeatherSettlementLevelEnum
Derivation:
restriction of 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="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 DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.