Definition Type: ComplexType
Name: Withdrawal
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-4.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 reason in schema fpml-business-events-5-4_xsd Drilldown into requestedAction in schema fpml-business-events-5-4_xsd Drilldown into effectiveDate in schema fpml-business-events-5-4_xsd Drilldown into partyTradeIdentifier in schema fpml-business-events-5-4_xsdXSD Diagram of Withdrawal in schema fpml-business-events-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Withdrawal">
    <xsd:annotation>
        <xsd:documentation>A structure describing the removal of a trade from a service, such as a reporting service.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded" minOccurs="0" />
        <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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyTradeIdentifier nsA:partyTradeIdentifier 0 unbounded
effectiveDate nsA:effectiveDate 0 (1)
requestedAction nsA:requestedAction 0 (1)
reason nsA:reason 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:withdrawal