Definition Type: ComplexType
Name: CommodityMetalBrand
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into producer in schema fpml-com-5-10_xsd Drilldown into country in schema fpml-com-5-10_xsd Drilldown into brandManager in schema fpml-com-5-10_xsd Drilldown into name in schema fpml-com-5-10_xsdXSD Diagram of CommodityMetalBrand in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityMetalBrand">
    <xsd:sequence>
        <xsd:element name="name" type="CommodityMetalBrandName" />
        <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 nsA:name (1) (1)
brandManager nsA:brandManager 0 (1)
country nsA:country 0 (1)
producer nsA:producer 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:brand