<?xml version="1.0" encoding="UTF-8"?>
<db_archive xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../archive-spec.xsd">
	<admin>
		<status>open</status>
		<archivedate>04-02-04</archivedate>
		<shortname>herrd</shortname>
		<title>Health Education Rural Resources Database</title>
		<publisher>Associate Professor Gary Misan</publisher>
		<archiver>dwong</archiver>
		<description>The Health Education Rural Remote Resources Database is a national database which contains health education courses and resources which have a specific relevance to health professionals living and working in rural and remote practice.</description>
	</admin>
	<datamodel>
		<item>
			<name>resource</name>
			<label>Resource</label>
			<description>This item describes a resource.</description>
			<comments/>
			<property>
				<name>resource_id</name>
				<composition>identifier</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<label>Resource ID</label>
				<type>text</type>
				<description>Unique ID number of resource</description>
			</property>
			<property>
				<name>title</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Course Title</label>
				<type>text</type>
				<description>Title or name of resource</description>
			</property>
			<property>
				<name>content</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Content</label>
				<type>text</type>
				<description>Description of contents of resource</description>
			</property>
			<property>
				<name>creators</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Creators</label>
				<type>text</type>
				<description>Persons name(s) or Units that created the resource</description>
			</property>
			<property>
				<name>year</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Year</label>
				<type>number</type>
				<description>Year resource published or available (if one-off)</description>
			</property>
			<property>
				<name>times</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Times</label>
				<type>text</type>
				<description>Time to complete resource</description>
			</property>
			<property>
				<name>cost</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Cost</label>
				<type>text</type>
				<description>Cost of the resource</description>
			</property>
			<property>
				<name>notes</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Notes</label>
				<type>text</type>
				<description>Any other information</description>
			</property>
			<property>
				<name>accreditation</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Accreditation</label>
				<type>text</type>
				<description>Resource recognised by professional bodies</description>
			</property>
			<property>
				<name>unit_number</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Unit No</label>
				<type>text</type>
				<description>Code of resource within the providing organisation</description>
			</property>
			<property>
				<name>form</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Course Form</label>
				<type>text</type>
				<description>Physical format of the resource</description>
			</property>
			<property>
				<name>access_loc</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Access From</label>
				<type>text</type>
				<description>Specific location to access resource</description>
			</property>
			<property>
				<name>intend_for</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Intended For</label>
				<type>text</type>
				<description>Who the resource is designed for</description>
			</property>
			<property>
				<name>provider</name>
				<composition>reference</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<reference>provider_id</reference>
				<label>Provider</label>
				<type>text</type>
				<description>ID number of provider</description>
			</property>
			<property>
				<name>keyword</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>true</repeatable>
				<label>Keywords</label>
				<type>text</type>
				<description>Keyword from term list </description>
			</property>
		</item>
		<item>
			<name>provider</name>
			<label>Provider</label>
			<description>This items describes a provider</description>
			<comments/>
			<property>
				<name>provider_id</name>
				<composition>identifier</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<label>Provider ID</label>
				<type>text</type>
				<description>Unique ID number of provider</description>
			</property>
			<property>
				<name>name</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Name</label>
				<type>text</type>
				<description>Name of organisation that provides the resource</description>
			</property>
			<property>
				<name>contact</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Contact</label>
				<type>text</type>
				<description>Persons name or Unit</description>
			</property>
			<property>
				<name>address</name>
				<composition>structured</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Address</label>
				<propertygroup>
					<property>
						<name>line1</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 1</label>
					</property>
					<property>
						<name>line2</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 2</label>
					</property>
					<property>
						<name>line3</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 3</label>
					</property>
					<property>
						<name>line4</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 4</label>
					</property>
					<property>
						<name>line5</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 5</label>
					</property>
					<property>
						<name>line6</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 6</label>
					</property>
					<property>
						<name>line7</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 7</label>
					</property>
					<property>
						<name>line8</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Line 8</label>
					</property>
				</propertygroup>
				<description>Location of organisation</description>
			</property>
			<property>
				<name>phone</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Phone</label>
				<type>text</type>
				<description>Phone number of organisation</description>
			</property>
			<property>
				<name>fax</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Fax</label>
				<type>text</type>
				<description>Fax number of organisation</description>
			</property>
			<property>
				<name>email</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Email</label>
				<type>text</type>
				<description>Email address of organisation</description>
			</property>
			<property>
				<name>freecall</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Freecall</label>
				<type>text</type>
				<description>Alternative free phone number of organisation</description>
			</property>
			<property>
				<name>state</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>State</label>
				<type>enumeration</type>
				<description>State of organisation</description>
				<valueset>
					<value>ACT</value>
					<value>NSW</value>
					<value>VIC</value>
					<value>WA</value>
					<value>SA</value>
					<value>QLD</value>
					<value>TAS</value>
					<value>NT</value>
				</valueset>
			</property>
			<property>
				<name>web</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<label>Web Site</label>
				<type>url</type>
				<description>Web address of organisation</description>
			</property>
		</item>
	</datamodel>
	<search_rules>
		<search>
			<entity>resource</entity>
			<label>Resource</label>
			<field>title</field>
			<field>content</field>
			<field>creators</field>
			<field>provider<subfield>name</subfield>
			</field>
			<field>provider<subfield>state</subfield>
			</field>
			<field>year</field>
			<field>keyword</field>
		</search>
		<search>
			<entity>provider</entity>
			<label>Provider</label>
			<field>name</field>
			<field>contact</field>
			<field>state</field>
		</search>
	</search_rules>
	<browse_rules>
		<browse>
			<entity>resource</entity>
			<field>keyword</field>
		</browse>
		<browse>
			<entity>resource</entity>
			<field>provider</field>
		</browse>
	</browse_rules>
	<display_rules>
		<resultsummary>
			<entity>resource</entity>
			<results-style>table</results-style>
			<field sortorder="ascending" link="true">title</field>
			<field>provider<subfield>name</subfield>
			</field>
			<field>provider<subfield>state</subfield>
			</field>
		</resultsummary>
		<resultsummary>
			<entity>provider</entity>
			<results-style>list</results-style>
			<field sortorder="ascending" link="true">name</field>
			<field>state</field>
			<field>contact</field>
			<field>phone</field>
			<field>email</field>
		</resultsummary>
	</display_rules>
</db_archive>
