XML Schema Documentation

Complex Type: SpecifiedCurrency

[Table of contents]

Super-types: None
Sub-types: None
Name SpecifiedCurrency
Used by (from the same schema document) Complex Type DeliverableObligations , Complex Type Obligations
Abstract no
XML Instance Representation
<...>
<currency> Currency </currency> [0..*]

'The currency in which an amount is denominated.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="SpecifiedCurrency">
<xsd:sequence>
<xsd:element name="currency" type=" Currency " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>