simpleType ICD_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of ns:AlphaNumeric_Type
used by
simpleTypes PrimaryDiagnosis_ICD_Type SecondaryDiagnosis_ICD_Type
facets
Kind Value annotation 
minLength 
maxLength 
source <xs:simpleType name="ICD_Type">
 
<xs:restriction base="ns:AlphaNumeric_Type">
   
<xs:minLength value="4"/>
   
<xs:maxLength value="6"/>
 
</xs:restriction>
</xs:simpleType>


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