Names

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/Segments/Segment/ShareClasses/ShareClass/Names

Diagram

Names OfficialName Text500Type [1] FullName Text500Type [0..1] MarketingName Text500Type [0..1] ShortName Text100Type [0..1] PreviousName Text500Type [0..1] DynLenNames DynLenNamesType [0..1] LanguageNames LanguageNamesType [0..1]

Documentation

Names of share class

Properties

Type
NamesType
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
12

Child Elements & Attributes

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

Official name of fund or corresponding object

ExampleText
Text500Type

Full name of fund or share class for umbrella structures

ExampleText
Text500Type

Marketing name of fund or corresponding object

ExampleText
Text100Type

Short name of fund or corresponding object (max. 100 characters)

ExampleText
Text500Type

Previous name of fund or corresponding object

ExampleText
DynLenNamesType

Name of fund or share classfor different max-space situations

LanguageNamesType

Name of fund or share classes in additional languages

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"
            name="Names"
            type="NamesType">
   <xs:annotation>
      <xs:documentation>Names of share class</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (NamesType)

<xs:complexType 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"
                name="NamesType">
   <xs:sequence>
      <xs:element name="OfficialName" type="Text500Type">
         <xs:annotation>
            <xs:documentation>Official name of fund or corresponding object</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FullName" type="Text500Type">
         <xs:annotation>
            <xs:documentation>Full name of fund or share class for umbrella structures</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="MarketingName" type="Text500Type">
         <xs:annotation>
            <xs:documentation>Marketing name of fund or corresponding object</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ShortName" type="Text100Type">
         <xs:annotation>
            <xs:documentation>Short name of fund or corresponding object (max. 100 characters)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="PreviousName">
         <xs:annotation>
            <xs:documentation>Previous name of fund or corresponding object</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:simpleContent>
               <xs:extension base="Text500Type">
                  <xs:attribute name="until" type="xs:date">
                     <xs:annotation>
                        <xs:documentation>Date until previous name of fund or object was valid</xs:documentation>
                     </xs:annotation>
                  </xs:attribute>
               </xs:extension>
            </xs:simpleContent>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="DynLenNames" type="DynLenNamesType">
         <xs:annotation>
            <xs:documentation>Name of fund or share classfor different max-space situations</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="LanguageNames" type="LanguageNamesType">
         <xs:annotation>
            <xs:documentation>Name of fund or share classes in additional languages</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>