simpleType IdentnummerType
type restriction of xs:string
properties
final restriction
base xs:string
used by
element CountrySpecificShareClassDataATType/OeKBStammdatenblatt/OeNB-ID
facets
Kind Value Annotation
minLength 2
maxLength 8
pattern [0-9]{2,8}
annotation
documentation
Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer
source <xs:simpleType name="IdentnummerType" final="restriction">
 
<xs:annotation>
   
<xs:documentation>Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="8"/>
   
<xs:minLength value="2"/>
   
<xs:pattern value="[0-9]{2,8}"/>
 
</xs:restriction>
</xs:simpleType>


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