<xsd:group name="CurrencyAndDeterminationMethod.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A group containing return swap amount currency definition methods</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="currency" type="IdentifiedCurrency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="determinationMethod" type="DeterminationMethod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the method according to which an amount or a date is determined.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currencyReference" type="IdentifiedCurrencyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to a currency defined elsewhere in the document</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|