<?xml version="1.0" standalone="no"?>
<!-- edited with XML Spy v3.0b2 (http://www.xmlspy.com) by Ed Shaya (NASA) -->
<!DOCTYPE XDF SYSTEM "http://archive.astro.umd.edu/DTD/XDF_017.dtd">
<XDF name="A sample XDF document" description="This shows how to put any data into XDF format">
	<parameter name="date">
		<units> <unitless/></units>
		<value>01-12-99</value>
	</parameter>
	<structure name="2_vector_spaces">
		<array name="LoRes">
			<axis name="vector field" axisId="comps-lo">
				<value size="3">
					<component axisIdRef="x-lo">x-hat</component>
					<component axisIdRef="y-lo">y-hat</component>
					<component axisIdRef="z-lo">z-hat</component>
				</value>
			</axis>
			<axis name="x" axisId="x-lo" units="cm">
				<values size="6">0 1 2 3 4 5 </values>
			</axis>
			<axis name="y" axisId="y-lo" units="cm">
				<values size="4">60  62 64 68</values>
			</axis>
			<axis name="z" axisId="z-lo" units="m">
				<values start="0" step="2" size="5"/>
			</axis>
			<read axisIdRef="comps-lo">
				<read axisIdRef="x-lo">
					<read axisIdRef="y-lo">
						<read axisIdRef="z-lo">
							<recordFormat>
								<repeat count="4">
									<text type="fixed" width="8" precision="3"/>
									<skipChar count="1"/>
								</repeat>
								<text type="fixed" width="8" precision="3"/>
							</recordFormat>
						</read>
					</read>
				</read>
			</read>
			<data><![CDATA[0432.234 2345.432 2333.553 5234.737 5234.220
5234.334 5234.220 2432.234 2345.432 2333.553
2345.432 2333.553 5234.334 5234.220 2432.234
5234.720 7432.274 2347.432 2633.753 5234.334
2323.753 5234.304 5234.220 2432.234 6345.432
5224.220 2432.274 2345.432 2333.553 5234.334
2333.553 5234.338 5234.220 2432.734 2345.432
5214.220 2432.238 2345.432 2363.553 5234.334
2333.553 5234.324 5234.220 2432.234 2345.432
5204.220 2730.034 7345.432 2363.753 5634.334
2333.553 5134.334 5234.220 2432.234 2345.432
4294.220 2332.234 2345.432 2333.553 5234.334]]></data>
			<notes>
				<index>3<index>2<index>2</index>
					</index>
				</index>
				<note>A higher resolution image exists
for this element</note>
				<index>6<index>2<index>1</index>
					</index>
				</index>
				<note>No data because of a cosmic ray
hit </note>
			</notes>
		</array>
		<array name="HiRes">
			<axis name="HiRes" axisId="comps-hi">
				<values size="3">
					<component>x</component>
					<component>y</component>
					<component>z</component>
				</values>
			</axis>
			<axis name="x" units="cm" axisId="x-hi">
				<values size="4">2.0 2.1 2.2 2.3 2.4</values>
			</axis>
			<axis name="y" units="cm" axisId="y-hi">
				<values size="4">62.2 62.4 62.6 62.8</values>
			</axis>
			<axis name="z" units="m" axisId="z-hi">
				<values size="4" start="4" step=".2"/>
			</axis>
			<read axisIdRef="comps-hi">
				<read axisIdRef="x-hi">
					<read axisIdRef="y-hi">
						<read axisIdRef="z-hi">
							<recordFormat>
								<repeat count="4">
									<text type="fixed" width="8" precision="3"/>
									<skipChar count="1"/>
								</repeat>
								<text type="fixed" width="8" precision="3"/>
							</recordFormat>
						</read>
					</read>
				</read>
			</read>
			<data><![CDATA[2432.23 2345.43 2234.73 2234.20
5234.33 2234.22 2432.23 2333.53
2345.43 2333.55 2234.33 2234.20
7432.27 2347.43 2633.75 2234.34
2323.75 2234.30 2234.22 2432.34
2224.22 2432.27 2345.43 2333.53
2333.53 2235.38 2432.73 2345.32
2214.20 2432.28 2345.42 2363.55
2333.53 2234.24 2432.34 2345.42
2204.20 2730.04 2345.42 2363.75
2333.55 2134.34 2432.24 2345.42
2294.20 2332.23 2345.43 2333.53]]></data>
		</array>
	</structure>
	<!-- Now a little table about 3 nearby galaxies -->
	<array name="Galaxy Data">
		<axis axisId="columns">
			<values size="3"/>
		</axis>
		<axis axisId="rows">
			<values size="1">
				<field units="unitless">
					<name>galaxy name</name>
                                </field>
			</values>
                        <values size="2" name="position" >
				<field units="degrees">
					<name>right ascension</name>
                                </field>
				<field units="degrees">
					<name>declination</name>
				</field>
			</values>
			<values size="2"> 
				<field units="magnitude">
					<name>B-band Flux</name>
				</field>
				<field units="magnitude">
					<name>V-band Flux</name>
				</field>
			</values>
		</axis>
		<read axisIdRef="columns">
			<read axisIdRef="rows">
				<delimiter/>
			</read>
		</read>
		<data>M31 230.12098776 -34.3424911 12.6 13.5
M33 130.09478492 +36.0000001 14.6 16.5
Milky&nbsp;Way 230.04429292 +74.2449499 12.8 14.5</data>
	</array>
</XDF>
