<xsd:complexType name="FxFeature">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining Fx Features.</xsd:documentation>
<xsd:documentation xml:lang="de">Typ zur Definition von Devisenbestandteilen.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="referenceCurrency" type="IdentifiedCurrency">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the reference currency of the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="composite" type="Composite" />
<xsd:element name="quanto" type="Quanto" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|