aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/hu.bme.mit.inf.dslreasoner.domains.satellite/outputs/models/1.xmi
blob: 44ca2b3ee3d57e2e946a9e2059a06773529d3dfd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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:CubeSat3U">
    <commSubsystem band="X" gain="HIGH"/>
    <commSubsystem band="X" gain="MEDIUM"/>
    <communicationLink source="//@spacecraft.0/@commSubsystem.1" target="//@groundStationNetwork/@commSubsystem.0"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
  <spacecraft xsi:type="satellite:CubeSat6U">
    <commSubsystem band="X" gain="HIGH"/>
    <commSubsystem band="Ka" gain="HIGH"/>
    <communicationLink source="//@spacecraft.1/@commSubsystem.1" target="//@groundStationNetwork/@commSubsystem.1"/>
    <payload xsi:type="satellite:InterferometryPayload"/>
  </spacecraft>
</satellite:InterferometryMission>