XML Schema Documentation

Complex Type: StartingDate

[Table of contents]

Super-types: None
Sub-types: None
Name StartingDate
Used by (from the same schema document) Complex Type DeprecatedVarianceAmount , Complex Type ReturnSwapEarlyTermination
Abstract no
Documentation A type specifying the date from which the early termination clause can be exercised.
XML Instance Representation
<...>
Start Choice [1]
<dateRelativeTo> DateReference </dateRelativeTo> [1]

'Reference to a date defined elswhere in the document'

<adjustableDate> AdjustableDate </adjustableDate> [1]

'Date from which early termination clause can be exercised'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="StartingDate">
<xsd:choice>
<xsd:element name="dateRelativeTo" type=" DateReference "/>
<xsd:element name="adjustableDate" type=" AdjustableDate "/>
</xsd:choice>
</xsd:complexType>