complexType "DeClear"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
effectiveDate (defined in DeClear complexType),
reason (defined in DeClear complexType),
tradeIdentifier (defined in DeClear complexType)
All Direct / Indirect Based Elements (7):
Known Usage Locations
Annotation
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 is has been done.
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="DeClear">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="tradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="reason" type="DeclearReason"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
effectiveDate
Type:
xsd:date, predefined, simple content
XML Source (see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

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

tradeIdentifier
Type:
PartyTradeIdentifier, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" name="tradeIdentifier" 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.