Names

/FundsXML4/Funds/Fund/Names

Diagram

Names Names of fund OfficialName Text500Type [1] FullName Text500Type [0..1] MarketingName Text500Type [0..1] ShortName Text100Type [0..1] PreviousName (anonymous) [0..1] DynLenNames DynLenNamesType [0..1] LanguageNames LanguageNamesType [0..1]

Documentation

Names of fund

Properties

Type
NamesType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
3
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
Text500Type

Official name of fund or corresponding object

Text (max. 500 characters)

ExampleText
Text500Type

Full name of fund or share class for umbrella structures

Text (max. 500 characters)

ExampleText
Text500Type

Marketing name of fund or corresponding object

Text (max. 500 characters)

ExampleText
Text100Type

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

Text (max. 100 characters)

ExampleText
(anonymous)

Previous name of fund or corresponding object

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:xs="http://www.w3.org/2001/XMLSchema"
            name="Names"
            type="NamesType">
   <xs:annotation>
      <xs:documentation>Names of fund</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: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>