complexType "ClearingEligibility"
Namespace:
Content:
complex, 3 attributes, 15 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (15):
header (defined in ResponseMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
trade (defined in TradingEvents.model group),
tradePackage (defined in TradingEvents.model group),
All Direct / Indirect Based Elements (1):
clearingEligibility
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      ResponseMessage (extension)
          ClearingEligibility
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="ClearingEligibility">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:choice minOccurs="0">
<!--<xsd:group ref="Events.model"> BPWG2014 Replaced by the below - comment to be deleted before 5.8LCWD
<xsd:annotation>
<xsd:appinfo>
<view:override view="pretrade" minOccurs="1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:group>
-->
<xsd:group ref="TradingEvents.model"/>
<xsd:element name="deClear" type="DeClear"/>
<xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"/>
</xsd:choice>
<xsd:element name="eligibleForClearing" type="xsd:boolean"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="clearingRequirements" type="ClearingRequirements"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/15)
clearingRequirements
Type:
ClearingRequirements, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="clearingRequirements" type="ClearingRequirements"/>

deClear
Type:
DeClear, complex content
A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that it has been done.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="deClear" type="DeClear"/>

eligibleForClearing
Type:
xsd:boolean, predefined, simple content
XML Source (see within schema source)
<xsd:element name="eligibleForClearing" type="xsd:boolean"/>

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

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.