<xsd:complexType name="RelativeDateSequence">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a date when this date is defined in reference to another date through one or several date offsets.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="dateRelativeTo" type="DateReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the anchor as an href attribute. The href attribute value is a pointer style reference to the element or component elsewhere in the document where the anchor date is defined.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dateOffset" type="DateOffset" maxOccurs="unbounded" />
<xsd:group ref="BusinessCentersOrReference.model" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|