Definition Type: ComplexType
Name: LegalEntity
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a legal entity.
Collapse XSD Schema Diagram:
Drilldown into entityId in schema fpml-shared-5-10_xsd5 Drilldown into entityName in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5XSD Diagram of LegalEntity in schema fpml-shared-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LegalEntity">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a legal entity.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="entityName" type="EntityName">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The name of the reference entity. A free format string. FpML does not define usage rules for this element.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="entityId" type="EntityId" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A legal entity identifier (e.g. RED entity code).</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
entityName nsF:entityName (1) (1)
entityId nsF:entityId 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:borrower, nsF:insurer, nsF:referenceEntity, nsF:referenceEntity, nsF:referenceEntity, nsF:referenceEntity