<xsd:simpleType name="GasProductTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of gas product.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Butane">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Normal butane (C4H10)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CarbonDioxide">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Carbon Dioxide (CO2)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EPMix">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Ethane-Propane Mix</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Ethane">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Ethane (C2H6)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Gasoline">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Natural Gasoline (C4 – C12)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Helium">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Helium (He)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HydrogenSulfide">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Hydrogen Sulfide (H2S)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Isobutane">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Iso-Butane (C4H10)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Methane">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Methane (CH4)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Naphtha">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Naphtha (C5 – C12)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NaturalGas" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Methane should be used to represent natural gas in terminology that is consistent with the other values in the enumeration." xmlns:fpml-annotation="http://www.fpml.org/annotation" />
<xsd:enumeration value="Nitrogen">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Nitrogen (N2)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Pentane">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Pentane (C5H12)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Propane">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Propane (C3H8)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Propylene">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Propylene or propene (C3H6)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Water">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Water Vapor (H2O)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|