XML Schema Documentation

Model Group: TerminationDetails.model

[Table of contents]

Name TerminationDetails.model
Used by (from the same schema document) Complex Type Termination
XML Instance Representation
<terminationTradeDate> xsd:date </terminationTradeDate> [1]

'The date on which the the parties enter into the Termination transaction.'

<terminationEffectiveDate> xsd:date </terminationEffectiveDate> [1]

'The date on which the Termination becomes effective.'

Start Choice [1]
<full> Empty </full> [1]

'The use of the Full element indicates that this is a Full Termination.'

<partial> PartialTerminationAmount </partial> [1]

'The use of the Partial element indicates that this is a Partial Termination.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="TerminationDetails.model">
<xsd:sequence>
<xsd:element name="terminationTradeDate" type=" xsd:date "/>
<xsd:element name="terminationEffectiveDate" type=" xsd:date "/>
<xsd:choice>
<xsd:element name="full" type=" Empty "/>
<xsd:element name="partial" type=" PartialTerminationAmount "/>
</xsd:choice>
</xsd:sequence>
</xsd:group>