Code

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/ShareClassType/Code

Diagram

Code

Documentation

EN

Country specific code for share class type

DE

Länderspezifischer Code für den ShareClass-Typ

FR

Code spécifique au pays pour le type de classe d'actions

NL

Landspecifieke code voor het type aandelenklasse

ES

Código específico del país para el tipo de clase de acciones

IT

Codice specifico del paese per il tipo di classe di azioni

CS

Kód specifický pro zemi pro typ třídy akcií

HU

Országspecifikus kód a befektetési jegy osztály típusához

Properties

Type
Text32Type
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
10
Sample Data
ExampleText
Restrictions
Base: xs:string
MaxLength: 32

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Code"
            type="Text32Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Country specific code for share class type</xs:documentation>
      <xs:documentation xml:lang="de">Länderspezifischer Code für den ShareClass-Typ</xs:documentation>
      <xs:documentation xml:lang="fr">Code spécifique au pays pour le type de classe d'actions</xs:documentation>
      <xs:documentation xml:lang="nl">Landspecifieke code voor het type aandelenklasse</xs:documentation>
      <xs:documentation xml:lang="es">Código específico del país para el tipo de clase de acciones</xs:documentation>
      <xs:documentation xml:lang="it">Codice specifico del paese per il tipo di classe di azioni</xs:documentation>
      <xs:documentation xml:lang="cs">Kód specifický pro zemi pro typ třídy akcií</xs:documentation>
      <xs:documentation xml:lang="hu">Országspecifikus kód a befektetési jegy osztály típusához</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (Text32Type)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
               xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="Text32Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Text (max. 32 characters)</xs:documentation>
      <xs:documentation xml:lang="de">Text (max. 32 Zeichen)</xs:documentation>
      <xs:documentation xml:lang="fr">Texte (max. 32 caractères)</xs:documentation>
      <xs:documentation xml:lang="nl">Tekst (max. 32 tekens)</xs:documentation>
      <xs:documentation xml:lang="es">Texto (máx. 32 caracteres)</xs:documentation>
      <xs:documentation xml:lang="it">Testo (max. 32 caratteri)</xs:documentation>
      <xs:documentation xml:lang="cs">Text (max. 32 znaků)</xs:documentation>
      <xs:documentation xml:lang="hu">Szöveg (max. 32 karakter)</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:maxLength value="32"/>
   </xs:restriction>
</xs:simpleType>