simpleType Number9NonNegative_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of xs:nonNegativeInteger
used by
simpleTypes AttendanceStatus_Type DeliveryMethod_Type DeliveryPlaceType_Actual_Type DeliveryPlaceType_Intended_Type FirstRegularDayOrNightAdmission_Type PersonGender_Type PsychiatricPatientStatus_Type WardDayPeriodAvailability_Type WardNightPeriodAvailability_Type
facets
Kind Value annotation 
totalDigits 
annotation
documentation
Numeric 0-9         Length 1   Uses xs:nonNegativeInteger as its XMLbase - does not allow negative
source <xs:simpleType name="Number9NonNegative_Type">
 
<xs:annotation>
   
<xs:documentation>Numeric 0-9         Length 1   Uses xs:nonNegativeInteger as its XMLbase - does not allow negative</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:nonNegativeInteger">
   
<xs:totalDigits value="1"/>
 
</xs:restriction>
</xs:simpleType>


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