Definition Type: ComplexType
Name: Metal
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.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-10_xsd1 Drilldown into brand in schema fpml-com-5-10_xsd1 Drilldown into shape in schema fpml-com-5-10_xsd1 Drilldown into material in schema fpml-com-5-10_xsd1XSD Diagram of Metal in schema fpml-com-5-10_xsd1 (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:annotation>
                <xsd:documentation xml:lang="en">The types of metal product for a physically settled metal trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="shape" type="CommodityMetalShape" minOccurs="0" maxOccurs="unbounded">
                <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" minOccurs="0" maxOccurs="unbounded">
                <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 nsD:material 0 (1)
shape nsD:shape 0 unbounded
brand nsD:brand 0 unbounded
grade nsD:grade 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsD:metal