complexType "GasProduct"
Namespace:
Content:
complex, 3 elements
Defined:
globally in fpml-com-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
type (in gas)
All Direct / Indirect Based Elements (1):
gas
Known Usage Locations
Annotation
A type defining the characteristics of the gas being traded in a physically settled gas transaction.
XML Source (w/o annotations (4); see within schema source)
<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>
Content Element Detail (all declarations; defined within this component only; 3/3)
calorificValue
Type:
NonNegativeDecimal, simple content
The calorific value of the gas to be delivered, specified in megajoules per cubic meter (MJ/m3).
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="calorificValue" type="NonNegativeDecimal"/>

quality
Type:
GasQuality, simple content
The quality of the gas to be delivered.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quality" type="GasQuality"/>

type
Type:
GasProductTypeEnum, simple content
The type of gas to be delivered.
Simple Content
enumeration of xsd:token
Enumeration:
"Butane"
 - 
Normal butane (C4H10)
"CarbonDioxide"
 - 
Carbon Dioxide (CO2)
"EPMix"
 - 
Ethane-Propane Mix
"Ethane"
 - 
Ethane (C2H6)
"Gasoline"
 - 
Natural Gasoline (C4 – C12)
"Helium"
 - 
Helium (He)
"HydrogenSulfide"
 - 
Hydrogen Sulfide (H2S)
"Isobutane"
 - 
Iso-Butane (C4H10)
"Methane"
 - 
Methane (CH4)
"Naphtha"
 - 
Naphtha (C5 – C12)
"NaturalGas"
"Nitrogen"
 - 
Nitrogen (N2)
"Pentane"
 - 
Pentane (C5H12)
"Propane"
 - 
Propane (C3H8)
"Propylene"
 - 
Propylene or propene (C3H6)
"Water"
 - 
Water Vapor (H2O)
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="GasProductTypeEnum"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.