Definition Type: ComplexType
Name: BusinessUnit
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that represents information about a unit within an organization.
Collapse XSD Schema Diagram:
Drilldown into country in schema fpml-shared-5-10_xsd2 Drilldown into contactInfo in schema fpml-shared-5-10_xsd2 Drilldown into businessUnitId in schema fpml-shared-5-10_xsd2 Drilldown into name in schema fpml-shared-5-10_xsd2 Drilldown into id in schema fpml-shared-5-10_xsd2XSD Diagram of BusinessUnit in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BusinessUnit">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that represents information about a unit within an organization.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="String" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A name used to describe the organization unit</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="businessUnitId" type="Unit" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifier used to uniquely identify organization unit</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contactInfo" type="ContactInformation" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Information on how to contact the unit using various means.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="country" type="CountryCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ISO 3166 standard code for the country where the individual works.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsC:name 0 (1)
businessUnitId nsC:businessUnitId 0 (1)
contactInfo nsC:contactInfo 0 (1)
country nsC:country 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:businessUnit