Sha256: 957f63e8000e9248c9b2afdbc91095ce3f4c44ee10170d5f35371d67ef492201
Contents?: true
Size: 1.57 KB
Versions: 1
Compression:
Stored size: 1.57 KB
Contents
<xs:schema xmlns="http://www.rixg.org.uk/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.rixg.org.uk/"> <xs:simpleType name="ActionCode"> <xs:restriction base="xs:string"> <xs:enumeration value="D"> <xs:annotation> <xs:documentation>Delete</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="E"> <xs:annotation> <xs:documentation>Delete if Empty</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="I"> <xs:annotation> <xs:documentation>Inactivate All</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="C"> <xs:annotation> <xs:documentation>Clear All</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>Replace (Patient and Encounter only)</xs:documentation> </xs:annotation> </xs:enumeration> <!-- Note: In HS any value other than the ones above means Add or Update --> <xs:enumeration value="A"> <xs:annotation> <xs:documentation>Add or Update</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:schema>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta6 | vendor/xsd/ukrdc/Schema/Types/ActionCode.xsd |