| namespace | http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns | ||||||
| type | restriction of xs:string | ||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |