Definition Type: Group
Name: CreditEntity.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-asset-5-10.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-5-10_xsd Drilldown into referenceEntity in schema fpml-asset-5-10_xsdXSD Diagram of CreditEntity.model in schema fpml-asset-5-10_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 nsA:referenceEntity (1) (1)
creditEntityReference nsA:creditEntityReference (1) (1)