simpleType ISOCurrencyCodeType
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type restriction of xs:string
properties
base xs:string
used by
elements FppType/BaseCurrency AccountsType/Currency AmountType/AmountCurrency/Currency BankDepositsType/Deposit/Currency BenchmarkType/Currency BondType/Currency PortfolioType/Accounts/Currency BorrowersNoteLoansType/BorrowersNoteLoan/Currency BorrowingType/Borrowing/Currency NAVType/Currency CreditClaimsType/CreditClaimsLoan/Currency CreditDefaultSwapType/Currency CurrencyAmountType/Currency PortfolioType/CurrencyExposure/Currency PortfolioType/Liquidity/Currency DerivativeType/Currency PortfolioType/AggregatedTransactions/Currency PortfolioUnderlyingType/Currency EquityType/Currency PricesType/Price/Currency FirstNavType/Currency FixedTimeDepositType/Currency RealEstateLoansType/RealEstateLoan/Currency SettlementDetailsType/Structured/Currency FundBenchmarkType/Type/Currency FundsType/Currency SizeOrderType/Currency SwapType/Currency IndexCertificateType/Currency TotalNetAssetsType/Currency IndexType/Currency ValuationDealingCharacteristicsType/PricePublicationCurrencies/Currency SIIPositionType/DerivativeOrConvertible/UnderlyingInstrument/Valuation/Currency NominalOrUnitsType/Currency PortfolioAssetsType/Currency PortfolioType/Transactions/Currency PortfolioType/Transactions/CorporateAction/to/Currency ForeignExchangeTradeType/CurrencyBuy PortfolioType/Transactions/ForeignCurrency/CurrencyBuy TotalNetAssetsType/CurrencyCompleteTotalNetAsset CurrencyChangeType/CurrencyNew CurrencyChangeType/CurrencyOld ForeignExchangeTradeType/CurrencySell PortfolioType/Transactions/ForeignCurrency/CurrencySell PortfolioAssetsType/CurrencySell KIIDType/PastPerformances/CurrencyUsed CategoryDescriptionType/CurrencyUsed SubscriptionRedemptionType/DealingCurrencies/DealingCurrency PortfolioType/Transactions/CorporateAction/from/DividendCurrency FundType/FundCurrency BondType/IncomeCurrency DerivativeType/IncomeCurrency EquityType/IncomeCurrency FundsType/IncomeCurrency IndexCertificateType/IncomeCurrency PortfolioType/Transactions/CorporateAction/from/InterestsCurrency PortfolioType/Transactions/CorporateAction/to/InterestsCurrency TripartiteTemplateSolvencyIIType/PortfolioCurrency PortfolioType/Transactions/ForeignCurrency/ProfitLossCurrency SIIPositionType/Valuation/QuotationCurrency SwapType/SettlementCurrency 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