Definition Type: ComplexType
Name: DateOffset
Namespace: http://www.fpml.org/2004/FpML-4-1
Type: nsA:Offset
Containing Schema: fpml-shared-4-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sequence in schema fpml-shared-4-1_xsd Drilldown into businessDayConvention in schema fpml-shared-4-1_xsd Drilldown into dayType in schema fpml-shared-4-1_xsd Drilldown into period in schema fpml-shared-4-1_xsd Drilldown into periodMultiplier in schema fpml-shared-4-1_xsd Drilldown into id in schema fpml-shared-4-1_xsd Drilldown into Interval in schema fpml-shared-4-1_xsd Drilldown into Offset in schema fpml-shared-4-1_xsdXSD Diagram of DateOffset in schema fpml-shared-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DateOffset">
    <xsd:complexContent>
        <xsd:extension base="Offset">
            <xsd:sequence>
                <xsd:element name="businessDayConvention" type="BusinessDayConventionEnum">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The convention for adjusting a date if it would otherwise fall on a day that is not a business day.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="sequence" type="xsd:integer" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Sequence in which the reference to the time period multiplier should be applied.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
periodMultiplier nsA:periodMultiplier (1) (1)
period nsA:period (1) (1)
dayType nsA:dayType 0 (1)
businessDayConvention nsA:businessDayConvention (1) (1)
sequence nsA:sequence 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:dateOffset