| namespace | http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns | ||||||
| type | restriction of ns:AlphaNumeric_Type | ||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="VGPFreeText_Type"> <xs:annotation> <xs:documentation>String of maximum 70 characters</xs:documentation> </xs:annotation> <xs:restriction base="ns:AlphaNumeric_Type"> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> |