XML Schema Documentation

Complex Type: AdjustableDate

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableDate
Used by (from the same schema document) Complex Type AdjustableOrRelativeDate , Complex Type Payment
Abstract no
Documentation A type for defining a date that shall be subject to adjustment if it 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.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<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 date in the specified business centers.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AdjustableDate">
<xsd:sequence>
<xsd:element name="unadjustedDate" type=" IdentifiedDate "/>
<xsd:element name="dateAdjustments" type=" BusinessDayAdjustments "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>