<xsd:complexType name="RelativeDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a set of dates defined as relative to another set of dates.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="RelativeDateOffset">
<xsd:sequence>
<xsd:element name="periodSkip" type="xsd:positiveInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of periods in the referenced date schedule that are between each date in the relative date schedule. Thus a skip of 2 would mean that dates are relative to every second date in the referenced schedule. If present this should have a value greater than 1.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="scheduleBounds" type="DateRange" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The first and last dates of a schedule. This can be used to restrict the range of values in a reference series of dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|