<xsd:complexType name="FxAdjustedDateAndDateAdjustments">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the expiry/observation schedule of the target.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="dateAdjustments" type="BusinessDayAdjustments" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Date adjustments applied to the adjusted dates including the business day convention and the business centers. The date adjustments are as specified in the definitions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="adjustedDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">List of schedule dates. These dates have been subject to adjustments based on the dateAdjustments structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|