CustomAttributes

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/CustomAttributes

Diagram

CustomAttributes Attribute AttributeType [1..*]

Documentation

EN

Generic structure for custom specific data which cannot be stored somewhere else

DE

Generische Struktur für benutzerdefinierte Daten, die nicht anderweitig gespeichert werden können

FR

Generic structure pour custom spécifique données qui cannot be stored somewhere else

NL

Generic structuur voor custom specifiek gegevens welke cannot be stored somewhere else

ES

Estructura genérica para datos personalizados específicos que no pueden almacenarse en otro lugar

IT

Struttura generica per dati specifici personalizzati che non possono essere archiviati altrove

CS

Generic structure for custom specific data which cannot be stored somewhere else

HU

Generic structure for custom specific data which cannot be stored somewhere else

Properties

Type
AttributesType
Cardinality
0..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
9

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
AttributeType

Single attribute entry with name, type and value

Einzelner Attributeintrag mit Name, Typ und Wert

Entrée d'attribut unique avec nom, type et valeur

Enkel attribuutitem met naam, type en waarde

Entrada de atributo individual con nombre, tipo y valor

Voce attributo singola con nome, tipo e valore

Jednotlivý záznam atributu s názvem, typem a hodnotou

Egyedi attribútum bejegyzés névvel, típussal és értékkel

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"
            minOccurs="0"
            name="CustomAttributes"
            type="AttributesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Generic structure for custom specific data which cannot be stored somewhere else</xs:documentation>
      <xs:documentation xml:lang="de">Generische Struktur für benutzerdefinierte Daten, die nicht anderweitig gespeichert werden können</xs:documentation>
      <xs:documentation xml:lang="fr">Generic structure pour custom spécifique données qui cannot be stored somewhere else</xs:documentation>
      <xs:documentation xml:lang="nl">Generic structuur voor custom specifiek gegevens welke cannot be stored somewhere else</xs:documentation>
      <xs:documentation xml:lang="es">Estructura genérica para datos personalizados específicos que no pueden almacenarse en otro lugar</xs:documentation>
      <xs:documentation xml:lang="it">Struttura generica per dati specifici personalizzati che non possono essere archiviati altrove</xs:documentation>
      <xs:documentation xml:lang="cs">Generic structure for custom specific data which cannot be stored somewhere else</xs:documentation>
      <xs:documentation xml:lang="hu">Generic structure for custom specific data which cannot be stored somewhere else</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AttributesType)

<xs:complexType 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="AttributesType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Container for multiple attributes</xs:documentation>
      <xs:documentation xml:lang="de">Container für mehrere Attribute</xs:documentation>
      <xs:documentation xml:lang="fr">Conteneur pour plusieurs attributs</xs:documentation>
      <xs:documentation xml:lang="nl">Container voor meerdere attributen</xs:documentation>
      <xs:documentation xml:lang="es">Contenedor para múltiples atributos</xs:documentation>
      <xs:documentation xml:lang="it">Contenitore per più attributi</xs:documentation>
      <xs:documentation xml:lang="cs">Kontejner pro více atributů</xs:documentation>
      <xs:documentation xml:lang="hu">Tároló több attribútum számára</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Attribute" type="AttributeType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Single attribute entry with name, type and value</xs:documentation>
            <xs:documentation xml:lang="de">Einzelner Attributeintrag mit Name, Typ und Wert</xs:documentation>
            <xs:documentation xml:lang="fr">Entrée d'attribut unique avec nom, type et valeur</xs:documentation>
            <xs:documentation xml:lang="nl">Enkel attribuutitem met naam, type en waarde</xs:documentation>
            <xs:documentation xml:lang="es">Entrada de atributo individual con nombre, tipo y valor</xs:documentation>
            <xs:documentation xml:lang="it">Voce attributo singola con nome, tipo e valore</xs:documentation>
            <xs:documentation xml:lang="cs">Jednotlivý záznam atributu s názvem, typem a hodnotou</xs:documentation>
            <xs:documentation xml:lang="hu">Egyedi attribútum bejegyzés névvel, típussal és értékkel</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>