simpleType ISOCountryCodeType
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type restriction of xs:string
properties
base xs:string
used by
elements KeyDataType/ActiveDistributionCountry FundFactsType/ContentType/LiquidationMessage/LiquidationStatus/FundMerger/CompanyDomicileRecipient CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10391/RealEstate/RealEstates/RealEstate/Country BankDepositsType/Deposit/Country BorrowingType/Borrowing/Country FppType/InformationForCountries/Country FppType/RegisteredDistributionCountry/Country KeyDataType/Registration/Country PostalAddressType/Structured/Country AddressType/Country DealingCutOffType/Structured/Country CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10391/RealEstate/UndevelopedRealEstates/RealEstate/Country CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10391/RealEstate/ParticipationsRECompanies/RealEstate/Country CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10391/RealEstate/PPPParticipations/RealEstate/Country CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10392/RealEstate/RealEstates/RealEstate/Country CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10392/RealEstate/UndevelopedRealEstates/RealEstate/Country CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10392/RealEstate/ParticipationsRECompanies/RealEstate/Country CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10392/RealEstate/PPPParticipations/RealEstate/Country CountrySpecificDataType/DE/Reporting/RealEstateReporting/DetailsRealEstateFunds/GeographicalDistribution/EUROCountry/Distribution/Country CountrySpecificDataType/DE/Reporting/RealEstateReporting/DetailsRealEstateFunds/GeographicalDistribution/EUCountry/Distribution/Country CountrySpecificDataType/DE/Reporting/RealEstateReporting/DetailsRealEstateFunds/GeographicalDistribution/NonEUCountry/Distribution/Country CountrySpecificDataType/DE/Reporting/RealEstateReporting/DetailsRealEstateFunds/AnnualReturnsStructure/CountryDistributions/CountryDistribution/Country FppType/Annexes/LocalMarketAnnex/Countries/Country BorrowersNoteLoansType/BorrowersNoteLoan/Country RealEstateLoansType/RealEstateLoan/Country CreditClaimsType/CreditClaimsLoan/Country SecurityCodesType/CountrySecurityCode/CountryCode FundFactsType/CountryOfApplicableLaw FppType/CountryOfDomicile KIIDType/PracticalInformation/MasterFundInformation/CountryOfDomicile SecuritiesWithoutISINType/CountryOfIssuer FundFactsType/DomicileCountry FundFactsType/ContentType/InceptionMessage/InceptionStatus/TakeOver/FormerCompanyDomicile KIIDType/PracticalInformation/FurtherInformation/FurtherInformationLanguage FundsXML/AssetMasterData/Asset/Security/Equity/IssuerCountry FundsXML/AssetMasterData/Asset/Security/Bond/IssuerCountry FundsXML/AssetMasterData/Asset/Security/Funds/IssuerCountry FundsXML/AssetMasterData/Asset/Security/Derivative/IssuerCountry FundsXML/AssetMasterData/Asset/IssuerCountry FundsXML/AssetMasterData/Asset/Security/Swap/IssuerCountry CompanyType/CountrySpecificData/DE/BuBaReporting/Meldung10383/Bankguthaben/Einzeln/Land FundsXML/Language KIIDType/PracticalInformation/MasterFundInformation/Prospectus/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