simpleType ISOCountryCodeType
namespace http://www.fundsxml.org/XMLSchema/3.1
type restriction of xs:string
properties
base xs:string
used by
elements KeyDataType/ActiveDistributionCountry FundFactsType/ContentType/LiquidationMessage/LiquidationStatus/FundMerger/CompanyDomicileRecipient FppType/RegisteredDistributionCountry/Country AddressType/Country RegistrationType/Country DealingCutOffType/Structured/Country PostalAddressType/Structured/Country FppType/Annexes/LocalMarketAnnex/Countries/Country BorrowersNoteLoansType/BorrowersNoteLoan/Country RealEstateLoansType/RealEstateLoan/Country CreditClaimsType/CreditClaimsLoan/Country BankDepositsType/Deposit/Country BorrowingType/Borrowing/Country FppType/AnnexesCountries/Country AmountCountryType/Country ReportingDE_RealEstateType/DetailsRealEstateFunds/GeographicalDistribution/EUROCountry/Distribution/Country ReportingDE_RealEstateType/DetailsRealEstateFunds/GeographicalDistribution/EUCountry/Distribution/Country ReportingDE_RealEstateType/DetailsRealEstateFunds/GeographicalDistribution/NonEUCountry/Distribution/Country ReportingDE_RealEstateType/DetailsRealEstateFunds/AnnualReturnsStructure/CountryDistributions/CountryDistribution/Country CountrySecurityCodeType/CountryCode FundFactsType/CountryOfApplicableLaw KIIDType/PracticalInformation/MasterFundInformation/CountryOfDomicile FppType/CountryOfDomicile SecuritiesWithoutISINType/CountryOfIssuer FundRelatedTextType/CountriesWhereApplicable/CountryWhereApplicable FundFactsType/DomicileCountry FundFactsType/ContentType/InceptionMessage/InceptionStatus/TakeOver/FormerCompanyDomicile KIIDType/PracticalInformation/FurtherInformation/FurtherInformationLanguage AssetDataType/IssuerCountry EquityType/IssuerCountry BondType/IssuerCountry FundsType/IssuerCountry DerivativeType/IssuerCountry SwapType/IssuerCountry CompanyType/CountrySpecificData/DE/BuBaReporting/Meldung10383/Bankguthaben/Einzeln/Land KIIDType/PracticalInformation/MasterFundInformation/Prospectus/Language FundsXML/Language CategoryType/Geographical/Name FundFactsType/ContentType/LiquidationMessage/LiquidationStatus/TransferToOtherCompany/NameRecipientCompanyDomicile
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters.
documentation
Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen.
source <xs:simpleType name="ISOCountryCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters.</xs:documentation>
   
<xs:documentation xml:lang="de">Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="2"/>
   
<xs:minLength value="2"/>
 
</xs:restriction>
</xs:simpleType>


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