<xsd:complexType name="Representations">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining ISDA 2002 Equity Derivative Representations.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="nonReliance" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, then non reliance is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="agreementsRegardingHedging" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, then agreements regarding hedging are applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="indexDisclaimer" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If present and true, then index disclaimer is applicable</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="additionalAcknowledgements" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, then additional acknowledgements are applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|