XML Schema Documentation

Complex Type: FixedPrice

[Table of contents]

Super-types: None
Sub-types: None
Name FixedPrice
Used by (from the same schema document) Complex Type CommodityFixedPriceSchedule , Complex Type FixedPriceLeg
Abstract no
Documentation A type defining the Fixed Price.
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.'

</...>
Diagram
group_Price.model
Schema Component Representation
<xsd:complexType name="FixedPrice">
<xsd:sequence>
<xsd:element name="price" type=" xsd:decimal "/>
<xsd:group ref=" Price.model "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>