Definition Type: Group
Name: AdjustedAndOrUnadjustedDate.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-valuation-5-10.xsd
Documentation:
Contains at least one of an adjusted date and and unadjusted date, using the usual meanings of those terms.
Collapse XSD Schema Diagram:
Drilldown into adjustedDate in schema fpml-valuation-5-10_xsd2 Drilldown into unadjustedDate in schema fpml-valuation-5-10_xsd2XSD Diagram of AdjustedAndOrUnadjustedDate.model in schema fpml-valuation-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AdjustedAndOrUnadjustedDate.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Contains at least one of an adjusted date and and unadjusted date, using the usual meanings of those terms.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="unadjustedDate" type="xsd:date" minOccurs="0" />
            <xsd:element name="adjustedDate" type="xsd:date" minOccurs="0" />
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedDate nsE:unadjustedDate 0 (1)
adjustedDate nsE:adjustedDate 0 (1)