From: Richard Knapp (gyp_caver_at_yahoo.com)
Date: Wed Feb 07 2001 - 22:57:31 CET
Received: (from mdom_at_localhost) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id XAA22763 for cavexml-outgoing; Wed, 7 Feb 2001 23:36:37 +0100 Received: from smtp1b.mail.yahoo.com (smtp3.mail.yahoo.com [128.11.68.135]) by karto.ethz.ch (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with SMTP id XAA22747 for <cavexml_at_cartography.ch>; Wed, 7 Feb 2001 23:36:35 +0100 Message-Id: <200102072236.XAA22747@karto.ethz.ch> Received: from slip166-72-184-40.nc.us.prserv.net (HELO Muphin) (166.72.184.40) by smtp.mail.vip.suc.yahoo.com with SMTP; 7 Feb 2001 23:43:50 -0000 X-Apparently-From: <gyp?caver_at_yahoo.com> From: "Richard Knapp" <gyp_caver_at_yahoo.com> To: "cavexml_at_cartography.ch" <cavexml_at_cartography.ch> Date: Wed, 07 Feb 2001 16:57:31 -0500 (EST) X-Mailer: PMMail 2.10.1999 for OS/2 Warp 4.00 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: What is a shot? Sender: owner-cavexml_at_karto.baug.ethz.ch Precedence: bulk Reply-To: cavexml_at_cartography.ch
Would a shot be better defined as:
<shot from="1" to="2" azimuth="22.5" distance="3.3" inclination="-2"/>
or
<shot>
<from value="1"/>
<to value="2"/>
<azimuth value="22.5"/>
<distance value="3.3"/>
<inclination value="-2"/>
</shot>
?
The first one is an easy, one line format. The second allow for other attributes to be added to each
element.. ie.
<inclination value="-400" units="mills"/>
or
<inclination value="-2" type="foresight" note="Richard really hosed this shot!"/>
In the one line format, this could get ugly with attributes like inclination_units="mills" ,
inclination_type="foresight", etc.
Which also begs the question, would it be better to have separate attributes/elements for fore/backsights
or one base with different attributes?
Note, there isn't a restriction on how many azimuths, distances, or inclinations can be put into one shot.
Or is it still too soon to discuss this?
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
This archive was generated by hypermail 2b30 : Thu Mar 01 2001 - 18:00:00 CET