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


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