<xsd:complexType name="AdjustedRelativeDateOffset">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a date (referred to as the derived date) as a relative offset from another date (referred to as the anchor date) plus optional date adjustments.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="RelativeDateOffset">
<xsd:sequence>
<xsd:element name="relativeDateAdjustments" type="BusinessDayAdjustments" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The business day convention and financial business centers used for adjusting the relative date if it would otherwise fall on a day that is not a business date in the specified business centers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|