| namespace | http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns | ||||||
| type | restriction of xs:nonNegativeInteger | ||||||
| used by | |||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="Number999NonNegative_Type"> <xs:annotation> <xs:documentation>Numeric 0-999 Length 3 Uses xs:nonNegativeInteger as its XMLbase - does not allow negative</xs:documentation> </xs:annotation> <xs:restriction base="xs:nonNegativeInteger"> <xs:totalDigits value="3"/> </xs:restriction> </xs:simpleType> |