Definition Type: ComplexType
Name: ReferenceObligation
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-cd-5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into guarantorReference in schema fpml-cd-5-0_xsd1 Drilldown into guarantor in schema fpml-cd-5-0_xsd1 Drilldown into primaryObligorReference in schema fpml-cd-5-0_xsd1 Drilldown into primaryObligor in schema fpml-cd-5-0_xsd1 Drilldown into loan in schema fpml-asset-5-0_xsd1 Drilldown into mortgage in schema fpml-asset-5-0_xsd1 Drilldown into convertibleBond in schema fpml-asset-5-0_xsd1 Drilldown into bond in schema fpml-asset-5-0_xsd1XSD Diagram of ReferenceObligation in schema fpml-cd-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceObligation">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element ref="bond" minOccurs="0" />
            <xsd:element ref="convertibleBond" minOccurs="0" />
            <xsd:element ref="mortgage" minOccurs="0" />
            <xsd:element ref="loan" minOccurs="0" />
        </xsd:choice>
        <xsd:choice minOccurs="0">
            <xsd:element name="primaryObligor" type="LegalEntity" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The entity primarily responsible for repaying debt to a creditor as a result of borrowing or issuing bonds. ISDA 2003 Term: Primary Obligor</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="primaryObligorReference" type="LegalEntityReference" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A pointer style reference to a reference entity defined elsewhere in the document. Used when the reference entity is the primary obligor.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element name="guarantor" type="LegalEntity" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The party that guarantees by way of a contractual arrangement to pay the debts of an obligor if the obligor is unable to make the required payments itself. ISDA 2003 Term: Guarantor</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="guarantorReference" type="LegalEntityReference" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A pointer style reference to a reference entity defined elsewhere in the document. Used when the reference entity is the guarantor.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
bond nsB:bond 0 (1)
convertibleBond nsB:convertibleBond 0 (1)
mortgage nsB:mortgage 0 (1)
loan nsB:loan 0 (1)
primaryObligor nsB:primaryObligor 0 (1)
primaryObligorReference nsB:primaryObligorReference 0 (1)
guarantor nsB:guarantor 0 (1)
guarantorReference nsB:guarantorReference 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:referenceObligation, nsB:referenceObligation