XML Schema Documentation

Complex Type: PaymentCurrency

[Table of contents]

Super-types: None
Sub-types: None
Name PaymentCurrency
Used by (from the same schema document) Complex Type DividendConditions
Abstract no
Documentation A type describing the currency in which the payment relating to the leg amount (equity amount or interest amount) or the dividend will be denominated.
XML Instance Representation
<...
id=" xsd:ID [0..1]"
href=" xsd:IDREF [0..1]">
Start Choice [0..1]
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

<determinationMethod> DeterminationMethod </determinationMethod> [1]

'Specifies the method according to which an amount or a date is determined.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PaymentCurrency" deprecated="true" deprecatedReason="The model is wrong since it has an intradocument reference that is not clear. Current PaymentCurrency model and elements using this type are deprecated. Instead, a choice between currency, determinationMethod, and currencyReference (of type CurrencyReference) are inserted at the same level as the elements using PaymentCurrency.">
<xsd:choice minOccurs="0">
<xsd:element name="currency" type=" Currency "/>
<xsd:element name="determinationMethod" type=" DeterminationMethod "/>
</xsd:choice>
<xsd:attribute name="id" type=" xsd:ID "/>
<xsd:attribute name="href" type=" xsd:IDREF "/>
</xsd:complexType>