XML Schema Documentation

Complex Type: AdjustableRelativeOrPeriodicDates2

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableRelativeOrPeriodicDates2
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, or as a set of factors to specify periodic occurences.
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).'

<periodicDates> PeriodicDates </periodicDates> [1]
End Choice
</...>
Diagram
type_PeriodicDates
Schema Component Representation
<xsd:complexType name="AdjustableRelativeOrPeriodicDates2">
<xsd:choice>
<xsd:element name="adjustableDates" type=" AdjustableDates "/>
<xsd:element name="relativeDates" type=" RelativeDates "/>
<xsd:element name="periodicDates" type=" PeriodicDates "/>
</xsd:choice>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>