PreviousName
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Names/PreviousName
Diagram
Documentation
EN
Previous name of fund or corresponding object
DE
[AUTO] Früherer Name des Fund oder entsprechenden Objekts
FR
Previous nom de fonds ou corresponding object
NL
Previous naam van fonds van corresponding object
Properties
- Type
- Text500Type
- 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
- 10
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:date |
Date until previous name of fund or object was valid [AUTO] Datum, bis zu dem der frühere Name des Fund oder Objekts gültig war Date until previous nom de fonds ou object was valid Datum until previous naam van fonds van object was valid |
2020-07-19 |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
minOccurs="0"
name="PreviousName">
<xs:annotation>
<xs:documentation xml:lang="en">Previous name of fund or corresponding object</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Früherer Name des Fund oder entsprechenden Objekts</xs:documentation>
<xs:documentation xml:lang="fr">Previous nom de fonds ou corresponding object</xs:documentation>
<xs:documentation xml:lang="nl">Previous naam van fonds van 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 xml:lang="en">Date until previous name of fund or object was valid</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Datum, bis zu dem der frühere Name des Fund oder Objekts gültig war</xs:documentation>
<xs:documentation xml:lang="fr">Date until previous nom de fonds ou object was valid</xs:documentation>
<xs:documentation xml:lang="nl">Datum until previous naam van fonds van object was valid</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>