Description
/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/SegmentStaticData/Description
Diagram
Documentation
EN
Description of segment in specified language
DE
Beschreibung des Segments in der angegebenen Sprache
FR
Description du segment dans la langue spécifiée
NL
Beschrijving van het segment in de opgegeven taal
ES
Descripción del segmento en el idioma especificado
IT
Descrizione del segmento nella lingua specificata
HU
A szegmens leírása a megadott nyelven
CS
Popis segmentu v zadaném jazyce
Properties
- Type
- xs:string
- Cardinality
- 0..*
- 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
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:language |
Language of the description (ISO 639-1) Sprache der Beschreibung (ISO 639-1) Langue de la description (ISO 639-1) Taal van de beschrijving (ISO 639-1) Idioma de la descripción (ISO 639-1) Lingua della descrizione (ISO 639-1) A leírás nyelve (ISO 639-1) Jazyk popisu (ISO 639-1) |
en-US |
Element Definition
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"
maxOccurs="unbounded"
minOccurs="0"
name="Description">
<xs:annotation>
<xs:documentation xml:lang="en">Description of segment in specified language</xs:documentation>
<xs:documentation xml:lang="de">Beschreibung des Segments in der angegebenen Sprache</xs:documentation>
<xs:documentation xml:lang="fr">Description du segment dans la langue spécifiée</xs:documentation>
<xs:documentation xml:lang="nl">Beschrijving van het segment in de opgegeven taal</xs:documentation>
<xs:documentation xml:lang="es">Descripción del segmento en el idioma especificado</xs:documentation>
<xs:documentation xml:lang="it">Descrizione del segmento nella lingua specificata</xs:documentation>
<xs:documentation xml:lang="hu">A szegmens leírása a megadott nyelven</xs:documentation>
<xs:documentation xml:lang="cs">Popis segmentu v zadaném jazyce</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="language" type="xs:language" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Language of the description (ISO 639-1)</xs:documentation>
<xs:documentation xml:lang="de">Sprache der Beschreibung (ISO 639-1)</xs:documentation>
<xs:documentation xml:lang="fr">Langue de la description (ISO 639-1)</xs:documentation>
<xs:documentation xml:lang="nl">Taal van de beschrijving (ISO 639-1)</xs:documentation>
<xs:documentation xml:lang="es">Idioma de la descripción (ISO 639-1)</xs:documentation>
<xs:documentation xml:lang="it">Lingua della descrizione (ISO 639-1)</xs:documentation>
<xs:documentation xml:lang="hu">A leírás nyelve (ISO 639-1)</xs:documentation>
<xs:documentation xml:lang="cs">Jazyk popisu (ISO 639-1)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>