Sha256: d92ddd38a1a8add50a9df95306d7a0eab8420420171ede4dd137c852d8565345
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 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:complexType name="CF_HL7_00204"> <xs:sequence> <xs:element name="CodingStandard" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="HL7_00204"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Code" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="DA"> <xs:annotation> <xs:documentation>Drug Allergy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FA"> <xs:annotation> <xs:documentation>Food Allergy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MA"> <xs:annotation> <xs:documentation>Miscellaneous Allergy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MC"> <xs:annotation> <xs:documentation>Miscellaneous Contraindication</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Description" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="32000"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </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/CF_HL7_00204.xsd |