Definition Type: ComplexType
Name: ReferenceObligation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-cd-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into guarantorReference in schema fpml-cd-4-4_xsd Drilldown into guarantor in schema fpml-cd-4-4_xsd Drilldown into primaryObligorReference in schema fpml-cd-4-4_xsd Drilldown into primaryObligor in schema fpml-cd-4-4_xsd Drilldown into loan in schema fpml-asset-4-4_xsd Drilldown into mortgage in schema fpml-asset-4-4_xsd Drilldown into convertibleBond in schema fpml-asset-4-4_xsd Drilldown into bond in schema fpml-asset-4-4_xsdXSD Diagram of ReferenceObligation in schema fpml-cd-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReferenceObligation">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element ref="bond" />
            <xsd:element ref="convertibleBond" />
            <xsd:element ref="mortgage" />
            <xsd:element ref="loan" />
        </xsd:choice>
        <xsd:choice minOccurs="0">
            <xsd:element name="primaryObligor" type="LegalEntity">
                <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">
                <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">
                <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">
                <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 fpml:bond (1) (1)
convertibleBond fpml:convertibleBond (1) (1)
mortgage fpml:mortgage (1) (1)
loan fpml:loan (1) (1)
primaryObligor fpml:primaryObligor (1) (1)
primaryObligorReference fpml:primaryObligorReference (1) (1)
guarantor fpml:guarantor (1) (1)
guarantorReference fpml:guarantorReference (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:referenceObligation, fpml:referenceObligation