simpleType CarerSupportIndicator_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of ns:AlphaNumeric_Type
used by
elements PatientCharacteristics_General_Structure/CarerSupportIndicator PatientCharacteristics_AAndE_Structure/CarerSupportIndicator PatientCharacteristics_CareActivity_Structure/CarerSupportIndicator PatientCharacteristics_EAL_Structure/CarerSupportIndicator
facets
Kind Value annotation 
maxLength 
enumeration 01 
enumeration 02 
source <xs:simpleType name="CarerSupportIndicator_Type">
 
<xs:restriction base="ns:AlphaNumeric_Type">
   
<xs:maxLength value="2"/>
   
<xs:enumeration value="01"/>
   
<xs:enumeration value="02"/>
 
</xs:restriction>
</xs:simpleType>


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