Definition Type: ComplexType
Name: BusinessUnitRole
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:Scheme
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type describing a role played by a unit in one or more transactions. Examples include roles such as Trader, Collateral, Confirmation, Settlement, etc. This can be extended to provide custom roles.
Collapse XSD Schema Diagram:
Drilldown into unitRoleScheme in schema fpml-shared-5-10_xsdXSD Diagram of BusinessUnitRole in schema fpml-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BusinessUnitRole">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing a role played by a unit in one or more transactions. Examples include roles such as Trader, Collateral, Confirmation, Settlement, etc. This can be extended to provide custom roles.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="Scheme">
            <xsd:attribute name="unitRoleScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/unit-role" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
unitRoleScheme nsA:unitRoleScheme http://www.fpml.org/coding-scheme/unit-role (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:role