simpleType ISINType
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type restriction of xs:string
properties
base xs:string
used by
elements FundIDDataDEType/ISIN SecurityCodesType/ISIN FppType/ISINCode SIIPositionType/LookThroughISIN
facets
Kind Value Annotation
maxLength 12
pattern [A-Z]{2}[A-Z0-9]{10}
annotation
documentation
ISIN Code
source <xs:simpleType name="ISINType">
 
<xs:annotation>
   
<xs:documentation>ISIN Code</xs:documentation>
 
</xs:annotation>
 
<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