aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/outputs/models/5.xmi
blob: b0c5bef134a70728699606fe7b9ce8e7b74a8898 (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 band="X"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
</satellite:InterferometryMission>