XML Schema Documentation

Model Group: CurrencyAndDeterminationMethod.model

[Table of contents]

Name CurrencyAndDeterminationMethod.model
XML Instance Representation
Start Choice [1]
<currency> IdentifiedCurrency </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.'

<currencyReference> IdentifiedCurrencyReference </currencyReference> [1]

'The currency in which an amount is denominated.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="CurrencyAndDeterminationMethod.model">
<xsd:choice>
<xsd:element name="currency" type=" IdentifiedCurrency "/>
<xsd:element name="determinationMethod" type=" DeterminationMethod "/>
<xsd:element name="currencyReference" type=" IdentifiedCurrencyReference "/>
</xsd:choice>
</xsd:group>