simpleType Number9999Positive_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of xs:positiveInteger
used by
simpleType BirthWeight_Type
facets
Kind Value annotation 
totalDigits 
annotation
documentation
Numeric 1-9999   Length 4   Uses xs:positiveInteger as its XMLbase           - does not allow negative
source <xs:simpleType name="Number9999Positive_Type">
 
<xs:annotation>
   
<xs:documentation>Numeric 1-9999   Length 4   Uses xs:positiveInteger as its XMLbase           - does not allow negative</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:positiveInteger">
   
<xs:totalDigits value="4"/>
 
</xs:restriction>
</xs:simpleType>


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