Definition Type: ComplexType
Name: AdjustableDate2
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-shared-5-9.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-9_xsd Drilldown into id in schema fpml-shared-5-9_xsdXSD Diagram of AdjustableDate2 in schema fpml-shared-5-9_xsd (Financial products Markup Language (FpML®) - Transparency)
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 nsA:unadjustedDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:commencementDatensA:effectiveDate, nsA:effectiveDate, nsA:expirationDate, nsA:scheduledTerminationDate, nsA:terminationDate,
Collapse Comments:
blog comments powered by Disqus