<xsd:complexType name="AdjustableRelativeOrPeriodicDates2">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments, or as relative to some other series of (anchor) dates, or as a set of factors to specify periodic occurences.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="relativeDates" type="RelativeDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A series of dates specified as some offset to another series of dates (the anchor dates).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="periodicDates" type="PeriodicDates" />
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
|