<xsd:complexType name="GasProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the characteristics of the gas being traded in a physically settled gas transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="type" type="GasProductTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of gas to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: Skipped an empty choice.-->
</xsd:sequence>
</xsd:complexType>
|