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 ReturnSwapEarlyTermination , Complex Type VarianceAmount
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]

'Specifies the anchor as an href attribute. The href attribute value is a pointer style reference to the element or component elsewhere in the document where the anchor date is defined.'

<adjustableDate> AdjustableDate </adjustableDate> [1]
End Choice
</...>
Diagram
type_AdjustableDate
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>