Names
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Names
Diagram
Documentation
Names of share class
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
- 9
- 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
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 share class</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(NamesType)
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>