XML Schema Documentation

Complex Type: CommodityPhysicalQuantity

[Table of contents]

Super-types: CommodityPhysicalQuantityBase < CommodityPhysicalQuantity (by extension)
Sub-types: None
Name CommodityPhysicalQuantity
Used by (from the same schema document) Complex Type CoalPhysicalLeg , Complex Type OilPhysicalLeg
Abstract no
Documentation A type defining the physical quantity of the commodity to be delivered.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
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:complexType name="CommodityPhysicalQuantity">
<xsd:complexContent>
<xsd:extension base=" CommodityPhysicalQuantityBase ">
<xsd:sequence></xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>