Sha256: aa211251d0a34e0fc2114f572ec7a6922421883e221376655013b456c2a1b519
Contents?: true
Size: 1.33 KB
Versions: 1
Compression:
Stored size: 1.33 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:include schemaLocation="CF_DMD.xsd"/> <xs:include schemaLocation="CF_SNOMED.xsd"/> <xs:include schemaLocation="CF_RR23.xsd"/> <xs:complexType name="DrugProduct"> <xs:sequence> <xs:element name="Id" type="CF_DMD"> <xs:annotation> <xs:documentation>dm + d code for the drug</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Generic" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Generic name</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LabelName" minOccurs="0"> <xs:annotation> <xs:documentation>Brand Name</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="220"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Form" minOccurs="0" type="CF_SNOMED"> <xs:annotation> <xs:documentation>SNOMED Code and description</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StrengthUnits" type="CF_RR23" minOccurs="0"> <xs:annotation> <xs:documentation>Units</xs:documentation> </xs:annotation> </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/DrugProduct.xsd |