Definition Type: Group
Name: AmendmentDetails.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into amendmentEffectiveDate in schema fpml-doc-4-4_xsd Drilldown into amendmentTradeDate in schema fpml-doc-4-4_xsdXSD Diagram of AmendmentDetails.model in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="AmendmentDetails.model">
    <xsd:sequence>
        <xsd:element name="amendmentTradeDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the the parties enter into the Amendment transaction</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amendmentEffectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the Amendment becomes effective</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amendmentTradeDate fpml:amendmentTradeDate (1) (1)
amendmentEffectiveDate fpml:amendmentEffectiveDate (1) (1)