<?xml version="1.0" encoding="UTF-8"?>
<otrunk xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="../../OTrunk/schema/otrunk_all.xsd"
 id="33754150-b594-11d9-9669-0800200c9a66">
	<imports>
		<import class="org.concord.otrunk.OTSystem" />
		<import class="org.concord.otrunk.view.OTViewEntry" />
		<import class="org.concord.otrunk.view.OTViewBundle" />
		<import class="org.concord.otrunk.view.document.OTCompoundDoc" />
	    <import class="org.concord.otrunk.view.OTFolderObject" />
	    
		<import class="org.concord.framework.otrunk.view.OTFrame" />

		<import class="org.concord.otrunkcck.OTCCKModel" />
	</imports>
	<objects>
		<OTSystem>
			<bundles>
				<OTViewBundle showLeftPanel="true">
					<viewEntries>
						<OTViewEntry
							objectClass="org.concord.otrunk.view.document.OTDocument"
							viewClass="org.concord.otrunk.view.document.OTDocumentView" />
						<OTViewEntry
							objectClass="org.concord.otrunkcck.OTCCKModel"
							viewClass="org.concord.otrunkcck.OTCCKCAPAModelView" />
			            <OTViewEntry 
			            	objectClass="org.concord.otrunk.view.OTFolderObject" 
			            	viewClass="org.concord.otrunk.view.OTFolderObjectView"/>
					</viewEntries>
					<frame>
						<OTFrame width="1160" height="638" />
					</frame>
				</OTViewBundle>
			</bundles>
			<root>
				<OTFolderObject name="Folder">
					<children>
						<object refid="${cck_model}"/>
						<OTCompoundDoc name="Some Page">
							<bodyText>Hello. I'm a random page :)</bodyText>
						</OTCompoundDoc>
					</children>
				</OTFolderObject>
			</root>
			<library>
				<OTCCKModel name="CCK Model" local_id="cck_model"
					useDCandAC="true" showElectrons="true" showMultimeter="true" />
			</library>
		</OTSystem>
	</objects>
</otrunk>
