<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://indivo.org/xml/phr/radiology"
xmlns:rad="http://indivo.org/xml/phr/radiology"
xmlns:phd="http://indivo.org/xml/phr/personalHealthData"
xmlns:type="http://indivo.org/xml/phr/types"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified">
<import namespace="http://indivo.org/xml/phr/types"
schemaLocation="http://indivo.org/xml/phr/types.xsd"/>
<import namespace="http://indivo.org/xml/phr/personalHealthData"
schemaLocation="http://indivo.org/xml/phr/personalHealthData.xsd"/>
<element name="RadiologyReport" type="rad:RadiologyReportType"/>
<complexType name="RadiologyReportType">
<complexContent>
<extension base="phd:PersonalHealthDataType">
<sequence>
<element name="TestName" type="string" minOccurs="0"/>
<element name="Site" type="string" minOccurs="0"/>
<element name="ResultText" type="string" minOccurs="0"/>
<element name="URL" type="anyURI" minOccurs="0"/>
<element name="Image" type="type:ImageType" minOccurs="0" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
</schema>