<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE CaveSurvey SYSTEM "http://www.psc-cavers.org/cavexml/cavexml.dtd">
<CaveSurvey>
  <ProvenanceSource date="2001-02-29" description="Example data I just made up"
    reliablity="suspect" source="Ralph HArtley">
    <Default element="Distance Section" unit="feetdecimal">
      <Default element="Azimuth Inclination" subtype="for back" unit="degrees">
        <Station ID="STAA1" name="A1">
          <Location easting="0" elevation="0" northing="0">
	    <Text type="comment" text="A1 is the datum"/>
	  </Location>
        </Station>
        <Shot>
          <Text type="comment" text="From A1 to A2"/>
          <Distance value="10"/>
          <Azimuth subtype="for" value="0"/>
          <Inclination subtype="for" value="0"/>
        </Shot>
        <Section down="0" left="2" right="4" up="1">
          <Text type="comment" text="At A2 looking north"/>
	</Section>
        <Station ID="STAA2" name="A2"/>
        <Shot>
          <Text type="comment" text="From A2 to A3"/>
          <Distance value="10"/>
          <Azimuth subtype="for" value="120"/>
          <Inclination subtype="for" value="-1"/>
        </Shot>
        <Section left="6" right="3" up="1"/>
        <Station ID="STAA3" name="A3"/>
        <Shot to="STAA1">
          <Text type="comment" text="From A3 to A1"/>
          <Distance value="10"/>
          <Azimuth subtype="for" value="240"/>
          <Inclination subtype="for" value="0.5"/>
        </Shot>
        <Section down="0" left="3" right="2" station="STAA1" up="1"/>
        <Station reference="STAA2"/>
        <Shot>
          <Text type="comment" text="From A2 to A4"/>
          <Distance value="15.6"/>
          <Azimuth subtype="for" value="30.5"/>
          <Inclination subtype="for" value="-6"/>
        </Shot>
        <Station name="A4"/>
      </Default>
    </Default>
  </Provenance>
</CaveSurvey>
