XML Schema Documentation

Model Group: AdjustableDate.model

[Table of contents]

Name AdjustableDate.model
Used by (from the same schema document) Complex Type AdjustableDate , Complex Type AdjustableOrAdjustedDate
XML Instance Representation
<unadjustedDate> IdentifiedDate </unadjustedDate> [0..1]

'A date subject to adjustment.'

<dateAdjustments> BusinessDayAdjustments </dateAdjustments> [0..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.'

<adjustedDate> IdentifiedDate </adjustedDate> [0..1]

'The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).'

Diagram
Schema Component Representation
<xsd:group name="AdjustableDate.model">
<xsd:sequence>
<xsd:element name="unadjustedDate" type=" IdentifiedDate " minOccurs="0"/>
<xsd:element name="dateAdjustments" type=" BusinessDayAdjustments " minOccurs="0"/>
<xsd:element name="adjustedDate" type=" IdentifiedDate " minOccurs="0"/>
</xsd:sequence>
</xsd:group>