<?xml version="1.0" encoding="UTF-8"?>
<structure version="16" 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/>
		<schemasources>
			<xsdschemasource name="XML" main="1" schemafile="Data.xsd" workingxmlfile="Data.xml"/>
		</schemasources>
	</schemasources>
	<modules/>
	<flags>
		<scripts/>
		<mainparts/>
		<globalparts/>
		<designfragments/>
		<pagelayouts/>
		<xpath-functions/>
	</flags>
	<scripts>
		<script language="javascript"/>
	</scripts>
	<script-project>
		<Project version="2" app="AuthenticView" UseHigherDotNetFramework="1">
			<Macros>
				<Macro name="OnClick">
					<Source>alert(&apos;Hello, World!&apos;)</Source>
				</Macro>
			</Macros>
		</Project>
	</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="48px" headerfooterheight="variable" pagemultiplepages="0" pagenumberingformat="1" pagenumberingstartat="auto" pagestart="next" paperheight="11.69in" papermarginbottom="0.79in" papermarginfooter="0.5in" papermarginheader="0.5in" papermarginleft="0.6in" papermarginright="0.6in" papermargintop="0.79in" paperwidth="8.27in"/>
						<watermark>
							<image transparency="50" fill-page="1" center-if-not-fill="1"/>
							<text transparency="50"/>
						</watermark>
					</documentsection>
					<paragraph paragraphtag="h2">
						<styles border-bottom="2px solid navy" color="navy"/>
						<children>
							<text fixtext="Example: Form Elements"/>
						</children>
					</paragraph>
					<paragraph paragraphtag="p">
						<properties class="info"/>
						<children>
							<text fixtext="StyleVision allows you to place different form elements (input field, multi-line input field, radio button, check box, combo box, button) into your design. "/>
						</children>
					</paragraph>
					<template subtype="source" match="XML">
						<children>
							<template subtype="element" match="data">
								<children>
									<paragraph paragraphtag="p">
										<properties class="explanation"/>
										<children>
											<text fixtext="(content)">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=" fields display XML values, but also allow in-line editing by the user (unless specifically prohibited in the properties)"/>
										</children>
									</paragraph>
									<template subtype="element" match="strings">
										<children>
											<template subtype="element" match="string">
												<children>
													<content subtype="regular">
														<format basic-type="xsd" datatype="string"/>
													</content>
													<newline/>
												</children>
												<variables/>
											</template>
										</children>
										<variables/>
									</template>
									<paragraph paragraphtag="p">
										<properties class="explanation"/>
										<children>
											<text fixtext="Input fields">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=" allow the user to enter single lines of text, while "/>
											<text fixtext="multi-line input fields">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=" allow the user to enter text that contains newlines. Compared to normal (content) elements they emphasize the form character of the design."/>
										</children>
									</paragraph>
									<paragraph paragraphtag="p">
										<properties class="explanation"/>
										<children>
											<text fixtext="Input fields">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=":"/>
										</children>
									</paragraph>
									<template subtype="element" match="strings">
										<children>
											<template subtype="element" match="string">
												<children>
													<editfield>
														<children>
															<content subtype="regular">
																<format basic-type="xsd" datatype="string"/>
															</content>
														</children>
													</editfield>
													<newline/>
												</children>
												<variables/>
											</template>
										</children>
										<variables/>
									</template>
									<newline/>
									<paragraph paragraphtag="p">
										<properties class="explanation"/>
										<children>
											<text fixtext="Multi-line input field">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=":"/>
										</children>
									</paragraph>
									<template subtype="element" match="info">
										<children>
											<multilinefield>
												<properties cols="43" rows="3"/>
												<children>
													<content subtype="regular">
														<format basic-type="xsd" datatype="string"/>
													</content>
												</children>
											</multilinefield>
										</children>
										<variables/>
									</template>
									<paragraph paragraphtag="p">
										<properties class="explanation"/>
										<children>
											<text fixtext="Radio buttons">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=" and "/>
											<text fixtext="combo boxes">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=" allow the user to choose one option among many (also refer to the specific example file for combo boxes)"/>
										</children>
									</paragraph>
									<template subtype="element" match="strings">
										<children>
											<template subtype="attribute" match="selected">
												<children>
													<paragraph paragraphtag="p">
														<properties class="explanation"/>
														<children>
															<text fixtext="Radio buttons:">
																<styles font-weight="bold"/>
															</text>
														</children>
													</paragraph>
													<radiobutton checkedvalue="One">
														<children>
															<content subtype="regular">
																<format basic-type="xsd" datatype="string"/>
															</content>
														</children>
													</radiobutton>
													<text fixtext="One"/>
													<newline/>
													<radiobutton checkedvalue="Two">
														<children>
															<content subtype="regular">
																<format basic-type="xsd" datatype="string"/>
															</content>
														</children>
													</radiobutton>
													<text fixtext="Two"/>
													<newline/>
													<radiobutton checkedvalue="Three">
														<children>
															<content subtype="regular">
																<format basic-type="xsd" datatype="string"/>
															</content>
														</children>
													</radiobutton>
													<text fixtext="Three"/>
													<newline/>
													<radiobutton checkedvalue="Four">
														<children>
															<content subtype="regular">
																<format basic-type="xsd" datatype="string"/>
															</content>
														</children>
													</radiobutton>
													<text fixtext="Four"/>
													<paragraph paragraphtag="p">
														<properties class="explanation"/>
														<children>
															<text fixtext="Combo Box:">
																<styles font-weight="bold"/>
															</text>
														</children>
													</paragraph>
													<combobox enumeration="1">
														<children>
															<content subtype="regular">
																<format basic-type="xsd" datatype="string"/>
															</content>
														</children>
													</combobox>
												</children>
												<variables/>
											</template>
										</children>
										<variables/>
									</template>
									<paragraph paragraphtag="p">
										<properties class="explanation"/>
										<children>
											<text fixtext="Check boxes">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=" allow the user to select or deselect an option"/>
										</children>
									</paragraph>
									<template subtype="attribute" match="verify">
										<children>
											<checkbox checkedvalue="true" checkedvalue1="1">
												<children>
													<content subtype="regular">
														<format basic-type="xsd" datatype="boolean"/>
													</content>
												</children>
											</checkbox>
											<text fixtext="The contents of this XML file have been verified."/>
										</children>
										<variables/>
									</template>
									<paragraph paragraphtag="p">
										<properties class="explanation"/>
										<children>
											<text fixtext="Buttons">
												<styles font-weight="bold"/>
											</text>
											<text fixtext=" don&apos;t have a function per se in StyleVision or Authentic, but you can assign JavaScript function calls for event calls, or place them into your design for further processing after, e.g., HTML transformation."/>
										</children>
									</paragraph>
									<button>
										<children>
											<text fixtext="Click Me!"/>
										</children>
										<action>
											<none/>
										</action>
										<authentic-event-handlers OnClick="OnClick"/>
									</button>
									<newline/>
								</children>
								<variables/>
							</template>
						</children>
						<variables/>
					</template>
				</children>
			</globaltemplate>
		</children>
	</mainparts>
	<globalparts/>
	<designfragments/>
	<xmltables/>
	<authentic-custom-toolbar-buttons/>
</structure>
