<xsd:complexType name="ContractualTermsSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A contractual supplement (such as those published by ISDA) and its publication date that will apply to the trade.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="type" type="ContractualSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies the form of applicable contractual supplement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="publicationDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the publication date of the applicable version of the contractual supplement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|