XML Schema Documentation

Complex Type: AdjustableDatesOrRelativeDateOffset

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableDatesOrRelativeDateOffset
Abstract no
Documentation A type for defining a series of dates, either as a list of adjustable dates, or a as a repeating sequence from a base date
XML Instance Representation
<...>
Start Choice [1]
<adjustableDates> AdjustableDates </adjustableDates> [1]

'A series of adjustable dates'

<relativeDate> RelativeDateOffset </relativeDate> [1]

'A series of dates specified as a repeating sequence from a base date.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="AdjustableDatesOrRelativeDateOffset">
<xsd:choice>
<xsd:element name="adjustableDates" type=" AdjustableDates "/>
<xsd:element name="relativeDate" type=" RelativeDateOffset "/>
</xsd:choice>
</xsd:complexType>