| diagram | ![]() |
||
| children | CodificationSystem LEI Code | ||
| used by |
|
||
| annotation |
|
||
| 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> |
| diagram | ![]() |
|||||||||
| type | restriction of xs:int | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| 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> |
| diagram | ![]() |
||||||||||||
| type | LEICodeType | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="LEI" type="LEICodeType"> <xs:annotation> <xs:documentation>If CodificationSystem = 1</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |