Attribute
/FundsXML4/Funds/Fund/FundStaticData/CustomAttributes/Attribute
Diagram
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
- 5
Child Elements & Attributes
| 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: [AUTO] Typ des Attributs: Type de attribut: Type van attribuut: |
N | |
| xs:string | ExampleText | ||
| xs:decimal | 212.93 | ||
| xs:date | 2020-06-13 | ||
| xs:boolean | false |
Element Definition
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)
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>