XML Schema Documentation

Complex Type: SettlementPeriodsFixedPrice

[Table of contents]

Super-types: FixedPrice < SettlementPeriodsFixedPrice (by extension)
Sub-types: None
Name SettlementPeriodsFixedPrice
Used by (from the same schema document) Model Group CommodityFixedPrice.model
Abstract no
Documentation A type defining the Fixed Price applicable to a range or ranges of Settlement Periods.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<price> xsd:decimal </price> [1]

'The Fixed Price.'

<priceCurrency> Currency </priceCurrency> [1]

'Currency of the fixed price.'

<priceUnit> QuantityUnit </priceUnit> [1]

'The unit of measure used to calculate the Fixed Price.'

<settlementPeriodsReference> SettlementPeriodsReference </settlementPeriodsReference> [1..*]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="SettlementPeriodsFixedPrice">
<xsd:complexContent>
<xsd:extension base=" FixedPrice ">
<xsd:sequence>
<xsd:element name="settlementPeriodsReference" type=" SettlementPeriodsReference " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>