XML Schema Documentation

Complex Type: IdentifiedCurrency

[Table of contents]

Super-types: xsd:normalizedString < Currency (by extension) < IdentifiedCurrency (by extension)
Sub-types: None
Name IdentifiedCurrency
Abstract no
Documentation Specifies Currency with ID attribute.
XML Instance Representation
<...
currencyScheme=" xsd:anyURI [0..1]"
id=" xsd:ID [0..1]">
Currency
</...>
Diagram
Schema Component Representation
<xsd:complexType name="IdentifiedCurrency">
<xsd:simpleContent>
<xsd:extension base=" Currency ">
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>