complexType "Withdrawal"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
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 (2); see within schema source)
<xsd:complexType name="Withdrawal">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyTradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element minOccurs="0" 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 maxOccurs="unbounded" minOccurs="0" name="reportingRegime" type="ReportingRegimeIdentifier"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
effectiveDate
Type:
xsd:date, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="effectiveDate" type="xsd:date"/>

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

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

reportingRegime
Type:
ReportingRegimeIdentifier, complex content
The supervisor/regulator to which this withdrawal applies
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="reportingRegime" type="ReportingRegimeIdentifier"/>

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

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