<xsd:complexType name="DeprecatedScheduledTerminationDate" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The intent is to make the scheduledTerminationDate of type AdjustableDate2 and remove the adjustableDate node. The current container doesn't give any value since the choice with relative date was removed." xmlns:fpml-annotation="http://www.fpml.org/annotation">
<xsd:annotation>
<xsd:documentation xml:lang="en">DEPRECATED</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="adjustableDate" type="AdjustableDate2" />
</xsd:sequence>
</xsd:complexType>
|