Definition Type: ComplexType
Name: CommodityMetalBrand
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into producer in schema fpml-com-5-10_xsd1 Drilldown into country in schema fpml-com-5-10_xsd1 Drilldown into brandManager in schema fpml-com-5-10_xsd1 Drilldown into name in schema fpml-com-5-10_xsd1XSD Diagram of CommodityMetalBrand in schema fpml-com-5-10_xsd1 (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 nsD:name 0 (1)
brandManager nsD:brandManager 0 (1)
country nsD:country 0 (1)
producer nsD:producer 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:brand