simpleType ISINType
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type restriction of xs:string
properties
base xs:string
used by
element FppType/ISINCode
facets
Kind Value Annotation
maxLength 12
pattern [A-Z]{2}[A-Z0-9]{10}
source <xs:simpleType name="ISINType">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="12"/>
   
<xs:pattern value="[A-Z]{2}[A-Z0-9]{10}"/>
 
</xs:restriction>
</xs:simpleType>


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