simpleType NHSNumber_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of xs:string
used by
elements PatientIdentity_General_Structure/WithheldIdentity_Structure/NHSNumber PatientIdentity_General_Structure/VerifiedIdentity_Structure/NHSNumber PatientIdentity_General_Structure/UnverifiedIdentity_Structure/NHSNumber PatientIdentity_Birth_Structure/WithheldIdentity_Structure/NHSNumber PatientIdentity_Birth_Structure/VerifiedIdentity_Structure/NHSNumber PatientIdentity_Birth_Structure/UnverifiedIdentity_Structure/NHSNumber PatientIdentity_Delivery_Structure/WithheldIdentity_Structure/NHSNumber PatientIdentity_Delivery_Structure/VerifiedIdentity_Structure/NHSNumber PatientIdentity_Delivery_Structure/UnverifiedIdentity_Structure/NHSNumber PersonIdentity_Baby_Structure/WithheldIdentity_Structure_Baby/NHSNumber_Baby PersonIdentity_Baby_Structure/VerifiedIdentity_Structure_Baby/NHSNumber_Baby PersonIdentity_Baby_Structure/UnverifiedIdentity_Structure_Baby/NHSNumber_Baby PersonIdentity_Mother_Structure/WithheldIdentity_Structure_Mother/NHSNumber_Mother PersonIdentity_Mother_Structure/VerifiedIdentity_Structure_Mother/NHSNumber_Mother PersonIdentity_Mother_Structure/UnverifiedIdentity_Structure_Mother/NHSNumber_Mother
facets
Kind Value annotation 
pattern [0-9]{10} 
annotation
documentation
V5-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_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>


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