<xsd:simpleType name="NationalInsuranceNumberType">
<xsd:restriction base="xsd:string">
<xsd:pattern value="[A-CEGHJ-NOPR-TW-Z]{2}[0-9]{6}[ABCD\s]{1}"/>
</xsd:restriction>
</xsd:simpleType>