aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/outputs/models/4.xmi
blob: 4dcf0982e1d9cb345751ff2e6fbbd448a68fc9b0 (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
31
<?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"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </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>