Sha256: 9c4787064149e195f020cc967cffb1fef3a6cb1cd824b5cdbaae3aa754c10102
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
<!-- edited with XMLSpy v2015 rel. 4 (x64) (http://www.altova.com) by Nick Jones (Agiloak Limited) --> <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="../Types/Clinician.xsd"/> <xs:include schemaLocation="../Types/Location.xsd"/> <xs:include schemaLocation="../Types/CommonMetadata.xsd"/> <xs:complexType name="ClinicalRelationship"> <xs:sequence> <xs:element name="FromTime" type="xs:dateTime"> <xs:annotation> <xs:documentation>Start of the relationship</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ToTime" type="xs:dateTime" minOccurs="0"> <xs:annotation> <xs:documentation>End of the relationship</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Clinician" type="Clinician"> <xs:annotation/> </xs:element> <xs:element name="FacilityCode" type="Location"> <xs:annotation/> </xs:element> <xs:group ref="CommonMetadata"/> </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/ClinicalRelationships/ClinicalRelationship.xsd |