<xsd:simpleType name="LoadTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">LoadType is a summary of the full description of the settlement periods with respect to the region. Used for describing Electricity delivery schedules.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Base">
<xsd:annotation>
<xsd:documentation xml:lang="en">Base</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Peak">
<xsd:annotation>
<xsd:documentation xml:lang="en">Peak</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OffPeak">
<xsd:annotation>
<xsd:documentation xml:lang="en">Off-Peak</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BlockHours">
<xsd:annotation>
<xsd:documentation xml:lang="en">Block Hours</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Custom">
<xsd:annotation>
<xsd:documentation xml:lang="en">Anything that does not fall under the predefined standard categories</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|