Definition Type: Group
Name: CreditEntity.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Documentation:
An item which has credit characteristics that can be modeled, e.g. a firm, index, or region.
Collapse XSD Schema Diagram:
Drilldown into creditEntityReference in schema fpml-asset-4-4_xsd Drilldown into referenceEntity in schema fpml-asset-4-4_xsdXSD Diagram of CreditEntity.model in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CreditEntity.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An item which has credit characteristics that can be modeled, e.g. a firm, index, or region.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="referenceEntity" type="LegalEntity">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The entity for which this is defined.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="creditEntityReference" type="LegalEntityReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An XML reference a credit entity defined elsewhere in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
referenceEntity fpml:referenceEntity (1) (1)
creditEntityReference fpml:creditEntityReference (1) (1)