simpleType isinCode
namespace http://www.bcl.lu/2025/S2.20/datatypes
type restriction of xs:string
properties
base xs:string
used by
element S220/Unit_Share_Informations/Unit_Share_Information/UnitShareClassGeneralInformation/ISINCode
facets
Kind Value Annotation
length 12
pattern [A-Z]{2}[A-Z0-9]{9}[0-9]{1}
source <xs:simpleType name="isinCode">
 
<xs:restriction base="xs:string">
   
<xs:length value="12"/>
   
<xs:pattern value="[A-Z]{2}[A-Z0-9]{9}[0-9]{1}"/>
 
</xs:restriction>
</xs:simpleType>


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