XML Schema Documentation

Complex Type: CommodityNotional

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityNotional
Used by (from the same schema document) Complex Type CommodityMultipleExercise , Complex Type CommodityMultipleExercise , Complex Type CommodityNotionalSchedule , Model Group CommodityNotionalQuantity.model
Abstract no
Documentation Commodity Notional.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<quantityUnit> QuantityUnit </quantityUnit> [1]

'Quantity Unit is the unit of measure applicable for the quantity on the Transaction.'

<quantityFrequency> CommodityQuantityFrequency </quantityFrequency> [1]

'The frequency at which the Notional Quantity is deemed to apply for purposes of calculating the Total Notional Quantity.'

<quantity> xsd:decimal </quantity> [1]

'Amount of commodity per quantity frequency.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommodityNotional">
<xsd:sequence>
<xsd:element name="quantityUnit" type=" QuantityUnit "/>
<xsd:element name="quantityFrequency" type=" CommodityQuantityFrequency "/>
<xsd:element name="quantity" type=" xsd:decimal "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>