XML Schema Documentation

Complex Type: MoneyBase

[Table of contents]

Super-types: None
Sub-types:
Name MoneyBase
Abstract yes
Documentation Abstract base class for all money types.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="MoneyBase" abstract="true">
<xsd:sequence>
<xsd:element name="currency" type=" Currency "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>