complexType ClassificationType
diagram index_p357.png
children ListedGroup UnlistedGroup Type Language Value
used by
element ClassificationsType/Classification
source <xs:complexType 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:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="UnlistedGroup" type="Text64Type"/>
   
</xs:choice>
   
<xs:element name="Type" type="Text64Type" minOccurs="0"/>
   
<xs:element name="Language" type="xs:language" minOccurs="0"/>
   
<xs:element name="Value" maxOccurs="unbounded">
     
<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>

element ClassificationType/ListedGroup
diagram index_p358.png
type restriction of Text64Type
properties
content simple
facets
Kind Value Annotation
maxLength 64
enumeration AMF
enumeration BLOOMBERG
enumeration BVI
enumeration EFAMA
enumeration ESMA
enumeration FATCA
enumeration FIX
enumeration IMA
enumeration LIPPER
enumeration MIFID
enumeration MORNINGSTAR
enumeration VOEIG
enumeration WM
enumeration GERMAN CBCL
source <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:restriction>
 
</xs:simpleType>
</xs:element>

element ClassificationType/UnlistedGroup
diagram index_p359.png
type Text64Type
properties
content simple
facets
Kind Value Annotation
maxLength 64
source <xs:element name="UnlistedGroup" type="Text64Type"/>

element ClassificationType/Type
diagram index_p360.png
type Text64Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 64
source <xs:element name="Type" type="Text64Type" minOccurs="0"/>

element ClassificationType/Language
diagram index_p361.png
type xs:language
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Language" type="xs:language" minOccurs="0"/>

element ClassificationType/Value
diagram index_p362.png
type extension of Text256Type
properties
minOcc 1
maxOcc unbounded
content complex
facets
Kind Value Annotation
maxLength 256
attributes
Name  Type  Use  Default  Fixed  Annotation
level  xs:positiveInteger        
source <xs:element name="Value" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="Text256Type">
       
<xs:attribute name="level" type="xs:positiveInteger"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

attribute ClassificationType/Value/@level
type xs:positiveInteger
source <xs:attribute name="level" type="xs:positiveInteger"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy