Definition Type: ComplexType
Name: Withdrawal
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A structure describing the removal of a trade from a service, such as a reporting service.
Collapse XSD Schema Diagram:
Drilldown into reportingRegime in schema fpml-business-events-5-10_xsd2 Drilldown into reason in schema fpml-business-events-5-10_xsd2 Drilldown into requestedAction in schema fpml-business-events-5-10_xsd2 Drilldown into effectiveDate in schema fpml-business-events-5-10_xsd2 Drilldown into trade in schema fpml-business-events-5-10_xsd2 Drilldown into partyTradeInformation in schema fpml-business-events-5-10_xsd2 Drilldown into partyTradeIdentifier in schema fpml-business-events-5-10_xsd2XSD Diagram of Withdrawal in schema fpml-business-events-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Withdrawal">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing the removal of a trade from a service, such as a reporting service.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:sequence>
                <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Identifiers of the trade that is being withdrawn.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="partyTradeInformation" type="WithdrawalPartyTradeInformation" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Holds party-specific information about the trade that is being withdrawn from.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:element name="trade" type="Trade">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The full trade representation that is being withdrawn.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="effectiveDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="requestedAction" type="RequestedWithdrawalAction" minOccurs="0" />
        <xsd:element name="reason" type="WithdrawalReason" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="reportingRegime" type="ReportingRegimeIdentifier" minOccurs="0" maxOccurs="unbounded" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Deprecated in favor of partyTradeInformation" xmlns:fpml-annotation="http://www.fpml.org/annotation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">DEPRECATED. The supervisor/regulator to which this withdrawal applies</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyTradeIdentifier nsD:partyTradeIdentifier 0 unbounded
partyTradeInformation nsD:partyTradeInformation 0 unbounded
trade nsD:trade (1) (1)
effectiveDate nsD:effectiveDate 0 (1)
requestedAction nsD:requestedAction 0 (1)
reason nsD:reason 0 unbounded
reportingRegime nsD:reportingRegime 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsD:withdrawal