30 lines
No EOL
792 B
XML
30 lines
No EOL
792 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- xml document representing data from the space shuttle -->
|
|
|
|
<!--
|
|
File: spaceshuttle.xml
|
|
|
|
University of Applied Science Berne,HTA-Biel/Bienne,
|
|
Computer Science Department.
|
|
|
|
Diploma thesis J3D Solar System Simulator
|
|
Originally written by Marcel Portner & Bernhard Hari (c) 2000
|
|
|
|
CVS - Information :
|
|
|
|
$Header: /var/cvsreps/projects/c450/2000/sss3d/source_diploma/sss3d/utils/xmlparser/xml/spaceshuttle.xml,v 1.1 2000/12/01 15:41:43 harib Exp $
|
|
$Author: harib $
|
|
$Date: 2000/12/01 15:41:43 $
|
|
$State: Exp $
|
|
-->
|
|
|
|
<celestialobject>
|
|
<general>
|
|
<type>rocket</type>
|
|
<name>spaceshuttle</name>
|
|
</general>
|
|
<parameter>
|
|
<scalingfactor>1.0</scalingfactor>
|
|
</parameter>
|
|
</celestialobject> |