Definition Type: ComplexType
Name: MarginCallResponseReason
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 MarginCallResponseReason in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MarginCallResponseReason">
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="reasonCode" type="MarginCallResponseReasonCode">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">reason codes used in the margin call response</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:marginCallResponseReason