<xsd:complexType name="SettlementPeriodsFixedPrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the Fixed Price applicable to a range or ranges of Settlement Periods.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FixedPrice">
<xsd:sequence>
<xsd:element name="settlementPeriodsReference" type="SettlementPeriodsReference" maxOccurs="unbounded" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|