| source |
<xs:simpleType name="NHSNumber_Type">
<xs:annotation>
<xs:documentation>V5-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> |