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


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