complexType FundRelatedTextType
diagram index_p1299.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
children TextLanguage TextTitle TextContent TextTypeDescription TextDate CountriesWhereApplicable
used by
element FundType/FundTexts/FundText
annotation
documentation
complex Element designed to describe any text or commentary related to a fund like "Investment strategy", "Management outlook", "company profile"...
source <xs:complexType name="FundRelatedTextType">
 
<xs:annotation>
   
<xs:documentation>complex Element designed to describe any text or commentary related to a fund like "Investment strategy", "Management outlook", "company profile"...</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="TextLanguage" type="ISOLanguageCodeType">
     
<xs:annotation>
       
<xs:documentation>ISO 639-1 Code of Language used in {TextContent} and {TextTitle}.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TextTitle" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Title for {TextContent} in {TextLanguage}</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TextContent" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>The text itself in {TextLanguage}</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TextTypeDescription" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Type of Text or Commentary. Possible values in Dictionnary</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TextDate" type="xs:date"/>
   
<xs:element name="CountriesWhereApplicable" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="CountryWhereApplicable" type="ISOCountryCodeType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>ISO Country Code of the Countries where {FundText} is applicable.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FundRelatedTextType/TextLanguage
diagram index_p1300.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type ISOLanguageCodeType
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
ISO 639-1 Code of Language used in {TextContent} and {TextTitle}.
source <xs:element name="TextLanguage" type="ISOLanguageCodeType">
 
<xs:annotation>
   
<xs:documentation>ISO 639-1 Code of Language used in {TextContent} and {TextTitle}.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundRelatedTextType/TextTitle
diagram index_p1301.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Title for {TextContent} in {TextLanguage}
source <xs:element name="TextTitle" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Title for {TextContent} in {TextLanguage}</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundRelatedTextType/TextContent
diagram index_p1302.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
content simple
annotation
documentation
The text itself in {TextLanguage}
source <xs:element name="TextContent" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>The text itself in {TextLanguage}</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundRelatedTextType/TextTypeDescription
diagram index_p1303.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
content simple
annotation
documentation
Type of Text or Commentary. Possible values in Dictionnary
source <xs:element name="TextTypeDescription" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Type of Text or Commentary. Possible values in Dictionnary</xs:documentation>
 
</xs:annotation>
</xs:element>

element FundRelatedTextType/TextDate
diagram index_p1304.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:date
properties
content simple
source <xs:element name="TextDate" type="xs:date"/>

element FundRelatedTextType/CountriesWhereApplicable
diagram index_p1305.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
properties
minOcc 0
maxOcc 1
content complex
children CountryWhereApplicable
source <xs:element name="CountriesWhereApplicable" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="CountryWhereApplicable" type="ISOCountryCodeType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>ISO Country Code of the Countries where {FundText} is applicable.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element FundRelatedTextType/CountriesWhereApplicable/CountryWhereApplicable
diagram index_p1306.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type ISOCountryCodeType
properties
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
ISO Country Code of the Countries where {FundText} is applicable.
source <xs:element name="CountryWhereApplicable" type="ISOCountryCodeType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>ISO Country Code of the Countries where {FundText} is applicable.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy