<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>
|