simpleType LEICodeType
type restriction of xs:string
properties
base xs:string
used by
elements CounterpartyType/LEI SIIIssuerCodificationType/LEI CountrySpecificShareClassDataATType/OeKBStammdatenblatt/LEI IdentifiersType/LEI FundOrShareClassIdentifiersType/LEI CountrySpecificShareClassDataATType/OeKBStammdatenblatt/LEI_Depotbank CountrySpecificShareClassDataATType/OeKBStammdatenblatt/LEI_SteuerlicherVertreter
facets
Kind Value Annotation
minLength 20
maxLength 20
pattern ([0-9a-zA-Z]{18}[0-9]{2})
annotation
documentation
Legal Entity Identifier (LEI) (ISO 17442 standard) of the Entity  or if not available the Interim Entity Identifier (IEI):
•Characters 1-4: A four character prefix allocated uniquely to each LOU.
•Characters 5-6: Two reserved characters set to zero.
•Characters 7-18: Entity - specific part of the code generated and assigned by LOUs according to transparent, sound and robust allocation policies.
•Characters 19-20: Two check digits
source <xs:simpleType name="LEICodeType">
 
<xs:annotation>
   
<xs:documentation>Legal Entity Identifier (LEI) (ISO 17442 standard) of the Entity  or if not available the Interim Entity Identifier (IEI):
•Characters 1-4: A four character prefix allocated uniquely to each LOU.
•Characters 5-6: Two reserved characters set to zero.
•Characters 7-18: Entity - specific part of the code generated and assigned by LOUs according to transparent, sound and robust allocation policies.
•Characters 19-20: Two check digits
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="20"/>
   
<xs:maxLength value="20"/>
   
<xs:pattern value="([0-9a-zA-Z]{18}[0-9]{2})"/>
 
</xs:restriction>
</xs:simpleType>


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