complexType "Withdrawal"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
withdrawal
Known Usage Locations
Annotation
A structure describing the removal of a trade from a service, such as a reporting service.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Withdrawal">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="partyTradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeInformation" type="WithdrawalPartyTradeInformation"/>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="requestedAction" type="RequestedWithdrawalAction"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="reason" type="WithdrawalReason"/>
<xsd:element fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Deprecated in favor of partyTradeInformation" maxOccurs="unbounded" minOccurs="0" name="reportingRegime" type="ReportingRegimeIdentifier"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
effectiveDate
Type:
xsd:date, predefined, simple content
XML Source (see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

partyTradeIdentifier
Type:
PartyTradeIdentifier, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" name="partyTradeIdentifier" type="PartyTradeIdentifier"/>

partyTradeInformation
Type:
Holds party-specific information about the trade that is being withdrawn from.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeInformation" type="WithdrawalPartyTradeInformation"/>

reason
Type:
WithdrawalReason, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="reason" type="WithdrawalReason"/>

reportingRegime
Type:
ReportingRegimeIdentifier, complex content
DEPRECATED. The supervisor/regulator to which this withdrawal applies
XML Source (w/o annotations (1); see within schema source)
<xsd:element fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Deprecated in favor of partyTradeInformation" maxOccurs="unbounded" minOccurs="0" name="reportingRegime" type="ReportingRegimeIdentifier"/>

requestedAction
Type:
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="requestedAction" type="RequestedWithdrawalAction"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.