<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>
|