veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
complexType ExchangeRateType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0}ExchangeRateType (restriction)

Documentation
ABIE Exchange Rate. Details information that directly relates to the rate of exchange (conversion) between two currencies. Exchange Rate
Properties
This component is not nillable.

Model
<...>
(SourceCurrencyCode, SourceCurrencyBaseRate?, TargetCurrencyCode, TargetUnitBaseRate?, ExchangeMarketID?, CalculationRate?, OperatorCode?, Date?, ForeignExchangeContract? )
</...>


Nested Element Summary
 CalculationRate
           BBIE Exchange Rate. 
 Date
           BBIE Exchange Rate. 
udt:IdentifierTypeExchangeMarketID
           BBIE Exchange Rate. 
 ForeignExchangeContract
           ASBIE Exchange Rate. 
ero:OperatorCodeTypeOperatorCode
           BBIE Exchange Rate. 
 SourceCurrencyBaseRate
           BBIE Exchange Rate. 
cur:CurrencyCodeTypeSourceCurrencyCode
           BBIE Exchange Rate. 
cur:CurrencyCodeTypeTargetCurrencyCode
           BBIE Exchange Rate. 
 TargetUnitBaseRate
           BBIE Exchange Rate. 
Source
<xsd:complexType name="ExchangeRateType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="SourceCurrencyCode" type="cur:CurrencyCodeType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:SourceCurrencyBaseRate">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="TargetCurrencyCode" type="cur:CurrencyCodeType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:TargetUnitBaseRate">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ExchangeMarketID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:CalculationRate">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OperatorCode" type="ero:OperatorCodeType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="cbc:Date">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="ForeignExchangeContract">
</xsd:element>
</xsd:sequence>
</xsd:complexType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.