XML Schema Documentation

Complex Type: FxConversion

[Table of contents]

Super-types: None
Sub-types: None
Name FxConversion
Used by (from the same schema document) Complex Type Price
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<amountRelativeTo> AmountReference </amountRelativeTo> [1]
<fxRate> FxRate </fxRate> [1..*]

'Specifies a currency conversion rate.'

End Choice
</...>
Diagram
type_AmountReference
Schema Component Representation
<xsd:complexType name="FxConversion">
<xsd:choice>
<xsd:element name="amountRelativeTo" type=" AmountReference "/>
<xsd:element name="fxRate" type=" FxRate " maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>