simpleType ISINType
type restriction of xs:string
properties
base xs:string
used by
elements CountrySpecificAssetMasterDataATType/OeKBStammdatenblatt/Block1/ISIN CountrySpecificAssetMasterDataATType/OeKBStammdatenblatt/Block1/BestehendeTranchen/ISIN CountrySpecificShareClassDataATType/OeKBStammdatenblatt/ISIN IdentifiersType/ISIN FundOrShareClassIdentifiersType/ISINs/ISIN SIIPositionType/LookThroughISIN
facets
Kind Value Annotation
length 12
pattern [A-Z]{2}[A-Z0-9]{9}[0-9]{1}
annotation
documentation
International Securities Identification Number (according to ISO 6166)
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>


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