Definition Type: Group
Name: AdjustedAndOrUnadjustedDate.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-valuation-4-4.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-4-4_xsd Drilldown into adjustedDate in schema fpml-valuation-4-4_xsd Drilldown into unadjustedDate in schema fpml-valuation-4-4_xsdXSD Diagram of AdjustedAndOrUnadjustedDate.model in schema fpml-valuation-4-4_xsd (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" />
            <xsd:element name="adjustedDate" type="xsd:date" minOccurs="0" />
        </xsd:sequence>
        <xsd:element name="adjustedDate" type="xsd:date" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedDate fpml:unadjustedDate (1) (1)
adjustedDate fpml:adjustedDate 0 (1)
adjustedDate fpml:adjustedDate (1) (1)