simpleType PersonMaritalStatus_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of ns:AlphaNumeric_Type
used by
element PatientCharacteristics_General_Structure/PersonMaritalStatus
facets
Kind Value annotation 
maxLength 
enumeration 
enumeration 
enumeration 
enumeration 
enumeration 
enumeration 
enumeration 
enumeration 
annotation
documentation
V6-0: Removal of EDIFACT Code Values 1,2,3,4.  e-GIF code value retained. NHS Default Values 8 and 9 retained
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>


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