Type

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/CustomAttributes/Attribute/Type

Diagram

Type

Documentation

EN

Type of attribute:
T ... Text
N ... Number
D ... Date
B ... Boolean

DE

Typ des Attributs:
T ... Text
N ... Zahl
D ... Datum
B ... Boolean

FR

Type d'attribut :
T ... Texte
N ... Nombre
D ... Date
B ... Booléen

NL

Type attribuut:
T ... Tekst
N ... Nummer
D ... Datum
B ... Boolean

ES

Tipo de atributo:
T ... Texto
N ... Número
D ... Fecha
B ... Booleano

IT

Tipo di attributo:
T... Testo
N...Numero
D... Data
B ... Booleano

CS

Typ atributu:
T ... Text
N ... Číslo
D ... Datum
B ... Boolean

HU

Attribútum típusa:
T ... Szöveg
N ... Szám
D ... Dátum
B ... Logikai

Properties

Type
xs:string
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
15
Sample Data
T
Restrictions
Base: xs:string
Length: 1
Enumeration:
  • T
  • N
  • D
  • B

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="Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Type of attribute:
T ... Text
N ... Number
D ... Date
B ... Boolean</xs:documentation>
      <xs:documentation xml:lang="de">Typ des Attributs:
T ... Text
N ... Zahl
D ... Datum
B ... Boolean</xs:documentation>
      <xs:documentation xml:lang="fr">Type d'attribut :
T ... Texte
N ... Nombre
D ... Date
B ... Booléen</xs:documentation>
      <xs:documentation xml:lang="nl">Type attribuut:
T ... Tekst
N ... Nummer
D ... Datum
B ... Boolean</xs:documentation>
      <xs:documentation xml:lang="es">Tipo de atributo:
T ... Texto
N ... Número
D ... Fecha
B ... Booleano</xs:documentation>
      <xs:documentation xml:lang="it">Tipo di attributo:
T... Testo
N...Numero
D... Data
B ... Booleano</xs:documentation>
      <xs:documentation xml:lang="cs">Typ atributu:
T ... Text
N ... Číslo
D ... Datum
B ... Boolean</xs:documentation>
      <xs:documentation xml:lang="hu">Attribútum típusa:
T ... Szöveg
N ... Szám
D ... Dátum
B ... Logikai</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:length value="1"/>
         <xs:enumeration value="T"/>
         <xs:enumeration value="N"/>
         <xs:enumeration value="D"/>
         <xs:enumeration value="B"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>