| namespace |
http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns |
| type |
restriction of ns:AlphaNumeric_Type |
| used by |
|
| facets |
| Kind | Value | annotation | | maxLength | 3 | | | enumeration | 010 | | | enumeration | 020 | | | enumeration | 030 | | | enumeration | 040 | | | enumeration | 050 | | | enumeration | 060 | | | enumeration | 070 | | | enumeration | 080 | | | enumeration | 090 | | | enumeration | 100 | | | enumeration | 110 | | | enumeration | 120 | | | enumeration | 130 | | | enumeration | 140 | | | enumeration | 150 | |
|
| annotation |
| documentation | | V6-0: Used as an Attribute to validate CDS Protocols Code Value 150 added |
|
| source |
<xs:simpleType name="CDSBulkReplacementGroup_Type">
<xs:annotation>
<xs:documentation>V6-0: Used as an Attribute to validate CDS Protocols Code Value 150 added</xs:documentation>
</xs:annotation>
<xs:restriction base="ns:AlphaNumeric_Type">
<xs:maxLength value="3"/>
<xs:enumeration value="010"/>
<xs:enumeration value="020"/>
<xs:enumeration value="030"/>
<xs:enumeration value="040"/>
<xs:enumeration value="050"/>
<xs:enumeration value="060"/>
<xs:enumeration value="070"/>
<xs:enumeration value="080"/>
<xs:enumeration value="090"/>
<xs:enumeration value="100"/>
<xs:enumeration value="110"/>
<xs:enumeration value="120"/>
<xs:enumeration value="130"/>
<xs:enumeration value="140"/>
<xs:enumeration value="150"/>
</xs:restriction>
</xs:simpleType> |