Definition Type: ComplexType
Name: CollateralResponseReason
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into description in schema fpml-collateral-processes-5-10_xsd Drilldown into description in schema fpml-collateral-processes-5-10_xsd Drilldown into reasonCode in schema fpml-collateral-processes-5-10_xsdXSD Diagram of CollateralResponseReason in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CollateralResponseReason">
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="reasonCode" type="CollateralResponseReasonCode">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">standard reason codes used for the collateral response message</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="description" type="String" minOccurs="0" />
        </xsd:sequence>
        <xsd:element name="description" type="String">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">free form description of the reason</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
reasonCode nsE:reasonCode (1) (1)
description nsE:description 0 (1)
description nsE:description (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:collateralResponseReason