| namespace | http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns | ||||||
| type | restriction of xs:nonNegativeInteger | ||||||
| used by | |||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |