XML Schema Documentation

Complex Type: RelativeDateSequence

[Table of contents]

Super-types: None
Sub-types: None
Name RelativeDateSequence
Used by (from the same schema document) Complex Type AdjustableRelativeOrPeriodicDates
Abstract no
Documentation A type describing a date when this date is defined in reference to another date through one or several date offsets.
XML Instance Representation
<...>
<dateRelativeTo> DateReference </dateRelativeTo> [1]

'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.'

<dateOffset> DateOffset </dateOffset> [1..*]
Start Group: BusinessCentersOrReference.model [0..1]
Start Choice [1]
<businessCentersReference> BusinessCentersReference </businessCentersReference> [1]

'A pointer style reference to a set of financial business centers defined elsewhere in the document. This set of business centers is used to determine whether a particular day is a business day or not.'

<businessCenters> BusinessCenters </businessCenters> [1]
End Choice
End Group: BusinessCentersOrReference.model
</...>
Diagram
type_DateOffset group_BusinessCentersOrReference.model
Schema Component Representation
<xsd:complexType name="RelativeDateSequence">
<xsd:sequence>
<xsd:element name="dateRelativeTo" type=" DateReference "/>
<xsd:element name="dateOffset" type=" DateOffset " maxOccurs="unbounded"/>
<xsd:group ref=" BusinessCentersOrReference.model " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>