Definition Type: ComplexType
Name: CommodityMetalBrand
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into producer in schema fpml-com-5-10_xsd2 Drilldown into country in schema fpml-com-5-10_xsd2 Drilldown into brandManager in schema fpml-com-5-10_xsd2 Drilldown into name in schema fpml-com-5-10_xsd2XSD Diagram of CommodityMetalBrand in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityMetalBrand">
    <xsd:sequence>
        <xsd:element name="name" type="CommodityMetalBrandName" minOccurs="0" />
        <xsd:element name="brandManager" type="CommodityMetalBrandManager" minOccurs="0" />
        <xsd:element name="country" type="CountryCode" minOccurs="0" />
        <xsd:element name="producer" type="CommodityMetalProducer" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsE:name 0 (1)
brandManager nsE:brandManager 0 (1)
country nsE:country 0 (1)
producer nsE:producer 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:brand