Definition Type: ComplexType
Name: Metal
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-4.xsd
Abstract
Documentation:
A type defining the characteristics of the metal product being traded in a physically settled metal transaction.
Collapse XSD Schema Diagram:
Drilldown into grade in schema fpml-com-5-4_xsd Drilldown into brand in schema fpml-com-5-4_xsd Drilldown into shape in schema fpml-com-5-4_xsd Drilldown into material in schema fpml-com-5-4_xsdXSD Diagram of Metal in schema fpml-com-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Metal">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the characteristics of the metal product being traded in a physically settled metal transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="material" type="Material" minOccurs="0">
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="shape" type="CommodityMetalShape" maxOccurs="unbounded" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The physical shape(s) which can be delivered in Seller's option.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:element name="brand" type="CommodityMetalBrand" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The brand(s) of material which can be delivered in Seller's option.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:sequence>
            <xsd:element name="grade" type="CommodityMetalGrade" maxOccurs="unbounded" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The grade(s) of material which can be delivered in seller's option.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
material nsA:material 0 (1)
shape nsA:shape 0 unbounded
brand nsA:brand 0 unbounded
grade nsA:grade 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:metal