simpleType SEDOLType
namespace http://www.fundsxml.org/XMLSchema/3.2
type restriction of xs:string
properties
base xs:string
used by
element SecurityCodesType/SEDOL
facets
Kind Value Annotation
length 7
pattern [A-Za-z0-9]{6}[0-9]+
annotation
documentation
SEDOL code
source <xs:simpleType name="SEDOLType">
 
<xs:annotation>
   
<xs:documentation>SEDOL code</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="7"/>
   
<xs:pattern value="[A-Za-z0-9]{6}[0-9]+"/>
 
</xs:restriction>
</xs:simpleType>


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