simpleType NHSNumber_Baby_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of xs:string
facets
Kind Value annotation 
pattern [0-9]{10} 
annotation
documentation
V6-0: (Dec 2005) Length specified as fixed 10 characters [0-9] . Calculation of Check Digit not included in XML pattern facet
source <xs:simpleType name="NHSNumber_Baby_Type">
 
<xs:annotation>
   
<xs:documentation>V6-0: (Dec 2005) Length specified as fixed 10 characters [0-9] . Calculation of Check Digit not included in XML pattern facet </xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-9]{10}"/>
 
</xs:restriction>
</xs:simpleType>


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