complexType "SettlementPeriod"
Namespace:
Content:
complex, 3 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
expiryDate (defined in SettlementPeriod complexType),
notionalAmount (defined in SettlementPeriod complexType),
settlementDate (defined in SettlementPeriod complexType)
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (2):
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="SettlementPeriod">
<xsd:sequence>
<xsd:element name="expiryDate" type="xsd:date"/>
<xsd:element name="settlementDate" type="xsd:date"/>
<xsd:element name="notionalAmount" type="xsd:decimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
expiryDate
Type:
xsd:date, predefined, simple content
Expiry date for the settlement period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="expiryDate" type="xsd:date"/>

notionalAmount
Type:
xsd:decimal, predefined, simple content
Notional Amount for the settlement period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="notionalAmount" type="xsd:decimal"/>

settlementDate
Type:
xsd:date, predefined, simple content
Settlement date for the settlement period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="settlementDate" type="xsd:date"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.