Definition Type: Group
Name: TerminationDetails.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-posttrade-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into partial in schema fpml-posttrade-4-4_xsd Drilldown into full in schema fpml-posttrade-4-4_xsd Drilldown into terminationEffectiveDate in schema fpml-posttrade-4-4_xsd Drilldown into terminationTradeDate in schema fpml-posttrade-4-4_xsdXSD Diagram of TerminationDetails.model in schema fpml-posttrade-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TerminationDetails.model">
    <xsd:sequence>
        <xsd:element name="terminationTradeDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the the parties enter into the Termination transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="terminationEffectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the Termination becomes effective.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:element name="full" type="Empty">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The use of the Full element indicates that this is a Full Termination.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="partial" type="PartialTerminationAmount">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The use of the Partial element indicates that this is a Partial Termination.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
terminationTradeDate fpml:terminationTradeDate (1) (1)
terminationEffectiveDate fpml:terminationEffectiveDate (1) (1)
full fpml:full (1) (1)
partial fpml:partial (1) (1)