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