XML Schema Documentation

Model Group: SettlementAmountOrCurrency.model

[Table of contents]

Name SettlementAmountOrCurrency.model
XML Instance Representation
Start Choice [1]
<settlementAmount> Money </settlementAmount> [1]

'Settlement Amount'

<settlementCurrency> Currency </settlementCurrency> [1]

'Settlement Currency for use where the Settlement Amount cannot be known in advance'

End Choice
Diagram
Schema Component Representation
<xsd:group name="SettlementAmountOrCurrency.model">
<xsd:choice>
<xsd:element name="settlementAmount" type=" Money "/>
<xsd:element name="settlementCurrency" type=" Currency "/>
</xsd:choice>
</xsd:group>