simpleType ISOCurrencyCodeType
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type restriction of xs:string
properties
base xs:string
used by
elements FppType/BaseCurrency PortfolioType/Transactions/CorporateAction/to/Currency TotalNetAssetsType/Currency ProcessDataDistributionType/Currency SizeOrderType/Currency PricesType/Price/Currency PortfolioType/Transactions/Currency EquityType/Currency BondType/Currency PortfolioType/AggregatedTransactions/Currency FundsType/Currency NAVType/Currency DerivativeType/Currency IndexCertificateType/Currency PortfolioType/Accounts/Currency PortfolioType/CurrencyExposure/Currency PortfolioType/Liquidity/Currency SwapType/Currency PortfolioAssetsType/Currency AccountsType/Currency FixedTimeDepositType/Currency CreditDefaultSwapType/Currency IndexType/Currency AmountType/AmountCurrency/Currency NominalOrUnitsType/Currency BorrowersNoteLoansType/BorrowersNoteLoan/Currency RealEstateLoansType/RealEstateLoan/Currency CreditClaimsType/CreditClaimsLoan/Currency BankDepositsType/Deposit/Currency BorrowingType/Borrowing/Currency BenchmarkType/Currency SettlementDetailsType/Structured/Currency CurrencyAmountType/Currency ValuationDealingCharacteristicsType/PricePublicationCurrencies/Currency FundBenchmarkType/Type/Currency FirstNavType/Currency PortfolioUnderlyingType/Currency PortfolioType/Transactions/ForeignCurrency/CurrencyBuy ForeignExchangeTradeType/CurrencyBuy TotalNetAssetsType/CurrencyCompleteTotalNetAsset CurrencyChangeType/CurrencyNew CurrencyChangeType/CurrencyOld SwapType/CurrencyPay SwapType/CurrencyRec PortfolioType/Transactions/ForeignCurrency/CurrencySell PortfolioAssetsType/CurrencySell ForeignExchangeTradeType/CurrencySell KIIDType/PastPerformances/CurrencyUsed CategoryDescriptionType/CurrencyUsed SubscriptionRedemptionType/DealingCurrencies/DealingCurrency PortfolioType/Transactions/CorporateAction/from/DividendCurrency FundType/FundCurrency DerivativeType/IncomeCurrency IndexCertificateType/IncomeCurrency EquityType/IncomeCurrency FundsType/IncomeCurrency BondType/IncomeCurrency PortfolioType/Transactions/CorporateAction/from/InterestsCurrency PortfolioType/Transactions/CorporateAction/to/InterestsCurrency CategoryType/Currencies/Name PortfolioType/Transactions/ForeignCurrency/ProfitLossCurrency SwapType/SettlementCurrency CompanyType/CountrySpecificData/DE/BuBaReporting/Meldung10383/Bankguthaben/Einzeln/Waehrung DistributionType/Waehrung SavingsType/MindestRateSparplan/Waehrung SavingsType/MindestEinmalAnlage/Waehrung SavingsType/MindestFolgeAnlage/Waehrung
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
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.
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.
source <xs:simpleType name="ISOCurrencyCodeType">
 
<xs:annotation>
   
<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: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: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