40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|||
|
|
|||
|
<!-- xml document representing data from the satellite callisto -->
|
|||
|
|
|||
|
<!--
|
|||
|
File: callisto.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/callisto.xml,v 1.2 2000/12/15 00:53:37 harib Exp $
|
|||
|
$Author: harib $
|
|||
|
$Date: 2000/12/15 00:53:37 $
|
|||
|
$State: Exp $
|
|||
|
-->
|
|||
|
|
|||
|
<celestialobject>
|
|||
|
<general>
|
|||
|
<type>moon</type>
|
|||
|
<name>callisto</name>
|
|||
|
<parent>jupiter</parent>
|
|||
|
</general>
|
|||
|
<parameter>
|
|||
|
<scalingfactor>1.0</scalingfactor>
|
|||
|
<diameter>4806</diameter><!-- km -->
|
|||
|
<nbrofplanetpositions>18</nbrofplanetpositions>
|
|||
|
<rotationperiod>16.689</rotationperiod><!-- day -->
|
|||
|
<orbitperiod>16.689</orbitperiod><!-- day -->
|
|||
|
<orbiteccentricity>0.0074</orbiteccentricity>
|
|||
|
<orbitinclinationtoecliptic>0.253</orbitinclinationtoecliptic><!-- <20> -->
|
|||
|
<distance>1882759</distance><!-- km -->
|
|||
|
<mass>1.08e26</mass><!-- g -->
|
|||
|
<density>1.85</density><!-- g/cm3 -->
|
|||
|
</parameter>
|
|||
|
</celestialobject>
|