complexType SIIIssuerCodificationType
diagram index_p1863.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
children CodificationSystem LEI Code
used by
element IssuerType/Code
annotation
documentation
CodificationSystem (restricted list for Issuers) and Code expressed in CodificationSystem
source <xs:complexType name="SIIIssuerCodificationType">
 
<xs:annotation>
   
<xs:documentation>CodificationSystem (restricted list for Issuers) and Code expressed in CodificationSystem</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CodificationSystem">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Codification system used.
1=LEI
9=None
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:int">
         
<xs:enumeration value="1"/>
         
<xs:enumeration value="9"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:choice>
     
<xs:element name="LEI" type="LEICodeType">
       
<xs:annotation>
         
<xs:documentation>If CodificationSystem = 1</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Code" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">Value of code in other CodificationSystem.
Can be omitted if CodificationSystem=9
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element SIIIssuerCodificationType/CodificationSystem
diagram index_p1864.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type restriction of xs:int
properties
content simple
facets
Kind Value Annotation
enumeration 1
enumeration 9
annotation
documentation
Codification system used.
1=LEI
9=None
source <xs:element name="CodificationSystem">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Codification system used.
1=LEI
9=None
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:int">
     
<xs:enumeration value="1"/>
     
<xs:enumeration value="9"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SIIIssuerCodificationType/LEI
diagram index_p1865.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type LEICodeType
properties
content simple
facets
Kind Value Annotation
minLength 20
maxLength 20
pattern ([0-9a-zA-Z]{18}[0-9]{2})
annotation
documentation
If CodificationSystem = 1
source <xs:element name="LEI" type="LEICodeType">
 
<xs:annotation>
   
<xs:documentation>If CodificationSystem = 1</xs:documentation>
 
</xs:annotation>
</xs:element>

element SIIIssuerCodificationType/Code
diagram index_p1866.png
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Value of code in other CodificationSystem.
Can be omitted if CodificationSystem=9
source <xs:element name="Code" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Value of code in other CodificationSystem.
Can be omitted if CodificationSystem=9
</xs:documentation>
 
</xs:annotation>
</xs:element>


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