simpleType ISOCurrencyCodeType
namespace http://www.fundsxml.org
type restriction of xs:string
properties
base xs:string
used by
elements FundsXML/AssetMasterData/Asset/Security/Equity/Currency PortfolioType/CurrencyExposure/Currency FundsXML/AssetMasterData/Asset/Security/Bond/Currency PortfolioType/Liquidity/Currency FundsXML/AssetMasterData/Asset/Security/Funds/Currency PortfolioAssetsType/Currency FundsXML/AssetMasterData/Asset/Security/Derivative/Currency FundsXML/AssetMasterData/Asset/Security/Accounts/Currency PortfolioAssetsType/Underlying/Currency ProcessDataType/TotalNetAssets/Currency FundsXML/AssetMasterData/Asset/Security/IndexCertificate/Currency ProcessDataType/Distributions/Currency AmountType/AmountCurrency/Currency NominalOrUnitsType/Currency BorrowersNoteLoansType/BorrowersNoteLoan/Currency FundsXML/AssetMasterData/Asset/Security/FixedTimeDeposit/Currency FundsXML/AssetMasterData/Asset/Security/CreditDefaultSwap/Currency FundsXML/AssetMasterData/Asset/Security/Index/Currency RealEstateLoansType/RealEstateLoan/Currency CreditClaimsType/CreditClaimsLoan/Currency CountrySpecificDataType/DE/Reporting/BVIReporting/ExchangeRates/Currency PortfolioType/Transactions/Currency BankDepositsType/Deposit/Currency KeyDataType/FirstNAV/Currency PricesType/Price/Currency PricingType/MinSizeOfOrder/Currency PricingType/MinAdditionalSizeOfOrder/Currency PricingType/MinRegularSizeOfOrder/Currency BorrowingType/Borrowing/Currency PortfolioType/Transactions/CorporateAction/to/Currency PortfolioType/Accounts/Currency FundsXML/AssetMasterData/Asset/Security/ForeignExchangeTrade/CurrencyBuy PortfolioType/Transactions/ForeignCurrency/CurrencyBuy ProcessDataType/TotalNetAssets/CurrencyCompleteTotalNetAsset ProcessDataType/CurrencyChanges/CurrencyNew ProcessDataType/CurrencyChanges/CurrencyOld FundsXML/AssetMasterData/Asset/Security/Swap/CurrencyPay FundsXML/AssetMasterData/Asset/Security/Swap/CurrencyRec FundsXML/AssetMasterData/Asset/Security/ForeignExchangeTrade/CurrencySell PortfolioAssetsType/CurrencySell PortfolioType/Transactions/ForeignCurrency/CurrencySell PortfolioType/Transactions/CorporateAction/from/DividendCurrency FundType/FundCurrency FundsXML/AssetMasterData/Asset/Security/Equity/IncomeCurrency FundsXML/AssetMasterData/Asset/Security/Bond/IncomeCurrency FundsXML/AssetMasterData/Asset/Security/Funds/IncomeCurrency FundsXML/AssetMasterData/Asset/Security/IndexCertificate/IncomeCurrency FundsXML/AssetMasterData/Asset/Security/Derivative/IncomeCurrency PortfolioType/Transactions/CorporateAction/from/InterestsCurrency PortfolioType/Transactions/CorporateAction/to/InterestsCurrency CategoryType/Currencies/Name PortfolioType/Transactions/ForeignCurrency/ProfitLossCurrency CompanyType/CountrySpecificData/DE/BuBaReporting/Meldung10383/Bankguthaben/Einzeln/Waehrung SavingsType/MindestRateSparplan/Waehrung SavingsType/MindestEinmalAnlage/Waehrung DistributionType/Waehrung SavingsType/MindestFolgeAnlage/Waehrung
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
Der ISOCurrencyCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Waehrungscodes bereit. Verwendet werden die dreistelligen ISO-Waehrungscodes (ISO 4217). Der ISOCurrencyCodeType ist vom Typ string und hat eine Laenge von genau drei Zeichen.
documentation
The ISOCurrencyCodeType is a type for decoding ISO-CurrencyCodes. It is used the three-letter ISO-CountryCode (ISO 4217). It is of the type string and has a length from exactly three letters.
source <xs:simpleType name="ISOCurrencyCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Der ISOCurrencyCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Waehrungscodes bereit. Verwendet werden die dreistelligen ISO-Waehrungscodes (ISO 4217). Der ISOCurrencyCodeType ist vom Typ string und hat eine Laenge von genau drei Zeichen.</xs:documentation>
   
<xs:documentation xml:lang="en">The ISOCurrencyCodeType is a type for decoding ISO-CurrencyCodes. It is used the three-letter ISO-CountryCode (ISO 4217). It is of the type string and has a length from exactly three letters.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="3"/>
   
<xs:minLength value="3"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy