<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fox="http://www.og.dti.gov/fox" xmlns:form-layout="http://www.og.dti.gov/fox" xmlns:dataset="http://www.og.dti.gov/fox" xmlns:fm="http://www.og.dti.gov/fox_module" xmlns:widget="http://www.og.dti.gov/fox" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" attributeFormDefault="unqualified" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema
C:\pvcswork\Fox\source\altova_xmlspy\schema\fox_schema.xsd">
	<xs:import schemaLocation="C:\pvcswork\Fox\source\altova_xmlspy\schema\fox_import.xsd"/>
	<xs:annotation>
		<xs:appinfo>
			<fm:module>
				<fm:header>
					<fm:name>DEMO_SIMPLE_FORM</fm:name>
					<fm:title>FOX Demo Simple Form</fm:title>
					<fm:application-title>FOX Demo Simple Form</fm:application-title>
					<fm:version-no>$Revision:   1.0  $</fm:version-no>
					<fm:version-desc/>
					<fm:history/>
					<fm:description/>
					<fm:build-notes/>
					<fm:help-text/>
				</fm:header>
				<fm:control>
					<fm:transaction-mode>read-committed</fm:transaction-mode>
					<fm:authentication>not-required</fm:authentication>
				</fm:control>
				<fm:security-list/>
				<fm:library-list>
					<fm:library>LAYOUT1</fm:library>
				</fm:library-list>
				<fm:storage-location-list>
					<fm:storage-location name="main">
						<fm:cache-key string="DEMO_SIMPLE_FORM:1">
							<fm:using using-type="UNIQUE"/>
						</fm:cache-key>
						<fm:new-document>
							<fm:root-element>ROOT</fm:root-element>
						</fm:new-document>
					</fm:storage-location>
				</fm:storage-location-list>
				<fm:entry-theme-list>
					<fm:entry-theme name="new">
						<fm:storage-location>main</fm:storage-location>
						<fm:state>state-main</fm:state>
						<fm:attach>/*</fm:attach>
						<fm:do>
							<fm:call action="action-initialise-demo"/>
						</fm:do>
					</fm:entry-theme>
				</fm:entry-theme-list>
				<fm:action-list>
					<fm:action name="action-initialise-demo">
						<fm:do>
							<fm:init target=":{theme}/FORM_LAYOUT" for-schema="*"/>
						</fm:do>
					</fm:action>
				</fm:action-list>
				<fm:presentation/>
				<fm:state-list>
					<fm:state name="state-main">
						<fm:action-list/>
						<fm:presentation>
							<!-- Override buffers within LAYOUT1LIB to remove images -->
							<fm:set-buffer name="buffer-top-left-logo"/>
							<fm:set-buffer name="buffer-mid-left-logo"/>
							<!-- Override topNav and bottomNav to remove -->
							<fm:set-buffer name="buffer-topNav"/>
							<fm:set-buffer name="buffer-bottomNav"/>
							<fm:set-buffer name="buffer-content">
								<br/>
								<div class="setoutHeader">Forms</div>
								<table>
									<tr>
										<td>
											<fm:include name="buffer-formSetout"/>
										</td>
									</tr>
								</table>
							</fm:set-buffer>
							<fm:set-buffer name="buffer-formSetout">
								<div class="setoutForm">
									<table>
										<tr>
											<td>
												<fm:set-out match=":{theme}/FORM_LAYOUT" form-layout:mode="." fox:formMaxCols="2"/>
											</td>
										</tr>
									</table>
								</div>
							</fm:set-buffer>
						</fm:presentation>
					</fm:state>
				</fm:state-list>
				<fm:template-list/>
				<fm:map-set-list/>
			</fm:module>
		</xs:appinfo>
	</xs:annotation>
	<xs:element name="ROOT"/>
	<xs:element name="theme">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="FORM_LAYOUT" form-layout:ro=".">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="TITLE"/>
							<xs:element name="FORENAME" type="xs:string" form-layout:edit="." fox:fieldHeight="1" fox:fieldWidth="20" fox:mand="."/>
							<xs:element name="SURNAME" type="xs:string" form-layout:edit="." fox:fieldHeight="1" fox:fieldWidth="40" fox:mand="."/>
							<xs:element name="DATE_OF_BIRTH" type="xs:date" form-layout:edit="."/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
