Definition Type: ComplexType
Name: Metal
Namespace: http://www.fpml.org/FpML-5/transparency
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_xsd3 Drilldown into material in schema fpml-com-5-10_xsd3XSD Diagram of Metal in schema fpml-com-5-10_xsd3 (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="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 nsF:material (1) (1)
grade nsF:grade (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsF:metal