| namespace | http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns | ||
| type | xs:positiveInteger | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:simpleType name="PositiveInteger_Type"> <xs:annotation> <xs:documentation>Will NOT allow zeros or negatives in an unbounded field. Length must be specified in the element below.</xs:documentation> </xs:annotation> <xs:restriction base="xs:positiveInteger"/> </xs:simpleType> |