XML Schema Documentation

Complex Type: NotionalAmount

[Table of contents]

Super-types: MoneyBase < Money (by extension) < NotionalAmount (by extension)
Sub-types: None
Name NotionalAmount
Abstract no
Documentation A complex type to specify the notional amount.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

<amount> xsd:decimal </amount> [1]

'The monetary quantity in currency units.'

</...>
Diagram
type_Money
Schema Component Representation
<xsd:complexType name="NotionalAmount">
<xsd:complexContent>
<xsd:extension base=" Money "/>
</xsd:complexContent>
</xsd:complexType>