<?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/>
		<schemasources>
			<xsdschemasource name="XML" main="1" schemafile="Scores.xsd" workingxmlfile="Scores.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/>
	<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>
					<newline/>
					<template subtype="source" match="XML">
						<children>
							<paragraph>
								<styles font-family="Arial" font-size="10pt"/>
								<children>
									<text fixtext="Group Tables">
										<styles color="#003d80" font-size="12pt" font-weight="bold" text-decoration="underline"/>
									</text>
									<newline/>
									<condition>
										<children>
											<conditionbranch xpath="$SV_OutputFormat = &apos;Authentic&apos;">
												<children>
													<newline/>
													<template subtype="uservariable" match="$SelectGroup">
														<children>
															<text fixtext="Select group: "/>
															<combobox xpath="$Groups, &apos;All&apos;">
																<styles width="0.80in"/>
																<children>
																	<content/>
																</children>
															</combobox>
														</children>
														<variables/>
													</template>
												</children>
											</conditionbranch>
										</children>
									</condition>
									<newline/>
									<template subtype="element" match="results">
										<children>
											<condition>
												<children>
													<conditionbranch xpath="$SV_OutputFormat = &apos;Authentic&apos;">
														<children>
															<template subtype="element" filter="if ($SelectGroup != &apos;All&apos;) then @id=$SelectGroup else @id" match="group">
																<children>
																	<newline/>
																	<paragraph>
																		<styles font-weight="bold" margin-bottom="0.5em"/>
																		<children>
																			<text fixtext="Group "/>
																			<template subtype="attribute" match="id">
																				<children>
																					<content>
																						<format basic-type="xsd" datatype="string"/>
																					</content>
																				</children>
																				<variables/>
																			</template>
																		</children>
																	</paragraph>
																	<tgrid>
																		<properties border="1" cellpadding="5" cellspacing="0" rules="all"/>
																		<styles border-collapse="collapse" border-color="black"/>
																		<children>
																			<tgridbody-cols>
																				<children>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																				</children>
																			</tgridbody-cols>
																			<tgridheader-rows>
																				<children>
																					<tgridrow>
																						<children>
																							<tgridcell>
																								<properties align="left"/>
																								<children>
																									<text fixtext="Team"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="P"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="W"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="D"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="L"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="F"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="A"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<properties align="center"/>
																								<children>
																									<text fixtext="Pts"/>
																								</children>
																							</tgridcell>
																						</children>
																					</tgridrow>
																				</children>
																			</tgridheader-rows>
																			<tgridbody-rows>
																				<children>
																					<template subtype="element" match="team">
																						<sort>
																							<key match="for $i in @name return sum( /results/match/team[@name=$i]/@points)" order="descending"/>
																						</sort>
																						<children>
																							<tgridrow>
																								<children>
																									<tgridcell>
																										<children>
																											<template subtype="attribute" match="name">
																												<children>
																													<content>
																														<format basic-type="xsd" datatype="string"/>
																													</content>
																												</children>
																												<variables/>
																											</template>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for gt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for eq team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for lt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name!=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<properties align="center"/>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@points)"/>
																										</children>
																									</tgridcell>
																								</children>
																							</tgridrow>
																						</children>
																						<variables/>
																					</template>
																				</children>
																			</tgridbody-rows>
																		</children>
																	</tgrid>
																	<newline/>
																</children>
																<variables/>
															</template>
														</children>
													</conditionbranch>
													<conditionbranch xpath="$SV_OutputFormat = &apos;HTML&apos;">
														<children>
															<template subtype="element" match="group">
																<children>
																	<newline/>
																	<paragraph>
																		<styles font-weight="bold" margin-bottom="0.5em"/>
																		<children>
																			<text fixtext="Group "/>
																			<template subtype="attribute" match="id">
																				<children>
																					<content>
																						<format basic-type="xsd" datatype="string"/>
																					</content>
																				</children>
																				<variables/>
																			</template>
																		</children>
																	</paragraph>
																	<tgrid>
																		<properties border="1" cellpadding="5" cellspacing="0" rules="all"/>
																		<styles border-collapse="collapse" border-color="black"/>
																		<children>
																			<tgridbody-cols>
																				<children>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																				</children>
																			</tgridbody-cols>
																			<tgridheader-rows>
																				<children>
																					<tgridrow>
																						<children>
																							<tgridcell>
																								<properties align="left"/>
																								<children>
																									<text fixtext="Team"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="P"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="W"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="D"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="L"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="F"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="A"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<properties align="center"/>
																								<children>
																									<text fixtext="Pts"/>
																								</children>
																							</tgridcell>
																						</children>
																					</tgridrow>
																				</children>
																			</tgridheader-rows>
																			<tgridbody-rows>
																				<children>
																					<template subtype="element" match="team">
																						<sort>
																							<key match="for $i in @name return sum( /results/match/team[@name=$i]/@points)" order="descending"/>
																						</sort>
																						<children>
																							<tgridrow>
																								<children>
																									<tgridcell>
																										<children>
																											<template subtype="attribute" match="name">
																												<children>
																													<content>
																														<format basic-type="xsd" datatype="string"/>
																													</content>
																												</children>
																												<variables/>
																											</template>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for gt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for eq team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for lt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name!=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<properties align="center"/>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@points)"/>
																										</children>
																									</tgridcell>
																								</children>
																							</tgridrow>
																						</children>
																						<variables/>
																					</template>
																				</children>
																			</tgridbody-rows>
																		</children>
																	</tgrid>
																	<newline/>
																</children>
																<variables/>
															</template>
														</children>
													</conditionbranch>
													<conditionbranch xpath="$SV_OutputFormat = &apos;RTF&apos;">
														<children>
															<template subtype="element" match="group">
																<children>
																	<newline/>
																	<paragraph>
																		<styles font-weight="bold" margin-bottom="0.5em"/>
																		<children>
																			<text fixtext="Group "/>
																			<template subtype="attribute" match="id">
																				<children>
																					<content>
																						<format basic-type="xsd" datatype="string"/>
																					</content>
																				</children>
																				<variables/>
																			</template>
																		</children>
																	</paragraph>
																	<tgrid>
																		<properties border="1" cellpadding="5" cellspacing="0" rules="all"/>
																		<styles border-collapse="collapse" border-color="black"/>
																		<children>
																			<tgridbody-cols>
																				<children>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																				</children>
																			</tgridbody-cols>
																			<tgridheader-rows>
																				<children>
																					<tgridrow>
																						<children>
																							<tgridcell>
																								<properties align="left"/>
																								<children>
																									<text fixtext="Team"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="P"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="W"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="D"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="L"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="F"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="A"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<properties align="center"/>
																								<children>
																									<text fixtext="Pts"/>
																								</children>
																							</tgridcell>
																						</children>
																					</tgridrow>
																				</children>
																			</tgridheader-rows>
																			<tgridbody-rows>
																				<children>
																					<template subtype="element" match="team">
																						<sort>
																							<key match="for $i in @name return sum( /results/match/team[@name=$i]/@points)" order="descending"/>
																						</sort>
																						<children>
																							<tgridrow>
																								<children>
																									<tgridcell>
																										<children>
																											<template subtype="attribute" match="name">
																												<children>
																													<content>
																														<format basic-type="xsd" datatype="string"/>
																													</content>
																												</children>
																												<variables/>
																											</template>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for gt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for eq team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for lt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name!=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<properties align="center"/>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@points)"/>
																										</children>
																									</tgridcell>
																								</children>
																							</tgridrow>
																						</children>
																						<variables/>
																					</template>
																				</children>
																			</tgridbody-rows>
																		</children>
																	</tgrid>
																	<newline/>
																</children>
																<variables/>
															</template>
														</children>
													</conditionbranch>
													<conditionbranch xpath="$SV_OutputFormat = &apos;PDF&apos;">
														<children>
															<template subtype="element" match="group">
																<children>
																	<newline/>
																	<paragraph>
																		<styles font-weight="bold" margin-bottom="0.5em"/>
																		<children>
																			<text fixtext="Group "/>
																			<template subtype="attribute" match="id">
																				<children>
																					<content>
																						<format basic-type="xsd" datatype="string"/>
																					</content>
																				</children>
																				<variables/>
																			</template>
																		</children>
																	</paragraph>
																	<tgrid>
																		<properties border="1" cellpadding="5" cellspacing="0" rules="all"/>
																		<styles border-collapse="collapse" border-color="black"/>
																		<children>
																			<tgridbody-cols>
																				<children>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																				</children>
																			</tgridbody-cols>
																			<tgridheader-rows>
																				<children>
																					<tgridrow>
																						<children>
																							<tgridcell>
																								<properties align="left"/>
																								<children>
																									<text fixtext="Team"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="P"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="W"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="D"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="L"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="F"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="A"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<properties align="center"/>
																								<children>
																									<text fixtext="Pts"/>
																								</children>
																							</tgridcell>
																						</children>
																					</tgridrow>
																				</children>
																			</tgridheader-rows>
																			<tgridbody-rows>
																				<children>
																					<template subtype="element" match="team">
																						<sort>
																							<key match="for $i in @name return sum( /results/match/team[@name=$i]/@points)" order="descending"/>
																						</sort>
																						<children>
																							<tgridrow>
																								<children>
																									<tgridcell>
																										<children>
																											<template subtype="attribute" match="name">
																												<children>
																													<content>
																														<format basic-type="xsd" datatype="string"/>
																													</content>
																												</children>
																												<variables/>
																											</template>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for gt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for eq team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for lt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name!=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<properties align="center"/>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@points)"/>
																										</children>
																									</tgridcell>
																								</children>
																							</tgridrow>
																						</children>
																						<variables/>
																					</template>
																				</children>
																			</tgridbody-rows>
																		</children>
																	</tgrid>
																	<newline/>
																</children>
																<variables/>
															</template>
														</children>
													</conditionbranch>
													<conditionbranch xpath="$SV_OutputFormat = &apos;Word2007&apos;">
														<children>
															<template subtype="element" match="group">
																<children>
																	<newline/>
																	<paragraph>
																		<styles font-weight="bold" margin-bottom="0.5em"/>
																		<children>
																			<text fixtext="Group "/>
																			<template subtype="attribute" match="id">
																				<children>
																					<content>
																						<format basic-type="xsd" datatype="string"/>
																					</content>
																				</children>
																				<variables/>
																			</template>
																		</children>
																	</paragraph>
																	<tgrid>
																		<properties border="1" cellpadding="5" cellspacing="0" rules="all"/>
																		<styles border-collapse="collapse" border-color="black"/>
																		<children>
																			<tgridbody-cols>
																				<children>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																					<tgridcol/>
																				</children>
																			</tgridbody-cols>
																			<tgridheader-rows>
																				<children>
																					<tgridrow>
																						<children>
																							<tgridcell>
																								<properties align="left"/>
																								<children>
																									<text fixtext="Team"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="P"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="W"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="D"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="L"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="F"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<children>
																									<text fixtext="A"/>
																								</children>
																							</tgridcell>
																							<tgridcell>
																								<properties align="center"/>
																								<children>
																									<text fixtext="Pts"/>
																								</children>
																							</tgridcell>
																						</children>
																					</tgridrow>
																				</children>
																			</tgridheader-rows>
																			<tgridbody-rows>
																				<children>
																					<template subtype="element" match="team">
																						<sort>
																							<key match="for $i in @name return sum( /results/match/team[@name=$i]/@points)" order="descending"/>
																						</sort>
																						<children>
																							<tgridrow>
																								<children>
																									<tgridcell>
																										<children>
																											<template subtype="attribute" match="name">
																												<children>
																													<content>
																														<format basic-type="xsd" datatype="string"/>
																													</content>
																												</children>
																												<variables/>
																											</template>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for gt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for eq team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return count(//match[team/@name=$i][team[@name=$i]/@for lt team[@name!=$i]/@for])"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name!=$i]/@for)"/>
																										</children>
																									</tgridcell>
																									<tgridcell>
																										<properties align="center"/>
																										<children>
																											<autocalc xpath="for $i in @name return sum(//match[team/@name=$i]/team[@name=$i]/@points)"/>
																										</children>
																									</tgridcell>
																								</children>
																							</tgridrow>
																						</children>
																						<variables/>
																					</template>
																				</children>
																			</tgridbody-rows>
																		</children>
																	</tgrid>
																	<newline/>
																</children>
																<variables/>
															</template>
														</children>
													</conditionbranch>
												</children>
											</condition>
										</children>
										<variables/>
									</template>
								</children>
							</paragraph>
						</children>
						<variables>
							<variable name="SelectGroup" value="&apos;&apos;" valuetype="xs:string" editable="1"/>
							<variable name="Groups" value="distinct-values(results/group/@id)" valuetype="&lt;auto&gt;"/>
						</variables>
					</template>
					<newline/>
					<newline/>
					<line>
						<properties color="#003d80"/>
					</line>
					<newline/>
					<newline/>
				</children>
			</globaltemplate>
		</children>
	</mainparts>
	<globalparts/>
	<designfragments/>
	<xmltables/>
	<authentic-custom-toolbar-buttons/>
</structure>
