simpleType ISOCountryCodeType
type restriction of xs:string
properties
base xs:string
used by
elements CompanyType/BusinessCountry IssuerType/BusinessCountry DocumentType/PublicationCountries/Country IssuerType/Country AddressType/Country FundRelatedTextType/CountriesWhereApplicable/Country ShareClassType/BlockedInvestorCountries/Country InvestorTypesType/CentralBank/Country AssetType/Country CounterpartyType/Country AssetManagementCompanyAggregatedType/Country SolvencyIIPortfolioType/QRTPortfolioInformation/FundIssuer/Country SIIPositionType/DerivativeOrConvertible/UnderlyingInstrument/Valuation/Country KIIDType/PracticalInformation/MasterFundInformation/CountryOfDomicile FundStaticDataType/DomicileCountry SolvencyIIPortfolioType/QRTPortfolioInformation/FundCustodianCountry KIIDType/PracticalInformation/FurtherInformation/FurtherInformationLanguage CountrySpecificShareClassDataATType/OeKBStammdatenblatt/GeltendesRecht FlowType/InvestorCountry InvestorType/InvestorCountry CreditRiskDataType/IssuerCountry KIIDType/PracticalInformation/MasterFundInformation/Prospectus/Language DataSupplierType/SystemCountry
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