XML Schema Documentation

Complex Type: NonNegativeMoney

[Table of contents]

Super-types: MoneyBase < NonNegativeMoney (by extension)
Sub-types: None
Name NonNegativeMoney
Used by (from the same schema document) Complex Type NonNegativePayment
Abstract no
Documentation A type defining a non negative money amount.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

<amount> NonNegativeDecimal </amount> [1]

'The non negative monetary quantity in currency units.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="NonNegativeMoney">
<xsd:complexContent>
<xsd:extension base=" MoneyBase ">
<xsd:sequence>
<xsd:element name="amount" type=" NonNegativeDecimal "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>