XML Schema Documentation

Complex Type: Money

[Table of contents]

Super-types: MoneyBase < Money (by extension)
Sub-types: None
Name Money
Used by (from the same schema document) Complex Type Payment , Complex Type Payment , Complex Type SimplePayment , Complex Type SplitSettlement , Complex Type StubValue , Model Group PaymentDiscounting.model , Model Group Premium.model , Model Group SettlementAmountOrCurrency.model
Abstract no
Documentation A type defining a currency 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
Schema Component Representation
<xsd:complexType name="Money">
<xsd:complexContent>
<xsd:extension base=" MoneyBase ">
<xsd:sequence>
<xsd:element name="amount" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>