complexType IssuerType
diagram index_p1268.png
children Identifiers Name Country BusinessCountry ParentIssuer
used by
element IssuerType/ParentIssuer
source <xs:complexType name="IssuerType">
 
<xs:sequence>
   
<xs:element name="Identifiers" type="IdentifiersType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Identifiers of issuer</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name of issuer</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Country" type="ISOCountryCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Country code of issuer (country of headquarter)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BusinessCountry" type="ISOCountryCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Country code of main business of issuer</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ParentIssuer" type="IssuerType" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element IssuerType/Identifiers
diagram index_p1269.png
type IdentifiersType
properties
minOcc 0
maxOcc 1
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
annotation
documentation
Identifiers of issuer
source <xs:element name="Identifiers" type="IdentifiersType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identifiers of issuer</xs:documentation>
 
</xs:annotation>
</xs:element>

element IssuerType/Name
diagram index_p1270.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Name of issuer
source <xs:element name="Name" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of issuer</xs:documentation>
 
</xs:annotation>
</xs:element>

element IssuerType/Country
diagram index_p1271.png
type ISOCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Country code of issuer (country of headquarter)
source <xs:element name="Country" type="ISOCountryCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Country code of issuer (country of headquarter)</xs:documentation>
 
</xs:annotation>
</xs:element>

element IssuerType/BusinessCountry
diagram index_p1272.png
type ISOCountryCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Country code of main business of issuer
source <xs:element name="BusinessCountry" type="ISOCountryCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Country code of main business of issuer</xs:documentation>
 
</xs:annotation>
</xs:element>

element IssuerType/ParentIssuer
diagram index_p1273.png
type IssuerType
properties
minOcc 0
maxOcc 1
content complex
children Identifiers Name Country BusinessCountry ParentIssuer
source <xs:element name="ParentIssuer" type="IssuerType" minOccurs="0"/>


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