it:CurrencyExchangeType
complexType CurrencyExchangeType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for an exchange of currency for a specified country
Diagram
XML Schema
<xs:complexType name="CurrencyExchangeType">
<xs:annotation>
<xs:documentation>
A data type for an exchange of currency for a specified country</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:RateOfExchangePercent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CurrencyCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:CurrencyExchangeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>