Definition Type: ComplexType
Name: Metal
Namespace: http://www.fpml.org/FpML-5/confirmation
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_xsd Drilldown into brand in schema fpml-com-5-10_xsd Drilldown into shape in schema fpml-com-5-10_xsd Drilldown into material in schema fpml-com-5-10_xsdXSD Diagram of Metal in schema fpml-com-5-10_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">
            <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" 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" 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 nsA:material (1) (1)
shape nsA:shape (1) unbounded
brand nsA:brand 0 unbounded
grade nsA:grade (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:metal