buildingphysics.ecore 7.46 KB
Newer Older
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
1
2
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
4
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="buildingphysics" nsURI="http://www.hftstuttgart.de/buildingphysics"
    nsPrefix="buildphys">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
5
6
7
  <eClassifiers xsi:type="ecore:EClass" name="BuildingPhysicsCatalog">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
8
9
10
11
12
13
14
15
16
17
    <eStructuralFeatures xsi:type="ecore:EReference" name="windowCatalog" lowerBound="1"
        eType="#//WindowCatalog" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="materialCatalog" lowerBound="1"
        eType="#//MaterialCatalog" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="WindowType">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
        iD="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="uValue" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
18
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
19
        defaultValueLiteral="W/(m²*K)"/>
20
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="gValue" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
21
22
23
24
25
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
        <details key="documentation" value="coefficient between 0.0 (window with no solar energy transmittance) and 1.0 (full transmittance of all solar radiation)"/>
      </eAnnotations>
    </eStructuralFeatures>
26
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="glazingNumber" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
27
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
28
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameRatio" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
29
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
30
      <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
31
        <details key="documentation" value="fraction between 0.0 and 1.0"/>
32
33
      </eAnnotations>
    </eStructuralFeatures>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kW*h/m²"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructionDescription"
        lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kW*h/m²"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalDescription" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
50
51
52
53
54
55
56
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="Catalog" abstract="true">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="WindowCatalog" eSuperTypes="#//Catalog">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
57
58
59
    <eStructuralFeatures xsi:type="ecore:EReference" name="windowTypes" upperBound="-1"
        eType="#//WindowType" containment="true"/>
  </eClassifiers>
60
61
62
63
64
65
66
67
68
69
  <eClassifiers xsi:type="ecore:EClass" name="MaterialCatalog" eSuperTypes="#//Catalog">
    <eStructuralFeatures xsi:type="ecore:EReference" name="materialCategories" upperBound="-1"
        eType="#//MaterialCategory" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="MaterialCategory">
    <eStructuralFeatures xsi:type="ecore:EReference" name="material" upperBound="-1"
        eType="#//Material" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="Material">
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
70
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
71
72
73
        iD="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="density" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
74
75
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg/m³"/>
76
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="heatCapacity" lowerBound="1"
77
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
78
        defaultValueLiteral="J/K"/>
79
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="conductivity" lowerBound="1"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
80
81
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="W/(m*K)"/>
82
83
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
84
        defaultValueLiteral="kW*h/kg"/>
85
86
87
88
89
90
91
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="embodiedCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructionDescription"
        lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalEnergy" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
92
        defaultValueLiteral="kW*h/kg"/>
93
94
95
96
97
98
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalCarbon" lowerBound="1"
        eType="ecore:EDataType ../../de.hftstuttgart.cityunits.model/model/Quantities.ecore#//QuantityDouble"
        defaultValueLiteral="kg"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposalDescription" lowerBound="1"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
Kai-Holger Brassel's avatar
Kai-Holger Brassel committed
99
</ecore:EPackage>