XML Schema Documentation

Complex Type: AdjustableRelativeOrPeriodicDates

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableRelativeOrPeriodicDates
Abstract no
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.'

<relativeDateSequence> RelativeDateSequence </relativeDateSequence> [1]

'A series of dates specified as some offset to other dates (the anchor dates) which can'

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