| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by | ||||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType name="ISINType"> <xs:annotation> <xs:documentation>International Securities Identification Number (according to ISO 6166)</xs:documentation> </xs:annotation> <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> |