complexType "TradeMaturity"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
tradeIdentifier*, date?
</...>
Content Model Elements (2):
date (in tradeMaturity), tradeIdentifier (in tradeMaturity)
All Direct / Indirect Based Elements (1):
tradeMaturity
Known Usage Locations
Annotation
A structure describing a trade maturing.
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="TradeMaturity">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="tradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element minOccurs="0" name="date" type="xsd:date"/>
</xsd:sequence>
<!-- Brian 4/14/2011: added type to accomodate Maturity Notification -->
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
date
Type:
xsd:date, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="date" type="xsd:date"/>

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

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