XML Schema Documentation

Complex Type: GasProduct

[Table of contents]

Super-types: None
Sub-types: None
Name GasProduct
Used by (from the same schema document) Complex Type GasPhysicalLeg
Abstract no
Documentation A type defining the characteristics of the gas being traded in a physically settled gas transaction.
XML Instance Representation
<...>
<type> GasProductTypeEnum </type> [1]

'The type of gas to be delivered.'

Start Choice [0..1]
<calorificValue> NonNegativeDecimal </calorificValue> [1]

'The calorific value of the gas to be delivered, specified in megajoules per cubic meter (MJ/m3).'

<quality> GasQuality </quality> [1]

'The quality of the gas to be delivered.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="GasProduct">
<xsd:sequence>
<xsd:element name="type" type=" GasProductTypeEnum "/>
<xsd:choice minOccurs="0">
<xsd:element name="calorificValue" type=" NonNegativeDecimal "/>
<xsd:element name="quality" type=" GasQuality "/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>