XML Schema Documentation

Model Group: CommodityFixedPhysicalQuantity.model

[Table of contents]

Name CommodityFixedPhysicalQuantity.model
Used by (from the same schema document) Complex Type BullionPhysicalLeg , Complex Type CommodityPhysicalQuantity , Complex Type GasPhysicalQuantity
Documentation The different options for specifying a fixed physical quantity of commodity to be delivered.
XML Instance Representation
Start Choice [1]
<physicalQuantity> CommodityNotionalQuantity </physicalQuantity> [1]

'The Quantity per Delivery Period.'

<physicalQuantitySchedule> CommodityPhysicalQuantitySchedule </physicalQuantitySchedule> [1]

'Allows the documentation of a shaped quantity trade where the quantity changes over the life of the transaction.'

End Choice
<totalPhysicalQuantity> UnitQuantity </totalPhysicalQuantity> [0..1]

'The Total Quantity of the commodity to be delivered.'

Diagram
Schema Component Representation
<xsd:group name="CommodityFixedPhysicalQuantity.model">
<xsd:sequence>
<xsd:choice>
<xsd:element name="physicalQuantity" type=" CommodityNotionalQuantity "/>
<xsd:element name="physicalQuantitySchedule" type=" CommodityPhysicalQuantitySchedule "/>
</xsd:choice>
<xsd:element name="totalPhysicalQuantity" type=" UnitQuantity " minOccurs="0"/>
</xsd:sequence>
</xsd:group>