Definition Type: ComplexType
Name: OilProduct
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The specification of the oil product to be delivered.
Collapse XSD Schema Diagram:
Drilldown into grade in schema fpml-com-5-10_xsd3 Drilldown into type in schema fpml-com-5-10_xsd3XSD Diagram of OilProduct in schema fpml-com-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OilProduct">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The specification of the oil product to be delivered.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="type" type="OilProductType">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The type of oil product to be delivered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="grade" type="CommodityProductGrade">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The grade of oil product to be delivered.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
type nsF:type (1) (1)
grade nsF:grade (1) (1)
Collapse Derivation Tree:
Collapse References:
nsF:oil