<xsd:complexType name="FxTermsSchedule">
<xsd:annotation>
<xsd:documentation>A structure which specifies many FX conversion terms, based on a schedule.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="Period.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the dates for a single FX term period. This is a period of actual (adjusted) dates.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="fxTerms" type="FxTerms">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines a single FX rate conversion.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|