<xsd:complexType name="AdjustableDate2">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="unadjustedDate" type="IdentifiedDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A date subject to adjustment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dateAdjustmentsReference" type="BusinessDayAdjustmentsReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A pointer style reference to date adjustments defined elsewhere in the document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|