FundTexts

/FundsXML4/Funds/Fund/FundStaticData/FundTexts

Diagram

FundTexts FundText FundRelatedTextType [1..*]

Documentation

EN

Collection of fund-related texts

DE

[AUTO] Sammlung von fondbezogenen Texten

FR

Collection de fonds-related texts

NL

Collection van fonds-related texts

Properties

Type
(anonymous)
Cardinality
0..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
FundRelatedTextType

Complex element designed to describe any text or commentary related to a fund like "Investment strategy", "Management outlook", "company profile"...

[AUTO] Komplexes Element zur Beschreibung von Texten oder Kommentaren zu einem Fund wie "Anlagestrategie", "Managementausblick", "Unternehmensprofil"...

Complex élément designed à describe tout text ou commentary related à un fonds like "Investissement strategy", "Management outlook", "company profile"...

Complex element designed naar describe elke text van commentary related naar een fonds like "Belegging strategy", "Management outlook", "company profile"...

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="FundTexts">
   <xs:annotation>
      <xs:documentation xml:lang="en">Collection of fund-related texts</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Sammlung von fondbezogenen Texten</xs:documentation>
      <xs:documentation xml:lang="fr">Collection de fonds-related texts</xs:documentation>
      <xs:documentation xml:lang="nl">Collection van fonds-related texts</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="FundText" type="FundRelatedTextType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>