XML Schema Documentation

Complex Type: AdjustableOrRelativeDates

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableOrRelativeDates
Used by (from the same schema document) Complex Type AmericanExercise , Complex Type BermudaExercise , Complex Type BermudaExercise , Complex Type EuropeanExercise
Abstract no
Documentation A type giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
Start Choice [1]
<adjustableDates> AdjustableDates </adjustableDates> [1]

'A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.'

<relativeDates> RelativeDates </relativeDates> [1]

'A series of dates specified as some offset to another series of dates (the anchor dates).'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="AdjustableOrRelativeDates">
<xsd:choice>
<xsd:element name="adjustableDates" type=" AdjustableDates "/>
<xsd:element name="relativeDates" type=" RelativeDates "/>
</xsd:choice>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>