Definition Type: ComplexType
Name: AdjustableDate2
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that is different from AdjustableDate in two regards. First, date adjustments can be specified with either a dateAdjustments element or a reference to an existing dateAdjustments element. Second, it does not require the specification of date adjustments.
Collapse XSD Schema Diagram:
Drilldown into unadjustedDate in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5XSD Diagram of AdjustableDate2 in schema fpml-shared-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdjustableDate2">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that is different from AdjustableDate in two regards. First, date adjustments can be specified with either a dateAdjustments element or a reference to an existing dateAdjustments element. Second, it does not require the specification of date adjustments.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="unadjustedDate" type="IdentifiedDate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A date subject to adjustment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedDate nsF:unadjustedDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:commencementDatensF:effectiveDate, nsF:effectiveDate, nsF:expirationDate, nsF:scheduledTerminationDate, nsF:terminationDate,