<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by David Wong (National Library of Australia) -->
<db_archive xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="archive-spec.xsd">
	<admin>
		<title>Publication List</title>
		<shortname>publist</shortname>
		<description>DB archive specification file for BNF example</description>
		<publisher>NLA</publisher>
		<archivedate>2003-12-08</archivedate>
		<archiver>dwong</archiver>
		<status>open</status>
	</admin>
	<datamodel>
		<item>
			<name>publication</name>
			<label>Publication</label>
			<description>This object describes a publication.</description>
			<property>
				<name>id</name>
				<composition>simple</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>reference</name>
				<composition>simple</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<reference/>
				<type>text</type>
			</property>
			<property>
				<name>title</name>
				<composition>simple</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>subtitle</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>language</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>type</name>
				<composition>simple</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<type>enumeration</type>
				<valueset>
					<value>text</value>
					<value>image</value>
					<value>video</value>
					<value>audio</value>
				</valueset>
			</property>
			<property>
				<name>format</name>
				<composition>simple</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>subject</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>true</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>person</name>
				<composition>structured</composition>
				<obligation>mandatory</obligation>
				<repeatable>true</repeatable>
				<propertygroup>
					<property>
						<name>name</name>
						<obligation>mandatory</obligation>
						<type>text</type>
						<label>Status Date</label>
					</property>
					<property>
						<name>birthdate</name>
						<obligation>optional</obligation>
						<type>date</type>
						<label>Birth Date</label>
					</property>
					<property>
						<name>deceased</name>
						<obligation>optional</obligation>
						<type>date</type>
						<label>Deceased</label>
					</property>
					<property>
						<name>nationality</name>
						<obligation>optional</obligation>
						<type>text</type>
						<label>Nationality</label>
					</property>
					<property>
						<name>role</name>
						<obligation>mandatory</obligation>
						<type>enumeration</type>
						<label>Role</label>
						<valueset>
							<value>author</value>
							<value>translator</value>
							<value>composer</value>
							<value>arranger</value>
							<value>interpret</value>
							<value>designer</value>
							<value>photographer</value>
						</valueset>
					</property>
				</propertygroup>
			</property>
			<property>
				<name>publisher</name>
				<composition>simple</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>pubdate</name>
				<composition>simple</composition>
				<obligation>mandatory</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>isbn</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
			<property>
				<name>description</name>
				<composition>simple</composition>
				<obligation>optional</obligation>
				<repeatable>false</repeatable>
				<type>text</type>
			</property>
		</item>
	</datamodel>
</db_archive>

