XML Schema Documentation

Complex Type: CalculationAmount

[Table of contents]

Super-types: Money < CalculationAmount (by extension)
Sub-types: None
Name CalculationAmount
Used by (from the same schema document) Complex Type FixedAmountCalculation
Abstract no
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.'

<step> Step </step> [0..*]

'A schedule of step date and value pairs. On each step date the associated step value becomes effective. A list of steps may be ordered in the document by ascending step date. An FpML document containing an unordered list of steps is still regarded as a conformant document.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CalculationAmount">
<xsd:complexContent>
<xsd:extension base=" Money ">
<xsd:sequence>
<xsd:element name="step" type=" Step " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>