Attribute

/FundsXML4/AssetMasterData/Asset/CustomAttributes/Attribute

Diagram

Attribute Name Text256Type [1] Type xs:string [1] ValueText xs:string [1] ValueNumber xs:decimal [1] ValueDate xs:date [1] ValueBoolean xs:boolean [1]

Documentation

EN

Generic attribute with name, type and value

DE

[AUTO] Generisches Attribut mit Name, Typ und Wert

FR

Generic attribut avec nom, type et valeur

NL

Generic attribuut met naam, type en waarde

Properties

Type
AttributeType
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
4

Child Elements & Attributes

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

Name of attribute

[AUTO] Name des Attributs

Nom de attribut

Naam van attribuut

ExampleText
xs:string

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

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

Type de attribut:
T ... Text
N ... Numéro
D ... Date
B ... Boolean

Type van attribuut:
T ... Text
N ... Nummer
D ... Datum
B ... Boolean

N
xs:string ExampleText
xs:decimal 728.18
xs:date 2022-12-06
xs:boolean true

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="Attribute"
            type="AttributeType"/>

Referenced Type Definition (AttributeType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="AttributeType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Generic attribute with name, type and value</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Generisches Attribut mit Name, Typ und Wert</xs:documentation>
      <xs:documentation xml:lang="fr">Generic attribut avec nom, type et valeur</xs:documentation>
      <xs:documentation xml:lang="nl">Generic attribuut met naam, type en waarde</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="Name" type="Text256Type">
         <xs:annotation>
            <xs:documentation xml:lang="en">Name of attribute</xs:documentation>
            <xs:documentation xml:lang="de">[AUTO] Name des Attributs</xs:documentation>
            <xs:documentation xml:lang="fr">Nom de attribut</xs:documentation>
            <xs:documentation xml:lang="nl">Naam van attribuut</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element 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">[AUTO] Typ des Attributs:
T ... Text
N ... Zahl
D ... Datum
B ... Boolean</xs:documentation>
            <xs:documentation xml:lang="fr">Type de attribut:
T ... Text
N ... Numéro
D ... Date
B ... Boolean</xs:documentation>
            <xs:documentation xml:lang="nl">Type van attribuut:
T ... Text
N ... Nummer
D ... Datum
B ... Boolean</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>
      <xs:choice>
         <xs:element name="ValueText" type="xs:string"/>
         <xs:element name="ValueNumber" type="xs:decimal"/>
         <xs:element name="ValueDate" type="xs:date"/>
         <xs:element name="ValueBoolean" type="xs:boolean"/>
      </xs:choice>
   </xs:sequence>
</xs:complexType>