Classification
/FundsXML4/AssetMasterData/Asset/Classifications/Classification
Diagram
Properties
- Type
- ClassificationType
- 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 |
|---|---|---|---|
| Text64Type | BVI | ||
| Text64Type | Text (max. 64 characters) |
ExampleText | |
| Text64Type | Text (max. 64 characters) |
ExampleText | |
| xs:language | en-US | ||
| (anonymous) |
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"
maxOccurs="unbounded"
name="Classification"
type="ClassificationType"/>
Referenced Type Definition
(ClassificationType)
Referenced Type Definition (ClassificationType)
<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="ClassificationType">
<xs:sequence>
<xs:choice>
<xs:element name="ListedGroup">
<xs:simpleType>
<xs:restriction base="Text64Type">
<xs:enumeration value="AMF"/>
<xs:enumeration value="BLOOMBERG"/>
<xs:enumeration value="BVI"/>
<xs:enumeration value="EFAMA"/>
<xs:enumeration value="ESMA"/>
<xs:enumeration value="FATCA"/>
<xs:enumeration value="FIX"/>
<xs:enumeration value="IMA"/>
<xs:enumeration value="LIPPER"/>
<xs:enumeration value="MIFID"/>
<xs:enumeration value="MORNINGSTAR"/>
<xs:enumeration value="VOEIG"/>
<xs:enumeration value="WM"/>
<xs:enumeration value="GERMAN CBCL"/>
<xs:enumeration value="CIC"/>
<xs:enumeration value="CFI"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="UnlistedGroup" type="Text64Type"/>
</xs:choice>
<xs:element minOccurs="0" name="Type" type="Text64Type"/>
<xs:element minOccurs="0" name="Language" type="xs:language"/>
<xs:element maxOccurs="unbounded" name="Value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Text256Type">
<xs:attribute name="level" type="xs:positiveInteger"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>