<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="DateRelativeTo">
</xsd:element>
<xsd:element name="dateOffset" type="DateOffset" maxOccurs="unbounded">
</xsd:element>
<xsd:group ref="BusinessCentersOrReference.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|