| namespace | http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns | ||||||||||||||||||||||||||||||
| type | restriction of ns:AlphaNumeric_Type | ||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <xs:simpleType name="PersonMaritalStatus_Type"> <xs:annotation> <xs:documentation>V6-0: Removal of EDIFACT Code Values 1,2,3,4. e-GIF code value retained. NHS Default Values 8 and 9 retained</xs:documentation> </xs:annotation> <xs:restriction base="ns:AlphaNumeric_Type"> <xs:maxLength value="1"/> <xs:enumeration value="8"/> <xs:enumeration value="9"/> <xs:enumeration value="D"/> <xs:enumeration value="M"/> <xs:enumeration value="N"/> <xs:enumeration value="P"/> <xs:enumeration value="S"/> <xs:enumeration value="W"/> </xs:restriction> </xs:simpleType> |