Definition Type: ComplexType
Name: RelativeDateSequence
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing a date when this date is defined in reference to another date through one or several date offsets.
Collapse XSD Schema Diagram:
Drilldown into businessCenters in schema fpml-shared-4-4_xsd Drilldown into businessCentersReference in schema fpml-shared-4-4_xsd Drilldown into BusinessCentersOrReference.model in schema fpml-shared-4-4_xsd Drilldown into dateOffset in schema fpml-shared-4-4_xsd Drilldown into dateRelativeTo in schema fpml-shared-4-4_xsdXSD Diagram of RelativeDateSequence in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dateRelativeTo fpml:dateRelativeTo (1) (1)
dateOffset fpml:dateOffset (1) unbounded
businessCentersReference fpml:businessCentersReference (1) (1)
businessCenters fpml:businessCenters (1) (1)
<xs:group> fpml:BusinessCentersOrReference.model 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:relativeDateSequence, fpml:relativeDateSequence