REIT
/FundsXML4/AssetMasterData/Asset/AssetDetails/REIT
Diagram
Documentation
Real Estate Investment Trust
Properties
- Type
- REITType
- 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
- 4
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| CompanyType | Issuer details Enthaelt den Wertpapieremittenten Detaili data of Company/Issuer |
||
| xs:string | Indicator whether this equity is listed at an exchange Gibt an ob das Wertpapier an einer Boerse notiert
|
K |
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="REIT"
type="REITType">
<xs:annotation>
<xs:documentation>Real Estate Investment Trust</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(REITType)
Referenced Type Definition (REITType)
<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="REITType">
<xs:sequence>
<xs:element minOccurs="0" name="Issuer" type="CompanyType">
<xs:annotation>
<xs:documentation xml:lang="en">Issuer details</xs:documentation>
<xs:documentation xml:lang="de">Enthaelt den Wertpapieremittenten</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Listing">
<xs:annotation>
<xs:documentation xml:lang="en">Indicator whether this equity is listed at an exchange
A Listed at an official market
B Listed at an exchange
G Listed on a regular market
K No listing
M Listed on a regular market inside the EU
S Unregulated market
V Securitised rights
Y Acceptance on unregulated market planned
Z New issue</xs:documentation>
<xs:documentation xml:lang="de">Gibt an ob das Wertpapier an einer Boerse notiert
- A Amtlicher Handel
- B Boersennotierung Ausland
- G Geregelter Freiverkehr
- K Keine Boersenotierung
- M Geregelter Markt id. EU
- S Sonstiger Handel
- V Verbriefte Rechte
- Y Zulassung zum sonst. Handel vorges.
- Z Neuemission </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="A"/>
<xs:enumeration value="B"/>
<xs:enumeration value="G"/>
<xs:enumeration value="K"/>
<xs:enumeration value="M"/>
<xs:enumeration value="S"/>
<xs:enumeration value="V"/>
<xs:enumeration value="Y"/>
<xs:enumeration value="Z"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>