XML Schema Documentation

Complex Type: AdjustableDate2

[Table of contents]

Super-types: None
Sub-types: None
Name AdjustableDate2
Abstract no
Documentation A type that is different from AdjustableDate in two regards. First, date adjustments can be specified with either a dateAdjustments element or a reference to an existing dateAdjustments element. Second, it does not require the specification of date adjustments.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<unadjustedDate> IdentifiedDate </unadjustedDate> [1]

'A date subject to adjustment.'

Start Choice [0..1]
<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.'

<dateAdjustmentsReference> BusinessDayAdjustmentsReference </dateAdjustmentsReference> [1]

'A pointer style reference to date adjustments defined elsewhere in the document.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="AdjustableDate2">
<xsd:sequence>
<xsd:element name="unadjustedDate" type=" IdentifiedDate "/>
<xsd:choice minOccurs="0">
<xsd:element name="dateAdjustments" type=" BusinessDayAdjustments "/>
<xsd:element name="dateAdjustmentsReference" type=" BusinessDayAdjustmentsReference "/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>