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:
Content Model 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):
FxAccrualSettlementPeriod, FxTargetSettlementPeriod
All Direct / Indirect Based Elements (2):
settlementPeriod (in settlementPeriodSchedule in fxAccrualForward),
settlementPeriod (in settlementPeriodSchedule in fxTargetKnockoutForward)
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="SettlementPeriod">
<xsd:sequence>
<xsd:element minOccurs="0" name="expiryDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="settlementDate" type="xsd:date"/>
<xsd:element minOccurs="0" 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 minOccurs="0" 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 minOccurs="0" 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 minOccurs="0" name="settlementDate" type="xsd:date"/>

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