XML Schema Documentation

Complex Type: OilProduct

[Table of contents]

Super-types: None
Sub-types: None
Name OilProduct
Used by (from the same schema document) Complex Type OilPhysicalLeg
Abstract no
Documentation The specification of the oil product to be delivered.
XML Instance Representation
<...>
<type> OilProductType </type> [1]

'The type of oil product to be delivered.'

<grade> CommodityProductGrade </grade> [1]

'The grade of oil product to be delivered.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="OilProduct">
<xsd:sequence>
<xsd:element name="type" type=" OilProductType "/>
<xsd:element name="grade" type=" CommodityProductGrade "/>
</xsd:sequence>
</xsd:complexType>