XML Schema Documentation

Complex Type: AdjustableDates

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableDates
Used by (from the same schema document) Complex Type AdjustableDatesOrRelativeDateOffset , Complex Type AdjustableOrRelativeDates , Complex Type AdjustableRelativeOrPeriodicDates , Complex Type AdjustableRelativeOrPeriodicDates2
Abstract no
Documentation A type for defining 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 dates.
XML Instance Representation
<...>
<unadjustedDate> IdentifiedDate </unadjustedDate> [1..*]

'A date subject to adjustment.'

<dateAdjustments> BusinessDayAdjustments </dateAdjustments> [1]

'The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business dat in the specified business centers.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AdjustableDates">
<xsd:sequence>
<xsd:element name="unadjustedDate" type=" IdentifiedDate " maxOccurs="unbounded"/>
<xsd:element name="dateAdjustments" type=" BusinessDayAdjustments "/>
</xsd:sequence>
</xsd:complexType>