aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/outputs/models/3.xmi
blob: d0a119b9c8b7907b8567d718bda2f3c70dfd9de0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="ASCII"?>
<satellite:InterferometryMission xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:satellite="http://www.example.org/satellite" xsi:schemaLocation="http://www.example.org/satellite model/satellite.ecore">
  <groundStationNetwork>
    <commSubsystem band="X" gain="MEDIUM"/>
    <commSubsystem band="Ka" gain="HIGH"/>
  </groundStationNetwork>
  <spacecraft xsi:type="satellite:CubeSat6U">
    <commSubsystem band="X" gain="MEDIUM"/>
  </spacecraft>
  <spacecraft xsi:type="satellite:CubeSat6U">
    <commSubsystem gain="HIGH"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
  <spacecraft xsi:type="satellite:SmallSat">
    <commSubsystem band="X" gain="MEDIUM"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
  <spacecraft xsi:type="satellite:SmallSat">
    <commSubsystem band="Ka" gain="MEDIUM"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
  <spacecraft xsi:type="satellite:SmallSat">
    <commSubsystem band="Ka"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
  <spacecraft xsi:type="satellite:SmallSat">
    <commSubsystem/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
</satellite:InterferometryMission>