Sha256: 8fe807e6fe9a3c073982062bc21cb753b560dd8311f9611a93556e3e166c05ed
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 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_00206"> <xs:sequence> <xs:element name="CodingStandard" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="HL7_00206"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Code" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="SV"> <xs:annotation> <xs:documentation>Severe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MO"> <xs:annotation> <xs:documentation>Moderate</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MI"> <xs:annotation> <xs:documentation>Mild</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_00206.xsd |