<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://indivo.org/xml/phr/equipment"
xmlns:equip="http://indivo.org/xml/phr/equipment"
xmlns:phd="http://indivo.org/xml/phr/personalHealthData"
xmlns:con="http://indivo.org/xml/phr/contact"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified">
<import namespace="http://indivo.org/xml/phr/personalHealthData"
schemaLocation="http://indivo.org/xml/phr/personalHealthData.xsd"/>
<import namespace="http://indivo.org/xml/phr/contact"
schemaLocation="http://indivo.org/xml/phr/contact.xsd"/>
<element name="Equipment" type="equip:EquipmentType"/>
<complexType name="EquipmentType">
<complexContent>
<extension base="phd:PersonalHealthDataType">
<sequence>
<element name="EquipmentName" type="string" minOccurs="0"/>
<element name="Vendor" type="con:ConciseContactInformationType" minOccurs="0"/>
<element name="Description" type="string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</schema>