Definition Type: ComplexType
Name: LegalEntity
Namespace: http://www.fpml.org/FpML-5/reporting
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_xsd4 Drilldown into entityName in schema fpml-shared-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd4XSD Diagram of LegalEntity in schema fpml-shared-5-10_xsd4 (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" minOccurs="0">
                <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 nsE:entityName 0 (1)
entityId nsE:entityId 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:borrower, nsE:excludedReferenceEntity, nsE:guarantor, nsE:insurer, nsE:primaryObligor, nsE:referenceEntity, nsE:referenceEntity, nsE:referenceEntity, nsE:referenceEntity, nsE:referenceEntity, nsE:referenceEntity