<xsd:complexType name="FxTerms">
<xsd:annotation>
<xsd:documentation>A structure which specifies FX conversion terms.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="fxRate" type="FxRate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The FX rate associated with the business event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fixingDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the associated FX rate was fixed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|