<?xml version="1.0" encoding="UTF-8"?>
<structure version="14" html-doctype="HTML4 Transitional" compatibility-view="IE9" relativeto="*SPS" encodinghtml="UTF-8" encodingrtf="ISO-8859-1" encodingpdf="UTF-8" useimportschema="1" embed-images="1" pastemode="xml" enable-authentic-scripts="1" authentic-scripts-in-debug-mode-external="0" generated-file-location="DEFAULT">
	<parameters/>
	<schemasources>
		<namespaces>
			<nspair prefix="f" uri="http://www.xmlspy.com/schemas/formatting"/>
		</namespaces>
		<schemasources>
			<xsdschemasource name="DATA" schemafile="Data.xsd" workingxmlfile="Data.xml"/>
			<xsdschemasource name="BOOKS" main="1" schemafile="Book.xsd" workingxmlfile="Book.xml"/>
		</schemasources>
	</schemasources>
	<modules/>
	<flags>
		<scripts/>
		<globalparts/>
		<designfragments/>
		<pagelayouts/>
		<xpath-functions/>
	</flags>
	<scripts>
		<script language="javascript"/>
	</scripts>
	<script-project>
		<Project version="2" app="AuthenticView"/>
	</script-project>
	<importedxslt/>
	<globalstyles>
		<rules selector=".info">
			<media>
				<media value="all"/>
			</media>
			<rule background-color="#f6f6ff" border="1px solid navy" color="navy" font-weight="bold" margin-bottom="12px" margin-top="12px" padding="2px"/>
		</rules>
		<rules selector=".explanation">
			<media>
				<media value="all"/>
			</media>
			<rule color="blue" font-style="italic" margin-bottom="12px"/>
		</rules>
	</globalstyles>
	<mainparts>
		<children>
			<globaltemplate subtype="main" match="/">
				<document-properties/>
				<children>
					<documentsection>
						<properties columncount="1" columngap="0.50in" headerfooterheight="variable" pagemultiplepages="0" pagenumberingformat="1" pagenumberingstartat="auto" pagestart="next" paperheight="11.69in" papermarginbottom="0.79in" papermarginfooter="0.0in" papermarginheader="0.0in" papermarginleft="0.6in" papermarginright="0.6in" papermargintop="0.79in" paperwidth="8.27in"/>
					</documentsection>
					<paragraph paragraphtag="h2">
						<styles border-bottom="2px solid navy" color="navy"/>
						<children>
							<text fixtext="Example: Multiple Schemas"/>
						</children>
					</paragraph>
					<paragraph paragraphtag="p">
						<properties class="info"/>
						<children>
							<text fixtext="In StyleVision Enterprise Edition you can use multiple sources of data to create your designs. You can use those additional sources (be they XML or DB based) to display additional information to your user, or in the form of external data lookup."/>
						</children>
					</paragraph>
					<paragraph paragraphtag="p">
						<properties class="explanation"/>
						<children>
							<text fixtext="A common idiom in this case is to show possible values that are retrieved from a secondary source inside a combo box. The user of your form is then restricted to only use those values that are specified there."/>
						</children>
					</paragraph>
					<paragraph paragraphtag="p">
						<properties class="explanation"/>
						<children>
							<text fixtext="In the below (very simple) example, the user will edit &quot;Books.xml&quot;, the XML file for our main source $BOOKS. In order to keep the example short, we only show the &apos;@volumes&apos; attribute, for which we define a lookup into our secondary source $DATA. Even though &apos;@volumes&apos; has type xs:string, the user will thus be restricted to only use the values defined in &quot;Data.xml&quot;, the XML file of our lookup source."/>
						</children>
					</paragraph>
					<template subtype="source" match="BOOKS">
						<children>
							<template subtype="element" match="book">
								<children>
									<template subtype="attribute" match="volumes">
										<children>
											<text fixtext="Enter the number of volumes: "/>
											<combobox xpath="$DATA/data/strings/string">
												<styles width="200px"/>
												<children>
													<content>
														<format basic-type="xsd" datatype="string"/>
													</content>
												</children>
											</combobox>
										</children>
										<variables/>
									</template>
								</children>
								<variables/>
							</template>
						</children>
						<variables/>
					</template>
					<paragraph paragraphtag="p">
						<properties class="explanation"/>
						<children>
							<text fixtext="For reference, the list of values that are being referenced:"/>
						</children>
					</paragraph>
					<template subtype="source" match="DATA">
						<children>
							<template subtype="element" match="data">
								<children>
									<template subtype="element" match="strings">
										<children>
											<template subtype="element" match="string">
												<children>
													<content>
														<format basic-type="xsd" datatype="string"/>
													</content>
													<newline/>
												</children>
												<variables/>
											</template>
										</children>
										<variables/>
									</template>
								</children>
								<variables/>
							</template>
						</children>
						<variables/>
					</template>
				</children>
			</globaltemplate>
		</children>
	</mainparts>
	<globalparts/>
	<designfragments/>
	<xmltables/>
	<authentic-custom-toolbar-buttons/>
</structure>
