-
Notifications
You must be signed in to change notification settings - Fork 0
/
SolarPanelFOM.xml
71 lines (71 loc) · 2.72 KB
/
SolarPanelFOM.xml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<objectModel xsi:schemaLocation="http://standards.ieee.org/IEEE1516-2010 C:\Users\Louis\Desktop\hla\1516.2-2010_downloads\IEEE1516-DIF-2010.xsd" xmlns="http://standards.ieee.org/IEEE1516-2010" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelIdentification>
<name>Solar Tower</name>
<type>FOM</type>
<version>1.0</version>
<securityClassification>unclassified</securityClassification>
<purpose></purpose>
<applicationDomain></applicationDomain>
<description>Converts solar to electricity</description>
<useLimitation></useLimitation>
<other></other>
</modelIdentification>
<objects>
<objectClass>
<name>HLAobjectRoot</name>
<objectClass>
<name>PhysicalEntity</name>
<objectClass>
<name>SolarTower</name>
<sharing>PublishSubscribe</sharing>
<semantics></semantics>
</objectClass>
</objectClass>
</objectClass>
</objects>
<interactions>
<interactionClass>
<name>HLAinteractionRoot</name>
<interactionClass>
<name>PanelStatusRequest</name>
<sharing>PublishSubscribe</sharing>
<transportation>HLAreliable</transportation>
<order>Receive</order>
<semantics></semantics>
<parameter>
<name>fromHLAId</name>
<dataType>long</dataType>
</parameter>
<parameter>
<name>toHLAId</name>
<dataType>long</dataType>
</parameter>
<parameter>
<name>position</name>
<dataType>GridIndex</dataType>
</parameter>
<parameter>
<name>time</name>
<dataType>double</dataType>
</parameter>
<parameter>
<name>elecOutput</name>
<dataType>double</dataType>
</parameter>
<parameter>
<name>sunlight</name>
<dataType>Boolean</dataType>
</parameter>
</interactionClass>
</interactionClass>
</interactions>
<dataTypes>
<simpleDataTypes/>
<enumeratedDataTypes/>
<arrayDataTypes/>
<fixedRecordDataTypes/>
<variantRecordDataTypes/>
</dataTypes>
<notes/>
</objectModel>