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