@ifc-lite/data 1.15.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +58 -28
  2. package/dist/entity-table.d.ts +51 -0
  3. package/dist/entity-table.d.ts.map +1 -1
  4. package/dist/entity-table.js +146 -96
  5. package/dist/entity-table.js.map +1 -1
  6. package/dist/ifc-schema/generated/attributes.d.ts +10 -0
  7. package/dist/ifc-schema/generated/attributes.d.ts.map +1 -0
  8. package/dist/ifc-schema/generated/attributes.js +2775 -0
  9. package/dist/ifc-schema/generated/attributes.js.map +1 -0
  10. package/dist/ifc-schema/generated/data-types.d.ts +8 -0
  11. package/dist/ifc-schema/generated/data-types.d.ts.map +1 -0
  12. package/dist/ifc-schema/generated/data-types.js +396 -0
  13. package/dist/ifc-schema/generated/data-types.js.map +1 -0
  14. package/dist/ifc-schema/generated/entities-ifc2x3.d.ts +8 -0
  15. package/dist/ifc-schema/generated/entities-ifc2x3.d.ts.map +1 -0
  16. package/dist/ifc-schema/generated/entities-ifc2x3.js +777 -0
  17. package/dist/ifc-schema/generated/entities-ifc2x3.js.map +1 -0
  18. package/dist/ifc-schema/generated/entities-ifc4.d.ts +8 -0
  19. package/dist/ifc-schema/generated/entities-ifc4.d.ts.map +1 -0
  20. package/dist/ifc-schema/generated/entities-ifc4.js +938 -0
  21. package/dist/ifc-schema/generated/entities-ifc4.js.map +1 -0
  22. package/dist/ifc-schema/generated/entities-ifc4x3.d.ts +8 -0
  23. package/dist/ifc-schema/generated/entities-ifc4x3.d.ts.map +1 -0
  24. package/dist/ifc-schema/generated/entities-ifc4x3.js +1014 -0
  25. package/dist/ifc-schema/generated/entities-ifc4x3.js.map +1 -0
  26. package/dist/ifc-schema/generated/partof-relations.d.ts +10 -0
  27. package/dist/ifc-schema/generated/partof-relations.d.ts.map +1 -0
  28. package/dist/ifc-schema/generated/partof-relations.js +28 -0
  29. package/dist/ifc-schema/generated/partof-relations.js.map +1 -0
  30. package/dist/ifc-schema/generated/psets-ifc2x3.d.ts +8 -0
  31. package/dist/ifc-schema/generated/psets-ifc2x3.d.ts.map +1 -0
  32. package/dist/ifc-schema/generated/psets-ifc2x3.js +3416 -0
  33. package/dist/ifc-schema/generated/psets-ifc2x3.js.map +1 -0
  34. package/dist/ifc-schema/generated/psets-ifc4.d.ts +8 -0
  35. package/dist/ifc-schema/generated/psets-ifc4.d.ts.map +1 -0
  36. package/dist/ifc-schema/generated/psets-ifc4.js +4510 -0
  37. package/dist/ifc-schema/generated/psets-ifc4.js.map +1 -0
  38. package/dist/ifc-schema/generated/psets-ifc4x3.d.ts +8 -0
  39. package/dist/ifc-schema/generated/psets-ifc4x3.d.ts.map +1 -0
  40. package/dist/ifc-schema/generated/psets-ifc4x3.js +8554 -0
  41. package/dist/ifc-schema/generated/psets-ifc4x3.js.map +1 -0
  42. package/dist/ifc-schema/index.d.ts +61 -0
  43. package/dist/ifc-schema/index.d.ts.map +1 -0
  44. package/dist/ifc-schema/index.js +212 -0
  45. package/dist/ifc-schema/index.js.map +1 -0
  46. package/dist/ifc-schema/types.d.ts +108 -0
  47. package/dist/ifc-schema/types.d.ts.map +1 -0
  48. package/dist/ifc-schema/types.js +5 -0
  49. package/dist/ifc-schema/types.js.map +1 -0
  50. package/dist/index.d.ts +14 -8
  51. package/dist/index.d.ts.map +1 -1
  52. package/dist/index.js +18 -4
  53. package/dist/index.js.map +1 -1
  54. package/dist/property-table.d.ts +22 -0
  55. package/dist/property-table.d.ts.map +1 -1
  56. package/dist/property-table.js +89 -62
  57. package/dist/property-table.js.map +1 -1
  58. package/dist/quantity-table.d.ts +18 -0
  59. package/dist/quantity-table.d.ts.map +1 -1
  60. package/dist/quantity-table.js +80 -66
  61. package/dist/quantity-table.js.map +1 -1
  62. package/dist/relationship-graph.d.ts +53 -6
  63. package/dist/relationship-graph.d.ts.map +1 -1
  64. package/dist/relationship-graph.js +149 -113
  65. package/dist/relationship-graph.js.map +1 -1
  66. package/dist/spatial-types.d.ts +0 -1
  67. package/dist/spatial-types.d.ts.map +1 -1
  68. package/dist/spatial-types.js +0 -6
  69. package/dist/spatial-types.js.map +1 -1
  70. package/dist/string-table.d.ts +8 -0
  71. package/dist/string-table.d.ts.map +1 -1
  72. package/dist/string-table.js +20 -0
  73. package/dist/string-table.js.map +1 -1
  74. package/dist/types.d.ts +20 -0
  75. package/dist/types.d.ts.map +1 -1
  76. package/dist/types.js +66 -0
  77. package/dist/types.js.map +1 -1
  78. package/dist/utf8-decode.d.ts +24 -0
  79. package/dist/utf8-decode.d.ts.map +1 -0
  80. package/dist/utf8-decode.js +103 -0
  81. package/dist/utf8-decode.js.map +1 -0
  82. package/package.json +11 -6
@@ -0,0 +1,4510 @@
1
+ /* This Source Code Form is subject to the terms of the Mozilla Public
2
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4
+ export const PROPERTY_SETS_IFC4 = [
5
+ {
6
+ name: "Pset_ActionRequest",
7
+ applicableEntities: ["IfcActionRequest"],
8
+ properties: [
9
+ { name: "RequestComments", kind: "single", dataType: "IfcText" },
10
+ { name: "RequestSourceLabel", kind: "single", dataType: "IfcLabel" },
11
+ ],
12
+ },
13
+ {
14
+ name: "Pset_ActorCommon",
15
+ applicableEntities: ["IfcActor"],
16
+ properties: [
17
+ { name: "Category", kind: "single", dataType: "IfcLabel" },
18
+ { name: "NumberOfActors", kind: "single", dataType: "IfcCountMeasure" },
19
+ { name: "SkillLevel", kind: "single", dataType: "IfcLabel" },
20
+ ],
21
+ },
22
+ {
23
+ name: "Pset_ActuatorPHistory",
24
+ applicableEntities: ["IfcActuator"],
25
+ properties: [],
26
+ },
27
+ {
28
+ name: "Pset_ActuatorTypeCommon",
29
+ applicableEntities: ["IfcActuator"],
30
+ properties: [
31
+ { name: "Application", kind: "enumeration", enumeration: ["EntryExitDevice", "FireSmokeDamperActuator", "DamperActuator", "ValvePositioner", "LampActuator", "SunblindActuator", "OTHER", "NOTKNOWN", "UNSET"] },
32
+ { name: "FailPosition", kind: "enumeration", enumeration: ["FAILOPEN", "FAILCLOSED", "NOTKNOWN", "UNSET"] },
33
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
34
+ { name: "ManualOverride", kind: "single", dataType: "IfcBoolean" },
35
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
36
+ ],
37
+ },
38
+ {
39
+ name: "Pset_ActuatorTypeElectricActuator",
40
+ applicableEntities: ["IfcActuator"],
41
+ properties: [
42
+ { name: "ElectricActuatorType", kind: "enumeration", enumeration: ["MOTORDRIVE", "MAGNETIC", "OTHER", "NOTKNOWN", "UNSET"] },
43
+ { name: "ActuatorInputPower", kind: "single", dataType: "IfcPowerMeasure" },
44
+ ],
45
+ },
46
+ {
47
+ name: "Pset_ActuatorTypeHydraulicActuator",
48
+ applicableEntities: ["IfcActuator"],
49
+ properties: [
50
+ { name: "InputFlowrate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
51
+ { name: "InputPressure", kind: "single", dataType: "IfcPressureMeasure" },
52
+ ],
53
+ },
54
+ {
55
+ name: "Pset_ActuatorTypeLinearActuation",
56
+ applicableEntities: ["IfcActuator"],
57
+ properties: [
58
+ { name: "Force", kind: "single", dataType: "IfcForceMeasure" },
59
+ { name: "Stroke", kind: "single", dataType: "IfcLengthMeasure" },
60
+ ],
61
+ },
62
+ {
63
+ name: "Pset_ActuatorTypePneumaticActuator",
64
+ applicableEntities: ["IfcActuator"],
65
+ properties: [
66
+ { name: "InputFlowrate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
67
+ { name: "InputPressure", kind: "single", dataType: "IfcPressureMeasure" },
68
+ ],
69
+ },
70
+ {
71
+ name: "Pset_ActuatorTypeRotationalActuation",
72
+ applicableEntities: ["IfcActuator"],
73
+ properties: [
74
+ { name: "RangeAngle", kind: "single", dataType: "IfcPlaneAngleMeasure" },
75
+ { name: "Torque", kind: "single", dataType: "IfcTorqueMeasure" },
76
+ ],
77
+ },
78
+ {
79
+ name: "Pset_AirSideSystemInformation",
80
+ applicableEntities: ["IfcSpace", "IfcSpatialZone", "IfcZone"],
81
+ properties: [
82
+ { name: "AirSideSystemDistributionType", kind: "enumeration", enumeration: ["SINGLEDUCT", "DUALDUCT", "MULTIZONE", "OTHER", "NOTKNOWN", "UNSET"] },
83
+ { name: "AirSideSystemType", kind: "enumeration", enumeration: ["CONSTANTVOLUME", "CONSTANTVOLUMESINGLEZONE", "CONSTANTVOLUMEMULTIPLEZONEREHEAT", "CONSTANTVOLUMEBYPASS", "VARIABLEAIRVOLUME", "VARIABLEAIRVOLUMEREHEAT", "VARIABLEAIRVOLUMEINDUCTION", "VARIABLEAIRVOLUMEFANPOWERED", "VARIABLEAIRVOLUMEDUALCONDUIT", "VARIABLEAIRVOLUMEVARIABLEDIFFUSERS", "VARIABLEAIRVOLUMEVARIABLETEMPERATURE", "OTHER", "NOTKNOWN", "UNSET"] },
84
+ { name: "AirflowSensible", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
85
+ { name: "ApplianceDiversity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
86
+ { name: "CoolingTemperatureDelta", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
87
+ { name: "Description", kind: "single", dataType: "IfcLabel" },
88
+ { name: "EnergyGainSensible", kind: "single", dataType: "IfcPowerMeasure" },
89
+ { name: "EnergyGainTotal", kind: "single", dataType: "IfcPowerMeasure" },
90
+ { name: "EnergyLoss", kind: "single", dataType: "IfcPowerMeasure" },
91
+ { name: "FanPower", kind: "single", dataType: "IfcPowerMeasure" },
92
+ { name: "HeatingTemperatureDelta", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
93
+ { name: "InfiltrationDiversitySummer", kind: "single", dataType: "IfcPositiveRatioMeasure" },
94
+ { name: "InfiltrationDiversityWinter", kind: "single", dataType: "IfcPositiveRatioMeasure" },
95
+ { name: "LightingDiversity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
96
+ { name: "LoadSafetyFactor", kind: "single", dataType: "IfcPositiveRatioMeasure" },
97
+ { name: "Name", kind: "single", dataType: "IfcLabel" },
98
+ { name: "TotalAirflow", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
99
+ { name: "Ventilation", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
100
+ ],
101
+ },
102
+ {
103
+ name: "Pset_AirTerminalBoxPHistory",
104
+ applicableEntities: ["IfcAirTerminalBox"],
105
+ properties: [],
106
+ },
107
+ {
108
+ name: "Pset_AirTerminalBoxTypeCommon",
109
+ applicableEntities: ["IfcAirTerminalBox"],
110
+ properties: [
111
+ { name: "ArrangementType", kind: "enumeration", enumeration: ["SINGLEDUCT", "DUALDUCT", "OTHER", "NOTKNOWN", "UNSET"] },
112
+ { name: "ReheatType", kind: "enumeration", enumeration: ["ELECTRICALREHEAT", "WATERCOILREHEAT", "STEAMCOILREHEAT", "GASREHEAT", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
113
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
114
+ { name: "AirflowRateRange", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
115
+ { name: "AirPressureRange", kind: "single", dataType: "IfcPressureMeasure" },
116
+ { name: "HasFan", kind: "single", dataType: "IfcBoolean" },
117
+ { name: "HasReturnAir", kind: "single", dataType: "IfcBoolean" },
118
+ { name: "HasSoundAttenuator", kind: "single", dataType: "IfcBoolean" },
119
+ { name: "HousingThickness", kind: "single", dataType: "IfcLengthMeasure" },
120
+ { name: "NominalAirFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
121
+ { name: "NominalDamperDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
122
+ { name: "NominalInletAirPressure", kind: "single", dataType: "IfcPressureMeasure" },
123
+ { name: "OperationTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
124
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
125
+ { name: "ReturnAirFractionRange", kind: "single", dataType: "IfcPositiveRatioMeasure" },
126
+ ],
127
+ },
128
+ {
129
+ name: "Pset_AirTerminalOccurrence",
130
+ applicableEntities: ["IfcAirTerminal"],
131
+ properties: [
132
+ { name: "AirflowType", kind: "enumeration", enumeration: ["SUPPLYAIR", "RETURNAIR", "EXHAUSTAIR", "OTHER", "NOTKNOWN", "UNSET"] },
133
+ { name: "Location", kind: "enumeration", enumeration: ["SIDEWALLHIGH", "SIDEWALLLOW", "CEILINGPERIMETER", "CEILINGINTERIOR", "FLOOR", "SILL", "OTHER", "NOTKNOWN", "UNSET"] },
134
+ { name: "AirFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
135
+ ],
136
+ },
137
+ {
138
+ name: "Pset_AirTerminalPHistory",
139
+ applicableEntities: ["IfcAirTerminal"],
140
+ properties: [],
141
+ },
142
+ {
143
+ name: "Pset_AirTerminalTypeCommon",
144
+ applicableEntities: ["IfcAirTerminal"],
145
+ properties: [
146
+ { name: "CoreType", kind: "enumeration", enumeration: ["SHUTTERBLADE", "CURVEDBLADE", "REMOVABLE", "REVERSIBLE", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
147
+ { name: "DischargeDirection", kind: "enumeration", enumeration: ["PARALLEL", "PERPENDICULAR", "ADJUSTABLE", "OTHER", "NOTKNOWN", "UNSET"] },
148
+ { name: "FaceType", kind: "enumeration", enumeration: ["FOURWAYPATTERN", "SINGLEDEFLECTION", "DOUBLEDEFLECTION", "SIGHTPROOF", "EGGCRATE", "PERFORATED", "LOUVERED", "OTHER", "NOTKNOWN", "UNSET"] },
149
+ { name: "FinishType", kind: "enumeration", enumeration: ["ANNODIZED", "PAINTED", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
150
+ { name: "FlowControlType", kind: "enumeration", enumeration: ["DAMPER", "BELLOWS", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
151
+ { name: "FlowPattern", kind: "enumeration", enumeration: ["LINEARSINGLE", "LINEARDOUBLE", "LINEARFOURWAY", "RADIAL", "SWIRL", "DISPLACMENT", "COMPACTJET", "OTHER", "NOTKNOWN", "UNSET"] },
152
+ { name: "MountingType", kind: "enumeration", enumeration: ["SURFACE", "FLATFLUSH", "LAYIN", "OTHER", "NOTKNOWN", "UNSET"] },
153
+ { name: "Shape", kind: "enumeration", enumeration: ["ROUND", "RECTANGULAR", "SQUARE", "SLOT", "OTHER", "NOTKNOWN", "UNSET"] },
154
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
155
+ { name: "AirDiffusionPerformanceIndex", kind: "single", dataType: "IfcReal" },
156
+ { name: "AirFlowrateRange", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
157
+ { name: "CoreSetHorizontal", kind: "single", dataType: "IfcPlaneAngleMeasure" },
158
+ { name: "CoreSetVertical", kind: "single", dataType: "IfcPlaneAngleMeasure" },
159
+ { name: "EffectiveArea", kind: "single", dataType: "IfcAreaMeasure" },
160
+ { name: "FinishColor", kind: "single", dataType: "IfcLabel" },
161
+ { name: "HasIntegralControl", kind: "single", dataType: "IfcBoolean" },
162
+ { name: "HasSoundAttenuator", kind: "single", dataType: "IfcBoolean" },
163
+ { name: "HasThermalInsulation", kind: "single", dataType: "IfcBoolean" },
164
+ { name: "NeckArea", kind: "single", dataType: "IfcAreaMeasure" },
165
+ { name: "NumberOfSlots", kind: "single", dataType: "IfcInteger" },
166
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
167
+ { name: "SlotLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
168
+ { name: "SlotWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
169
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
170
+ { name: "ThrowLength", kind: "single", dataType: "IfcLengthMeasure" },
171
+ ],
172
+ },
173
+ {
174
+ name: "Pset_AirToAirHeatRecoveryPHistory",
175
+ applicableEntities: ["IfcAirToAirHeatRecovery"],
176
+ properties: [],
177
+ },
178
+ {
179
+ name: "Pset_AirToAirHeatRecoveryTypeCommon",
180
+ applicableEntities: ["IfcAirToAirHeatRecovery"],
181
+ properties: [
182
+ { name: "HeatTransferTypeEnum", kind: "enumeration", enumeration: ["SENSIBLE", "LATENT", "OTHER", "NOTKNOWN", "UNSET"] },
183
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
184
+ { name: "HasDefrost", kind: "single", dataType: "IfcBoolean" },
185
+ { name: "OperationalTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
186
+ { name: "PrimaryAirflowRateRange", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
187
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
188
+ { name: "SecondaryAirflowRateRange", kind: "single", dataType: "IfcPressureMeasure" },
189
+ ],
190
+ },
191
+ {
192
+ name: "Pset_AlarmPHistory",
193
+ applicableEntities: ["IfcAlarm"],
194
+ properties: [],
195
+ },
196
+ {
197
+ name: "Pset_AlarmTypeCommon",
198
+ applicableEntities: ["IfcAlarm"],
199
+ properties: [
200
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
201
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
202
+ ],
203
+ },
204
+ {
205
+ name: "Pset_AnnotationContourLine",
206
+ applicableEntities: ["IfcAnnotation"],
207
+ properties: [
208
+ { name: "ContourValue", kind: "single", dataType: "IfcLengthMeasure" },
209
+ ],
210
+ },
211
+ {
212
+ name: "Pset_AnnotationLineOfSight",
213
+ applicableEntities: ["IfcAnnotation"],
214
+ properties: [
215
+ { name: "RoadVisibleDistanceLeft", kind: "single", dataType: "IfcPositiveLengthMeasure" },
216
+ { name: "RoadVisibleDistanceRight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
217
+ { name: "SetbackDistance", kind: "single", dataType: "IfcPositiveLengthMeasure" },
218
+ { name: "VisibleAngleLeft", kind: "single", dataType: "IfcPositivePlaneAngleMeasure" },
219
+ { name: "VisibleAngleRight", kind: "single", dataType: "IfcPositivePlaneAngleMeasure" },
220
+ ],
221
+ },
222
+ {
223
+ name: "Pset_AnnotationSurveyArea",
224
+ applicableEntities: ["IfcAnnotation"],
225
+ properties: [
226
+ { name: "AcquisitionMethod", kind: "enumeration", enumeration: ["GPS", "LASERSCAN_AIRBORNE", "LASERSCAN_GROUND", "SONAR", "THEODOLITE", "USERDEFINED", "NOTKNOWN", "UNSET"] },
227
+ { name: "AccuracyQualityExpected", kind: "single", dataType: "IfcRatioMeasure" },
228
+ { name: "AccuracyQualityObtained", kind: "single", dataType: "IfcRatioMeasure" },
229
+ ],
230
+ },
231
+ {
232
+ name: "Pset_Asset",
233
+ applicableEntities: ["IfcAsset"],
234
+ properties: [
235
+ { name: "AssetAccountingType", kind: "enumeration", enumeration: ["FIXED", "NONFIXED", "OTHER", "NOTKNOWN", "UNSET"] },
236
+ { name: "AssetInsuranceType", kind: "enumeration", enumeration: ["PERSONAL", "REAL", "OTHER", "NOTKNOWN", "UNSET"] },
237
+ { name: "AssetTaxType", kind: "enumeration", enumeration: ["CAPITALISED", "EXPENSED", "OTHER", "NOTKNOWN", "UNSET"] },
238
+ ],
239
+ },
240
+ {
241
+ name: "Pset_AudioVisualAppliancePHistory",
242
+ applicableEntities: ["IfcAudioVisualAppliance"],
243
+ properties: [],
244
+ },
245
+ {
246
+ name: "Pset_AudioVisualApplianceTypeAmplifier",
247
+ applicableEntities: ["IfcAudioVisualAppliance"],
248
+ properties: [
249
+ { name: "AmplifierType", kind: "enumeration", enumeration: ["FIXED", "VARIABLE", "OTHER", "NOTKNOWN", "UNSET."] },
250
+ ],
251
+ },
252
+ {
253
+ name: "Pset_AudioVisualApplianceTypeCamera",
254
+ applicableEntities: ["IfcAudioVisualAppliance"],
255
+ properties: [
256
+ { name: "CameraType", kind: "enumeration", enumeration: ["PHOTO", "VIDEO", "AUDIOVIDEO", "OTHER", "NOTKNOWN", "UNSET."] },
257
+ { name: "IsOutdoors", kind: "single", dataType: "IfcBoolean" },
258
+ { name: "PanHorizontal", kind: "single", dataType: "IfcLengthMeasure" },
259
+ { name: "PanVertical", kind: "single", dataType: "IfcLengthMeasure" },
260
+ { name: "TiltHorizontal", kind: "single", dataType: "IfcPlaneAngleMeasure" },
261
+ { name: "TiltVertical", kind: "single", dataType: "IfcPlaneAngleMeasure" },
262
+ { name: "VideoResolutionHeight", kind: "single", dataType: "IfcInteger" },
263
+ { name: "VideoResolutionWidth", kind: "single", dataType: "IfcInteger" },
264
+ { name: "Zoom", kind: "single", dataType: "IfcPositiveLengthMeasure" },
265
+ ],
266
+ },
267
+ {
268
+ name: "Pset_AudioVisualApplianceTypeCommon",
269
+ applicableEntities: ["IfcAudioVisualAppliance"],
270
+ properties: [
271
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
272
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
273
+ ],
274
+ },
275
+ {
276
+ name: "Pset_AudioVisualApplianceTypeDisplay",
277
+ applicableEntities: ["IfcAudioVisualAppliance"],
278
+ properties: [
279
+ { name: "DisplayType", kind: "enumeration", enumeration: ["CRT", "DLP", "LCD", "LED", "PLASMA", "OTHER", "NOTKNOWN", "UNSET."] },
280
+ { name: "TouchScreen", kind: "enumeration", enumeration: ["SINGLETOUCH", "MULTITOUCH", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
281
+ { name: "Brightness", kind: "single", dataType: "IfcIlluminanceMeasure" },
282
+ { name: "ContrastRatio", kind: "single", dataType: "IfcPositiveRatioMeasure" },
283
+ { name: "DisplayHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
284
+ { name: "DisplayWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
285
+ { name: "NominalSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
286
+ { name: "RefreshRate", kind: "single", dataType: "IfcFrequencyMeasure" },
287
+ { name: "VideoResolutionHeight", kind: "single", dataType: "IfcInteger" },
288
+ { name: "VideoResolutionWidth", kind: "single", dataType: "IfcInteger" },
289
+ ],
290
+ },
291
+ {
292
+ name: "Pset_AudioVisualApplianceTypePlayer",
293
+ applicableEntities: ["IfcAudioVisualAppliance"],
294
+ properties: [
295
+ { name: "PlayerType", kind: "enumeration", enumeration: ["AUDIO", "VIDEO", "OTHER", "NOTKNOWN", "UNSET."] },
296
+ { name: "PlayerMediaEject", kind: "single", dataType: "IfcBoolean" },
297
+ ],
298
+ },
299
+ {
300
+ name: "Pset_AudioVisualApplianceTypeProjector",
301
+ applicableEntities: ["IfcAudioVisualAppliance"],
302
+ properties: [
303
+ { name: "ProjectorType", kind: "enumeration", enumeration: ["OTHER", "NOTKNOWN", "UNSET."] },
304
+ { name: "VideoResolutionHeight", kind: "single", dataType: "IfcInteger" },
305
+ { name: "VideoResolutionWidth", kind: "single", dataType: "IfcInteger" },
306
+ ],
307
+ },
308
+ {
309
+ name: "Pset_AudioVisualApplianceTypeReceiver",
310
+ applicableEntities: ["IfcAudioVisualAppliance"],
311
+ properties: [
312
+ { name: "ReceiverType", kind: "enumeration", enumeration: ["AUDIO", "AUDIOVIDEO", "OTHER", "NOTKNOWN", "UNSET."] },
313
+ ],
314
+ },
315
+ {
316
+ name: "Pset_AudioVisualApplianceTypeSpeaker",
317
+ applicableEntities: ["IfcAudioVisualAppliance"],
318
+ properties: [
319
+ { name: "SpeakerMounting", kind: "enumeration", enumeration: ["FREESTANDING", "CEILING", "WALL", "OUTDOOR", "OTHER", "NOTKNOWN", "UNSET."] },
320
+ { name: "SpeakerType", kind: "enumeration", enumeration: ["FULLRANGE", "MIDRANGE", "WOOFER", "TWEETER", "COAXIAL", "OTHER", "NOTKNOWN", "UNSET."] },
321
+ { name: "Impedence", kind: "single", dataType: "IfcFrequencyMeasure" },
322
+ ],
323
+ },
324
+ {
325
+ name: "Pset_AudioVisualApplianceTypeTuner",
326
+ applicableEntities: ["IfcAudioVisualAppliance"],
327
+ properties: [
328
+ { name: "TunerType", kind: "enumeration", enumeration: ["AUDIO", "VIDEO", "OTHER", "NOTKNOWN", "UNSET."] },
329
+ { name: "TunerFrequency", kind: "single", dataType: "IfcFrequencyMeasure" },
330
+ ],
331
+ },
332
+ {
333
+ name: "Pset_BeamCommon",
334
+ applicableEntities: ["IfcBeam"],
335
+ properties: [
336
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
337
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
338
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
339
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
340
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
341
+ { name: "Roll", kind: "single", dataType: "IfcPlaneAngleMeasure" },
342
+ { name: "Slope", kind: "single", dataType: "IfcPlaneAngleMeasure" },
343
+ { name: "Span", kind: "single", dataType: "IfcPositiveLengthMeasure" },
344
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
345
+ ],
346
+ },
347
+ {
348
+ name: "Pset_BoilerPHistory",
349
+ applicableEntities: ["IfcBoiler"],
350
+ properties: [],
351
+ },
352
+ {
353
+ name: "Pset_BoilerTypeCommon",
354
+ applicableEntities: ["IfcBoiler"],
355
+ properties: [
356
+ { name: "EnergySource", kind: "enumeration", enumeration: ["COAL", "COAL_PULVERIZED", "ELECTRICITY", "GAS", "OIL", "PROPANE", "WOOD", "WOOD_CHIP", "WOOD_PELLET", "WOOD_PULVERIZED", "OTHER", "NOTKNOWN", "UNSET"] },
357
+ { name: "OperatingMode", kind: "enumeration", enumeration: ["FIXED", "TWOSTEP", "MODULATING", "OTHER", "NOTKNOWN", "UNSET"] },
358
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
359
+ { name: "HeatTransferSurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
360
+ { name: "IsWaterStorageHeater", kind: "single", dataType: "IfcBoolean" },
361
+ { name: "NominalEnergyConsumption", kind: "single", dataType: "IfcPowerMeasure" },
362
+ { name: "NominalPartLoadRatio", kind: "single", dataType: "IfcReal" },
363
+ { name: "OutletTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
364
+ { name: "PressureRating", kind: "single", dataType: "IfcPressureMeasure" },
365
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
366
+ { name: "WaterInletTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
367
+ { name: "WaterStorageCapacity", kind: "single", dataType: "IfcVolumeMeasure" },
368
+ ],
369
+ },
370
+ {
371
+ name: "Pset_BoilerTypeSteam",
372
+ applicableEntities: ["IfcBoiler"],
373
+ properties: [
374
+ { name: "MaximumOutletPressure", kind: "single", dataType: "IfcLabel" },
375
+ ],
376
+ },
377
+ {
378
+ name: "Pset_BoilerTypeWater",
379
+ applicableEntities: ["IfcBoiler"],
380
+ properties: [],
381
+ },
382
+ {
383
+ name: "Pset_BuildingCommon",
384
+ applicableEntities: ["IfcBuilding"],
385
+ properties: [
386
+ { name: "BuildingID", kind: "single", dataType: "IfcIdentifier" },
387
+ { name: "ConstructionMethod", kind: "single", dataType: "IfcLabel" },
388
+ { name: "FireProtectionClass", kind: "single", dataType: "IfcLabel" },
389
+ { name: "GrossPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
390
+ { name: "IsLandmarked", kind: "single", dataType: "IfcLogical" },
391
+ { name: "IsPermanentID", kind: "single", dataType: "IfcBoolean" },
392
+ { name: "NetPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
393
+ { name: "NumberOfStoreys", kind: "single", dataType: "IfcInteger" },
394
+ { name: "OccupancyType", kind: "single", dataType: "IfcLabel" },
395
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
396
+ { name: "SprinklerProtection", kind: "single", dataType: "IfcBoolean" },
397
+ { name: "SprinklerProtectionAutomatic", kind: "single", dataType: "IfcBoolean" },
398
+ { name: "YearOfConstruction", kind: "single", dataType: "IfcLabel" },
399
+ { name: "YearOfLastRefurbishment", kind: "single", dataType: "IfcLabel" },
400
+ ],
401
+ },
402
+ {
403
+ name: "Pset_BuildingElementProxyCommon",
404
+ applicableEntities: ["IfcBuildingElementProxy"],
405
+ properties: [
406
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
407
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
408
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
409
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
410
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
411
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
412
+ ],
413
+ },
414
+ {
415
+ name: "Pset_BuildingElementProxyProvisionForVoid",
416
+ applicableEntities: ["IfcBuildingElementProxy"],
417
+ properties: [
418
+ { name: "Depth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
419
+ { name: "Diameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
420
+ { name: "Height", kind: "single", dataType: "IfcPositiveLengthMeasure" },
421
+ { name: "Shape", kind: "single", dataType: "IfcLabel" },
422
+ { name: "System", kind: "single", dataType: "IfcLabel" },
423
+ { name: "Width", kind: "single", dataType: "IfcPositiveLengthMeasure" },
424
+ ],
425
+ },
426
+ {
427
+ name: "Pset_BuildingStoreyCommon",
428
+ applicableEntities: ["IfcBuildingStorey"],
429
+ properties: [
430
+ { name: "AboveGround", kind: "single", dataType: "IfcLogical" },
431
+ { name: "EntranceLevel", kind: "single", dataType: "IfcBoolean" },
432
+ { name: "GrossPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
433
+ { name: "LoadBearingCapacity", kind: "single", dataType: "IfcPlanarForceMeasure" },
434
+ { name: "NetPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
435
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
436
+ { name: "SprinklerProtection", kind: "single", dataType: "IfcBoolean" },
437
+ { name: "SprinklerProtectionAutomatic", kind: "single", dataType: "IfcBoolean" },
438
+ ],
439
+ },
440
+ {
441
+ name: "Pset_BuildingSystemCommon",
442
+ applicableEntities: ["IfcBuildingSystem"],
443
+ properties: [
444
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
445
+ ],
446
+ },
447
+ {
448
+ name: "Pset_BuildingUse",
449
+ applicableEntities: ["IfcBuilding"],
450
+ properties: [
451
+ { name: "MarketCategory", kind: "single", dataType: "IfcLabel" },
452
+ { name: "MarketSubCategoriesAvailableFuture", kind: "single", dataType: "IfcLabel" },
453
+ { name: "MarketSubCategoriesAvailableNow", kind: "single", dataType: "IfcLabel" },
454
+ { name: "MarketSubCategory", kind: "single", dataType: "IfcLabel" },
455
+ { name: "NarrativeText", kind: "single", dataType: "IfcText" },
456
+ { name: "PlanningControlStatus", kind: "single", dataType: "IfcLabel" },
457
+ { name: "RentalRatesInCategoryFuture", kind: "single", dataType: "IfcMonetaryMeasure" },
458
+ { name: "RentalRatesInCategoryNow", kind: "single", dataType: "IfcMonetaryMeasure" },
459
+ { name: "TenureModesAvailableFuture", kind: "single", dataType: "IfcLabel" },
460
+ { name: "TenureModesAvailableNow", kind: "single", dataType: "IfcLabel" },
461
+ { name: "VacancyRateInCategoryFuture", kind: "single", dataType: "IfcPositiveRatioMeasure" },
462
+ { name: "VacancyRateInCategoryNow", kind: "single", dataType: "IfcPositiveRatioMeasure" },
463
+ ],
464
+ },
465
+ {
466
+ name: "Pset_BuildingUseAdjacent",
467
+ applicableEntities: ["IfcBuilding"],
468
+ properties: [
469
+ { name: "MarketCategory", kind: "single", dataType: "IfcLabel" },
470
+ { name: "MarketSubCategory", kind: "single", dataType: "IfcLabel" },
471
+ { name: "NarrativeText", kind: "single", dataType: "IfcText" },
472
+ { name: "PlanningControlStatus", kind: "single", dataType: "IfcLabel" },
473
+ ],
474
+ },
475
+ {
476
+ name: "Pset_BurnerTypeCommon",
477
+ applicableEntities: ["IfcBurner"],
478
+ properties: [
479
+ { name: "EnergySource", kind: "enumeration", enumeration: ["COAL", "COAL_PULVERIZED", "ELECTRICITY", "GAS", "OIL", "PROPANE", "WOOD", "WOOD_CHIP", "WOOD_PELLET", "WOOD_PULVERIZED", "OTHER", "NOTKNOWN", "UNSET"] },
480
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
481
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
482
+ ],
483
+ },
484
+ {
485
+ name: "Pset_CableCarrierFittingTypeCommon",
486
+ applicableEntities: ["IfcCableCarrierFitting"],
487
+ properties: [
488
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
489
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
490
+ ],
491
+ },
492
+ {
493
+ name: "Pset_CableCarrierSegmentTypeCableLadderSegment",
494
+ applicableEntities: ["IfcCableCarrierSegment"],
495
+ properties: [
496
+ { name: "LadderConfiguration", kind: "single", dataType: "IfcText" },
497
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
498
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
499
+ ],
500
+ },
501
+ {
502
+ name: "Pset_CableCarrierSegmentTypeCableTraySegment",
503
+ applicableEntities: ["IfcCableCarrierSegment"],
504
+ properties: [
505
+ { name: "HasCover", kind: "single", dataType: "IfcBoolean" },
506
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
507
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
508
+ ],
509
+ },
510
+ {
511
+ name: "Pset_CableCarrierSegmentTypeCableTrunkingSegment",
512
+ applicableEntities: ["IfcCableCarrierSegment"],
513
+ properties: [
514
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
515
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
516
+ { name: "NumberOfCompartments", kind: "single", dataType: "IfcInteger" },
517
+ ],
518
+ },
519
+ {
520
+ name: "Pset_CableCarrierSegmentTypeCommon",
521
+ applicableEntities: ["IfcCableCarrierSegment"],
522
+ properties: [
523
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
524
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
525
+ ],
526
+ },
527
+ {
528
+ name: "Pset_CableCarrierSegmentTypeConduitSegment",
529
+ applicableEntities: ["IfcCableCarrierSegment"],
530
+ properties: [
531
+ { name: "ConduitShapeType", kind: "enumeration", enumeration: ["CIRCULAR", "OVAL", "OTHER", "NOTKNOWN", "UNSET"] },
532
+ { name: "IsRigid", kind: "single", dataType: "IfcBoolean" },
533
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
534
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
535
+ ],
536
+ },
537
+ {
538
+ name: "Pset_CableFittingTypeCommon",
539
+ applicableEntities: ["IfcCableFitting"],
540
+ properties: [
541
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
542
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
543
+ ],
544
+ },
545
+ {
546
+ name: "Pset_CableSegmentOccurrence",
547
+ applicableEntities: ["IfcCableSegment"],
548
+ properties: [
549
+ { name: "InstallationMethodFlagEnum", kind: "enumeration", enumeration: ["INDUCT", "INSOIL", "ONWALL", "BELOWCEILING", "OTHER", "NOTKNOWN", "UNSET"] },
550
+ { name: "MountingMethod", kind: "enumeration", enumeration: ["PERFORATEDTRAY", "LADDER", "OTHER", "NOTKNOWN", "UNSET"] },
551
+ { name: "CarrierStackNumber", kind: "single", dataType: "IfcInteger" },
552
+ { name: "CurrentCarryingCapasity", kind: "single", dataType: "IfcElectricCurrentMeasure" },
553
+ { name: "DesignAmbientTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
554
+ { name: "DistanceBetweenParallelCircuits", kind: "single", dataType: "IfcLengthMeasure" },
555
+ { name: "InstallationMethod", kind: "single", dataType: "IfcLabel" },
556
+ { name: "IsHorizontalCable", kind: "single", dataType: "IfcBoolean" },
557
+ { name: "IsMountedFlatCable", kind: "single", dataType: "IfcBoolean" },
558
+ { name: "MaximumCableLength", kind: "single", dataType: "IfcLengthMeasure" },
559
+ { name: "NumberOfParallelCircuits", kind: "single", dataType: "IfcInteger" },
560
+ { name: "PowerLoss", kind: "single", dataType: "IfcElectricCurrentMeasure" },
561
+ { name: "SoilConductivity", kind: "single", dataType: "IfcThermalConductivityMeasure" },
562
+ { name: "UserCorrectionFactor", kind: "single", dataType: "IfcReal" },
563
+ ],
564
+ },
565
+ {
566
+ name: "Pset_CableSegmentTypeBusBarSegment",
567
+ applicableEntities: ["IfcCableSegment"],
568
+ properties: [
569
+ { name: "IsHorizontalBusbar", kind: "single", dataType: "IfcBoolean" },
570
+ ],
571
+ },
572
+ {
573
+ name: "Pset_CableSegmentTypeCableSegment",
574
+ applicableEntities: ["IfcCableSegment"],
575
+ properties: [
576
+ { name: "FunctionReliable", kind: "single", dataType: "IfcBoolean" },
577
+ { name: "HalogenProof", kind: "single", dataType: "IfcBoolean" },
578
+ { name: "HasProtectiveEarth", kind: "single", dataType: "IfcBoolean" },
579
+ { name: "MaximumOperatingTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
580
+ { name: "MaximumShortCircuitTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
581
+ { name: "NumberOfCores", kind: "single", dataType: "IfcInteger" },
582
+ { name: "OverallDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
583
+ { name: "RatedTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
584
+ { name: "RatedVoltage", kind: "single", dataType: "IfcElectricVoltageMeasure" },
585
+ { name: "ScreenDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
586
+ { name: "SelfExtinguishing60332_1", kind: "single", dataType: "IfcBoolean" },
587
+ { name: "SelfExtinguishing60332_3", kind: "single", dataType: "IfcBoolean" },
588
+ { name: "SpecialConstruction", kind: "single", dataType: "IfcLabel" },
589
+ { name: "Standard", kind: "single", dataType: "IfcLabel" },
590
+ { name: "Weight", kind: "single", dataType: "IfcMassMeasure" },
591
+ ],
592
+ },
593
+ {
594
+ name: "Pset_CableSegmentTypeCommon",
595
+ applicableEntities: ["IfcCableSegment"],
596
+ properties: [
597
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
598
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
599
+ ],
600
+ },
601
+ {
602
+ name: "Pset_CableSegmentTypeConductorSegment",
603
+ applicableEntities: ["IfcCableSegment"],
604
+ properties: [
605
+ { name: "Construction", kind: "enumeration", enumeration: ["SOLIDCONDUCTOR", "STRANDEDCONDUCTOR", "FLEXIBLESTRANDEDCONDUCTOR", "OTHER", "NOTKNOWN", "UNSET"] },
606
+ { name: "Function", kind: "enumeration", enumeration: ["LINE", "NEUTRAL", "PROTECTIVEEARTH", "PROTECTIVEEARTHNEUTRAL", "OTHER", "NOTKNOWN", "UNSET"] },
607
+ { name: "Material", kind: "enumeration", enumeration: ["ALUMINIUM", "COPPER", "OTHER", "NOTKNOWN", "UNSET"] },
608
+ { name: "Shape", kind: "enumeration", enumeration: ["HELICALCONDUCTOR", "CIRCULARCONDUCTOR", "SECTORCONDUCTOR", "RECTANGULARCONDUCTOR", "OTHER", "NOTKNOWN", "UNSET"] },
609
+ { name: "CrossSectionalArea", kind: "single", dataType: "IfcAreaMeasure" },
610
+ ],
611
+ },
612
+ {
613
+ name: "Pset_CableSegmentTypeCoreSegment",
614
+ applicableEntities: ["IfcCableSegment"],
615
+ properties: [
616
+ { name: "SheathColors", kind: "enumeration", enumeration: ["BLACK", "BLUE", "BROWN", "GOLD", "GREEN", "GREY", "ORANGE", "PINK", "RED", "SILVER", "TURQUOISE", "VIOLET", "WHITE", "YELLOW", "GREENANDYELLOW", "OTHER", "NOTKNOWN", "UNSET"] },
617
+ { name: "CoreIdentifier", kind: "single", dataType: "IfcIdentifier" },
618
+ { name: "FunctionReliable", kind: "single", dataType: "IfcBoolean" },
619
+ { name: "HalogenProof", kind: "single", dataType: "IfcBoolean" },
620
+ { name: "OverallDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
621
+ { name: "RatedTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
622
+ { name: "RatedVoltage", kind: "single", dataType: "IfcElectricVoltageMeasure" },
623
+ { name: "ScreenDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
624
+ { name: "SelfExtinguishing60332_1", kind: "single", dataType: "IfcBoolean" },
625
+ { name: "SelfExtinguishing60332_3", kind: "single", dataType: "IfcBoolean" },
626
+ { name: "Standard", kind: "single", dataType: "IfcLabel" },
627
+ { name: "Weight", kind: "single", dataType: "IfcMassMeasure" },
628
+ ],
629
+ },
630
+ {
631
+ name: "Pset_ChillerPHistory",
632
+ applicableEntities: ["IfcChiller"],
633
+ properties: [],
634
+ },
635
+ {
636
+ name: "Pset_ChillerTypeCommon",
637
+ applicableEntities: ["IfcChiller"],
638
+ properties: [
639
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
640
+ { name: "NominalCapacity", kind: "single", dataType: "IfcPowerMeasure" },
641
+ { name: "NominalCondensingTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
642
+ { name: "NominalEfficiency", kind: "single", dataType: "IfcPositiveRatioMeasure" },
643
+ { name: "NominalEvaporatingTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
644
+ { name: "NominalHeatRejectionRate", kind: "single", dataType: "IfcPowerMeasure" },
645
+ { name: "NominalPowerConsumption", kind: "single", dataType: "IfcPowerMeasure" },
646
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
647
+ ],
648
+ },
649
+ {
650
+ name: "Pset_ChimneyCommon",
651
+ applicableEntities: ["IfcChimney"],
652
+ properties: [
653
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
654
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
655
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
656
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
657
+ { name: "NumberOfDrafts", kind: "single", dataType: "IfcCountMeasure" },
658
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
659
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
660
+ ],
661
+ },
662
+ {
663
+ name: "Pset_CoilOccurrence",
664
+ applicableEntities: ["IfcCoil"],
665
+ properties: [
666
+ { name: "HasSoundAttenuation", kind: "single", dataType: "IfcBoolean" },
667
+ ],
668
+ },
669
+ {
670
+ name: "Pset_CoilPHistory",
671
+ applicableEntities: ["IfcCoil"],
672
+ properties: [],
673
+ },
674
+ {
675
+ name: "Pset_CoilTypeCommon",
676
+ applicableEntities: ["IfcCoil"],
677
+ properties: [
678
+ { name: "PlacementType", kind: "enumeration", enumeration: ["FLOOR", "CEILING", "UNIT", "OTHER", "NOTKNOWN", "UNSET"] },
679
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
680
+ { name: "AirflowRateRange", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
681
+ { name: "NominalLatentCapacity", kind: "single", dataType: "IfcPowerMeasure" },
682
+ { name: "NominalSensibleCapacity", kind: "single", dataType: "IfcPowerMeasure" },
683
+ { name: "NominalUA", kind: "single", dataType: "IfcReal" },
684
+ { name: "OperationalTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
685
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
686
+ ],
687
+ },
688
+ {
689
+ name: "Pset_CoilTypeHydronic",
690
+ applicableEntities: ["IfcCoil"],
691
+ properties: [
692
+ { name: "CoilConnectionDirection", kind: "enumeration", enumeration: ["LEFT", "RIGHT", "OTHER", "NOTKNOWN", "UNSET"] },
693
+ { name: "CoilCoolant", kind: "enumeration", enumeration: ["WATER", "BRINE", "GLYCOL", "OTHER", "NOTKNOWN", "UNSET"] },
694
+ { name: "CoilFluidArrangement", kind: "enumeration", enumeration: ["CROSSFLOW", "CROSSCOUNTERFLOW", "CROSSPARALLELFLOW", "OTHER", "NOTKNOWN", "UNSET"] },
695
+ { name: "BypassFactor", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
696
+ { name: "CoilFaceArea", kind: "single", dataType: "IfcAreaMeasure" },
697
+ { name: "FluidPressureRange", kind: "single", dataType: "IfcPressureMeasure" },
698
+ { name: "HeatExchangeSurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
699
+ { name: "PrimarySurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
700
+ { name: "SecondarySurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
701
+ { name: "SensibleHeatRatio", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
702
+ { name: "WetCoilFraction", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
703
+ ],
704
+ },
705
+ {
706
+ name: "Pset_ColumnCommon",
707
+ applicableEntities: ["IfcColumn"],
708
+ properties: [
709
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
710
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
711
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
712
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
713
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
714
+ { name: "Roll", kind: "single", dataType: "IfcPlaneAngleMeasure" },
715
+ { name: "Slope", kind: "single", dataType: "IfcPlaneAngleMeasure" },
716
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
717
+ ],
718
+ },
719
+ {
720
+ name: "Pset_CommunicationsAppliancePHistory",
721
+ applicableEntities: ["IfcCommunicationsAppliance"],
722
+ properties: [],
723
+ },
724
+ {
725
+ name: "Pset_CommunicationsApplianceTypeCommon",
726
+ applicableEntities: ["IfcCommunicationsAppliance"],
727
+ properties: [
728
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
729
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
730
+ ],
731
+ },
732
+ {
733
+ name: "Pset_CompressorPHistory",
734
+ applicableEntities: ["IfcCompressor"],
735
+ properties: [],
736
+ },
737
+ {
738
+ name: "Pset_CompressorTypeCommon",
739
+ applicableEntities: ["IfcCompressor"],
740
+ properties: [
741
+ { name: "PowerSource", kind: "enumeration", enumeration: ["MOTORDRIVEN", "ENGINEDRIVEN", "GASTURBINE", "OTHER", "NOTKNOWN", "UNSET"] },
742
+ { name: "RefrigerantClass", kind: "enumeration", enumeration: ["CFC", "HCFC", "HFC", "HYDROCARBONS", "AMMONIA", "CO2", "H2O", "OTHER", "NOTKNOWN", "UNSET"] },
743
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
744
+ { name: "CompressorSpeed", kind: "single", dataType: "IfcRotationalFrequencyMeasure" },
745
+ { name: "HasHotGasBypass", kind: "single", dataType: "IfcBoolean" },
746
+ { name: "IdealCapacity", kind: "single", dataType: "IfcPowerMeasure" },
747
+ { name: "IdealShaftPower", kind: "single", dataType: "IfcPowerMeasure" },
748
+ { name: "ImpellerDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
749
+ { name: "MaximumPartLoadRatio", kind: "single", dataType: "IfcPositiveRatioMeasure" },
750
+ { name: "MinimumPartLoadRatio", kind: "single", dataType: "IfcPositiveRatioMeasure" },
751
+ { name: "NominalCapacity", kind: "single", dataType: "IfcPowerMeasure" },
752
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
753
+ ],
754
+ },
755
+ {
756
+ name: "Pset_ConcreteElementGeneral",
757
+ applicableEntities: ["IfcBuildingElement"],
758
+ properties: [
759
+ { name: "ConcreteCover", kind: "single", dataType: "IfcPositiveLengthMeasure" },
760
+ { name: "ConcreteCoverAtLinks", kind: "single", dataType: "IfcPositiveLengthMeasure" },
761
+ { name: "ConcreteCoverAtMainBars", kind: "single", dataType: "IfcPositiveLengthMeasure" },
762
+ { name: "ConstructionMethod", kind: "single", dataType: "IfcLabel" },
763
+ { name: "ConstructionToleranceClass", kind: "single", dataType: "IfcLabel" },
764
+ { name: "DimensionalAccuracyClass", kind: "single", dataType: "IfcLabel" },
765
+ { name: "ExposureClass", kind: "single", dataType: "IfcLabel" },
766
+ { name: "ReinforcementAreaRatio", kind: "single", dataType: "IfcAreaDensityMeasure" },
767
+ { name: "ReinforcementStrengthClass", kind: "single", dataType: "IfcLabel" },
768
+ { name: "ReinforcementVolumeRatio", kind: "single", dataType: "IfcMassDensityMeasure" },
769
+ { name: "StrengthClass", kind: "single", dataType: "IfcLabel" },
770
+ { name: "StructuralClass", kind: "single", dataType: "IfcLabel" },
771
+ ],
772
+ },
773
+ {
774
+ name: "Pset_CondenserPHistory",
775
+ applicableEntities: ["IfcCondenser"],
776
+ properties: [],
777
+ },
778
+ {
779
+ name: "Pset_CondenserTypeCommon",
780
+ applicableEntities: ["IfcCondenser"],
781
+ properties: [
782
+ { name: "RefrigerantClass", kind: "enumeration", enumeration: ["CFC", "HCFC", "HFC", "HYDROCARBONS", "AMMONIA", "CO2", "H2O", "OTHER", "NOTKNOWN", "UNSET"] },
783
+ { name: "ExternalSurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
784
+ { name: "InternalRefrigerantVolume", kind: "single", dataType: "IfcVolumeMeasure" },
785
+ { name: "InternalSurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
786
+ { name: "InternalWaterVolume", kind: "single", dataType: "IfcVolumeMeasure" },
787
+ { name: "NominalHeatTransferArea", kind: "single", dataType: "IfcAreaMeasure" },
788
+ { name: "NominalHeatTransferCoefficient", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
789
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
790
+ ],
791
+ },
792
+ {
793
+ name: "Pset_Condition",
794
+ applicableEntities: ["IfcElement"],
795
+ properties: [
796
+ { name: "AssessmentCondition", kind: "single", dataType: "IfcLabel" },
797
+ { name: "AssessmentDate", kind: "single", dataType: "IfcDate" },
798
+ { name: "AssessmentDescription", kind: "single", dataType: "IfcText" },
799
+ ],
800
+ },
801
+ {
802
+ name: "Pset_ConstructionResource",
803
+ applicableEntities: ["IfcConstructionResource"],
804
+ properties: [],
805
+ },
806
+ {
807
+ name: "Pset_ControllerPHistory",
808
+ applicableEntities: ["IfcController"],
809
+ properties: [],
810
+ },
811
+ {
812
+ name: "Pset_ControllerTypeCommon",
813
+ applicableEntities: ["IfcController"],
814
+ properties: [
815
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
816
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
817
+ ],
818
+ },
819
+ {
820
+ name: "Pset_ControllerTypeFloating",
821
+ applicableEntities: ["IfcController"],
822
+ properties: [
823
+ { name: "ControlType", kind: "enumeration", enumeration: ["CONSTANT", "MODIFIER", "ABSOLUTE", "INVERSE", "HYSTERESIS", "RUNNINGAVERAGE", "DERIVATIVE", "INTEGRAL", "BINARY", "ACCUMULATOR", "PULSECONVERTER", "LOWERLIMITCONTROL", "UPPERLIMITCONTROL", "SUM", "SUBTRACT", "PRODUCT", "DIVIDE", "AVERAGE", "MAXIMUM", "MINIMUM", "REPORT", "SPLIT", "INPUT", "OUTPUT", "VARIABLE", "OTHER", "NOTKNOWN", "UNSET"] },
824
+ { name: "Range", kind: "single", dataType: "IfcReal" },
825
+ { name: "SignalFactor", kind: "single", dataType: "IfcReal" },
826
+ { name: "SignalOffset", kind: "single", dataType: "IfcReal" },
827
+ { name: "SignalTime", kind: "single", dataType: "IfcTimeMeasure" },
828
+ { name: "Value", kind: "single", dataType: "IfcReal" },
829
+ ],
830
+ },
831
+ {
832
+ name: "Pset_ControllerTypeMultiPosition",
833
+ applicableEntities: ["IfcController"],
834
+ properties: [
835
+ { name: "ControlType", kind: "enumeration", enumeration: ["INPUT", "OUTPUT", "VARIABLE", "OTHER", "NOTKNOWN", "UNSET"] },
836
+ { name: "Range", kind: "single", dataType: "IfcInteger" },
837
+ { name: "Value", kind: "single", dataType: "IfcInteger" },
838
+ ],
839
+ },
840
+ {
841
+ name: "Pset_ControllerTypeProgrammable",
842
+ applicableEntities: ["IfcController"],
843
+ properties: [
844
+ { name: "Application", kind: "enumeration", enumeration: ["ModemController", "TelephoneDirectory", "FanCoilUnitController", "RoofTopUnitController", "UnitVentilatorController", "SpaceConfortController", "VAV", "PumpController", "BoilerController", "DischargeAirController", "OccupancyController", "ConstantLightController", "SceneController", "PartitionWallController", "RealTimeKeeper", "RealTimeBasedScheduler", "LightingPanelController", "SunblindController", "OTHER", "NOTKNOWN", "UNSET"] },
845
+ { name: "ControlType", kind: "enumeration", enumeration: ["PRIMARY", "SECONDARY", "OTHER", "NOTKNOWN", "UNSET"] },
846
+ { name: "FirmwareVersion", kind: "single", dataType: "IfcLabel" },
847
+ { name: "SoftwareVersion", kind: "single", dataType: "IfcLabel" },
848
+ ],
849
+ },
850
+ {
851
+ name: "Pset_ControllerTypeProportional",
852
+ applicableEntities: ["IfcController"],
853
+ properties: [
854
+ { name: "ControlType", kind: "enumeration", enumeration: ["PROPORTIONAL", "PROPORTIONALINTEGRAL", "PROPORTIONALINTEGRALDERIVATIVE", "OTHER", "NOTKNOWN", "UNSET"] },
855
+ { name: "DerivativeConstant", kind: "single", dataType: "IfcReal" },
856
+ { name: "IntegralConstant", kind: "single", dataType: "IfcReal" },
857
+ { name: "ProportionalConstant", kind: "single", dataType: "IfcReal" },
858
+ { name: "Range", kind: "single", dataType: "IfcReal" },
859
+ { name: "SignalTimeDecrease", kind: "single", dataType: "IfcTimeMeasure" },
860
+ { name: "SignalTimeIncrease", kind: "single", dataType: "IfcTimeMeasure" },
861
+ { name: "Value", kind: "single", dataType: "IfcReal" },
862
+ ],
863
+ },
864
+ {
865
+ name: "Pset_ControllerTypeTwoPosition",
866
+ applicableEntities: ["IfcController"],
867
+ properties: [
868
+ { name: "ControlType", kind: "enumeration", enumeration: ["NOT", "AND", "OR", "XOR", "LOWERLIMITSWITCH", "UPPERLIMITSWITCH", "LOWERBANDSWITCH", "UPPERBANDSWITCH", "AVERAGE", "CALENDAR", "INPUT", "OUTPUT", "VARIABLE", "OTHER", "NOTKNOWN", "UNSET"] },
869
+ { name: "Polarity", kind: "single", dataType: "IfcBoolean" },
870
+ { name: "Value", kind: "single", dataType: "IfcBoolean" },
871
+ ],
872
+ },
873
+ {
874
+ name: "Pset_CooledBeamPHistory",
875
+ applicableEntities: ["IfcCooledBeam"],
876
+ properties: [],
877
+ },
878
+ {
879
+ name: "Pset_CooledBeamPHistoryActive",
880
+ applicableEntities: ["IfcCooledBeam"],
881
+ properties: [],
882
+ },
883
+ {
884
+ name: "Pset_CooledBeamTypeActive",
885
+ applicableEntities: ["IfcCooledBeam"],
886
+ properties: [
887
+ { name: "AirFlowConfiguration", kind: "enumeration", enumeration: ["BIDIRECTIONAL", "UNIDIRECTIONALRIGHT", "UNIDIRECTIONALLEFT", "OTHER", "NOTKNOWN", "UNSET"] },
888
+ { name: "SupplyAirConnectionType", kind: "enumeration", enumeration: ["STRAIGHT", "RIGHT", "LEFT", "TOP", "OTHER", "NOTKNOWN", "UNSET"] },
889
+ { name: "AirflowRateRange", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
890
+ { name: "ConnectionSize", kind: "single", dataType: "IfcLengthMeasure" },
891
+ ],
892
+ },
893
+ {
894
+ name: "Pset_CooledBeamTypeCommon",
895
+ applicableEntities: ["IfcCooledBeam"],
896
+ properties: [
897
+ { name: "IntegratedLightingType", kind: "enumeration", enumeration: ["NONE", "DIRECT", "INDIRECT", "DIRECTANDINDIRECT", "OTHER", "NOTKNOWN", "UNSET"] },
898
+ { name: "PipeConnectionEnum", kind: "enumeration", enumeration: ["STRAIGHT", "RIGHT", "LEFT", "TOP", "OTHER", "NOTKNOWN", "UNSET"] },
899
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
900
+ { name: "WaterFlowControlSystemType", kind: "enumeration", enumeration: ["NONE", "ONOFFVALVE", "2WAYVALVE", "3WAYVALVE", "OTHER", "NOTKNOWN", "UNSET"] },
901
+ { name: "CoilLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
902
+ { name: "CoilWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
903
+ { name: "FinishColor", kind: "single", dataType: "IfcLabel" },
904
+ { name: "IsFreeHanging", kind: "single", dataType: "IfcBoolean" },
905
+ { name: "NominalCoolingCapacity", kind: "single", dataType: "IfcPowerMeasure" },
906
+ { name: "NominalHeatingCapacity", kind: "single", dataType: "IfcPowerMeasure" },
907
+ { name: "NominalReturnWaterTemperatureCooling", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
908
+ { name: "NominalReturnWaterTemperatureHeating", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
909
+ { name: "NominalSupplyWaterTemperatureCooling", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
910
+ { name: "NominalSupplyWaterTemperatureHeating", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
911
+ { name: "NominalSurroundingHumidityCooling", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
912
+ { name: "NominalSurroundingTemperatureCooling", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
913
+ { name: "NominalSurroundingTemperatureHeating", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
914
+ { name: "NominalWaterFlowCooling", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
915
+ { name: "NominalWaterFlowHeating", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
916
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
917
+ { name: "WaterPressureRange", kind: "single", dataType: "IfcPressureMeasure" },
918
+ ],
919
+ },
920
+ {
921
+ name: "Pset_CoolingTowerPHistory",
922
+ applicableEntities: ["IfcCoolingTower"],
923
+ properties: [],
924
+ },
925
+ {
926
+ name: "Pset_CoolingTowerTypeCommon",
927
+ applicableEntities: ["IfcCoolingTower"],
928
+ properties: [
929
+ { name: "CapacityControl", kind: "enumeration", enumeration: ["FANCYCLING", "TWOSPEEDFAN", "VARIABLESPEEDFAN", "DAMPERSCONTROL", "BYPASSVALVECONTROL", "MULTIPLESERIESPUMPS", "TWOSPEEDPUMP", "VARIABLESPEEDPUMP", "OTHER", "NOTKNOWN", "UNSET"] },
930
+ { name: "CircuitType", kind: "enumeration", enumeration: ["OPENCIRCUIT", "CLOSEDCIRCUITWET", "CLOSEDCIRCUITDRY", "CLOSEDCIRCUITDRYWET", "OTHER", "NOTKNOWN", "UNSET"] },
931
+ { name: "ControlStrategy", kind: "enumeration", enumeration: ["FIXEDEXITINGWATERTEMP", "WETBULBTEMPRESET", "OTHER", "NOTKNOWN", "UNSET"] },
932
+ { name: "FlowArrangement", kind: "enumeration", enumeration: ["COUNTERFLOW", "CROSSFLOW", "PARALLELFLOW", "OTHER", "NOTKNOWN", "UNSET"] },
933
+ { name: "SprayType", kind: "enumeration", enumeration: ["SPRAYFILLED", "SPLASHTYPEFILL", "FILMTYPEFILL", "OTHER", "NOTKNOWN", "UNSET"] },
934
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
935
+ { name: "AmbientDesignDryBulbTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
936
+ { name: "AmbientDesignWetBulbTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
937
+ { name: "BasinReserveVolume", kind: "single", dataType: "IfcVolumeMeasure" },
938
+ { name: "LiftElevationDifference", kind: "single", dataType: "IfcPositiveLengthMeasure" },
939
+ { name: "NominalCapacity", kind: "single", dataType: "IfcPowerMeasure" },
940
+ { name: "NumberOfCells", kind: "single", dataType: "IfcInteger" },
941
+ { name: "OperationTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
942
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
943
+ { name: "WaterRequirement", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
944
+ ],
945
+ },
946
+ {
947
+ name: "Pset_CoveringCeiling",
948
+ applicableEntities: ["IfcCovering"],
949
+ properties: [
950
+ { name: "Permeability", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
951
+ { name: "TileLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
952
+ { name: "TileWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
953
+ ],
954
+ },
955
+ {
956
+ name: "Pset_CoveringCommon",
957
+ applicableEntities: ["IfcCovering"],
958
+ properties: [
959
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
960
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
961
+ { name: "Combustible", kind: "single", dataType: "IfcBoolean" },
962
+ { name: "Finish", kind: "single", dataType: "IfcText" },
963
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
964
+ { name: "FlammabilityRating", kind: "single", dataType: "IfcLabel" },
965
+ { name: "FragilityRating", kind: "single", dataType: "IfcLabel" },
966
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
967
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
968
+ { name: "SurfaceSpreadOfFlame", kind: "single", dataType: "IfcLabel" },
969
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
970
+ ],
971
+ },
972
+ {
973
+ name: "Pset_CoveringFlooring",
974
+ applicableEntities: ["IfcCovering"],
975
+ properties: [
976
+ { name: "HasAntiStaticSurface", kind: "single", dataType: "IfcBoolean" },
977
+ { name: "HasNonSkidSurface", kind: "single", dataType: "IfcBoolean" },
978
+ ],
979
+ },
980
+ {
981
+ name: "Pset_CurtainWallCommon",
982
+ applicableEntities: ["IfcCurtainWall"],
983
+ properties: [
984
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
985
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
986
+ { name: "Combustible", kind: "single", dataType: "IfcBoolean" },
987
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
988
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
989
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
990
+ { name: "SurfaceSpreadOfFlame", kind: "single", dataType: "IfcLabel" },
991
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
992
+ ],
993
+ },
994
+ {
995
+ name: "Pset_DamperOccurrence",
996
+ applicableEntities: ["IfcDamper"],
997
+ properties: [
998
+ { name: "SizingMethod", kind: "enumeration", enumeration: ["NOMINAL", "EXACT", "NOTKNOWN", "UNSET"] },
999
+ ],
1000
+ },
1001
+ {
1002
+ name: "Pset_DamperPHistory",
1003
+ applicableEntities: ["IfcDamper"],
1004
+ properties: [],
1005
+ },
1006
+ {
1007
+ name: "Pset_DamperTypeCommon",
1008
+ applicableEntities: ["IfcDamper"],
1009
+ properties: [
1010
+ { name: "BladeAction", kind: "enumeration", enumeration: ["FOLDINGCURTAIN", "PARALLEL", "OPPOSED", "SINGLE", "OTHER", "NOTKNOWN", "UNSET"] },
1011
+ { name: "BladeEdge", kind: "enumeration", enumeration: ["CRIMPED", "UNCRIMPED", "OTHER", "NOTKNOWN", "UNSET"] },
1012
+ { name: "BladeShape", kind: "enumeration", enumeration: ["FLAT", "FABRICATEDAIRFOIL", "EXTRUDEDAIRFOIL", "OTHER", "NOTKNOWN", "UNSET"] },
1013
+ { name: "Operation", kind: "enumeration", enumeration: ["AUTOMATIC", "MANUAL", "OTHER", "NOTKNOWN", "UNSET"] },
1014
+ { name: "Orientation", kind: "enumeration", enumeration: ["VERTICAL", "HORIZONTAL", "VERTICALORHORIZONTAL", "OTHER", "NOTKNOWN", "UNSET"] },
1015
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1016
+ { name: "BladeThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1017
+ { name: "CloseOffRating", kind: "single", dataType: "IfcPressureMeasure" },
1018
+ { name: "FaceArea", kind: "single", dataType: "IfcAreaMeasure" },
1019
+ { name: "FrameDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1020
+ { name: "FrameThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1021
+ { name: "FrameType", kind: "single", dataType: "IfcLabel" },
1022
+ { name: "LeakageFullyClosed", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1023
+ { name: "MaximumAirFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1024
+ { name: "MaximumWorkingPressure", kind: "single", dataType: "IfcPressureMeasure" },
1025
+ { name: "NominalAirFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1026
+ { name: "NumberofBlades", kind: "single", dataType: "IfcInteger" },
1027
+ { name: "OpenPressureDrop", kind: "single", dataType: "IfcPressureMeasure" },
1028
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1029
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1030
+ { name: "TemperatureRating", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1031
+ ],
1032
+ },
1033
+ {
1034
+ name: "Pset_DamperTypeControlDamper",
1035
+ applicableEntities: ["IfcDamper"],
1036
+ properties: [
1037
+ { name: "ControlDamperOperation", kind: "enumeration", enumeration: ["LINEAR", "EXPONENTIAL", "OTHER", "NOTKNOWN", "UNSET"] },
1038
+ { name: "TorqueRange", kind: "single", dataType: "IfcTorqueMeasure" },
1039
+ ],
1040
+ },
1041
+ {
1042
+ name: "Pset_DamperTypeFireDamper",
1043
+ applicableEntities: ["IfcDamper"],
1044
+ properties: [
1045
+ { name: "ActuationType", kind: "enumeration", enumeration: ["GRAVITY", "SPRING", "OTHER", "NOTKNOWN", "UNSET"] },
1046
+ { name: "ClosureRatingEnum", kind: "enumeration", enumeration: ["DYNAMIC", "STATIC", "OTHER", "NOTKNOWN", "UNSET"] },
1047
+ { name: "FireResistanceRating", kind: "single", dataType: "IfcLabel" },
1048
+ { name: "FusibleLinkTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1049
+ ],
1050
+ },
1051
+ {
1052
+ name: "Pset_DamperTypeFireSmokeDamper",
1053
+ applicableEntities: ["IfcDamper"],
1054
+ properties: [
1055
+ { name: "ActuationType", kind: "enumeration", enumeration: ["GRAVITY", "SPRING", "OTHER", "NOTKNOWN", "UNSET"] },
1056
+ { name: "ClosureRatingEnum", kind: "enumeration", enumeration: ["DYNAMIC", "STATIC", "OTHER", "NOTKNOWN", "UNSET"] },
1057
+ { name: "ControlType", kind: "single", dataType: "IfcLabel" },
1058
+ { name: "FireResistanceRating", kind: "single", dataType: "IfcLabel" },
1059
+ { name: "FusibleLinkTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1060
+ ],
1061
+ },
1062
+ {
1063
+ name: "Pset_DamperTypeSmokeDamper",
1064
+ applicableEntities: ["IfcDamper"],
1065
+ properties: [
1066
+ { name: "ControlType", kind: "single", dataType: "IfcLabel" },
1067
+ ],
1068
+ },
1069
+ {
1070
+ name: "Pset_DiscreteAccessoryColumnShoe",
1071
+ applicableEntities: ["IfcDiscreteAccessory"],
1072
+ properties: [
1073
+ { name: "ColumnShoeBasePlateDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1074
+ { name: "ColumnShoeBasePlateThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1075
+ { name: "ColumnShoeBasePlateWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1076
+ { name: "ColumnShoeCasingDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1077
+ { name: "ColumnShoeCasingHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1078
+ { name: "ColumnShoeCasingWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1079
+ ],
1080
+ },
1081
+ {
1082
+ name: "Pset_DiscreteAccessoryCornerFixingPlate",
1083
+ applicableEntities: ["IfcDiscreteAccessory"],
1084
+ properties: [
1085
+ { name: "CornerFixingPlateFlangeWidthInPlaneX", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1086
+ { name: "CornerFixingPlateFlangeWidthInPlaneZ", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1087
+ { name: "CornerFixingPlateLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1088
+ { name: "CornerFixingPlateThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1089
+ ],
1090
+ },
1091
+ {
1092
+ name: "Pset_DiscreteAccessoryDiagonalTrussConnector",
1093
+ applicableEntities: ["IfcDiscreteAccessory"],
1094
+ properties: [
1095
+ { name: "DiagonalTrussBaseBarDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1096
+ { name: "DiagonalTrussCrossBarDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1097
+ { name: "DiagonalTrussCrossBarSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1098
+ { name: "DiagonalTrussHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1099
+ { name: "DiagonalTrussLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1100
+ { name: "DiagonalTrussSecondaryBarDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1101
+ ],
1102
+ },
1103
+ {
1104
+ name: "Pset_DiscreteAccessoryEdgeFixingPlate",
1105
+ applicableEntities: ["IfcDiscreteAccessory"],
1106
+ properties: [
1107
+ { name: "EdgeFixingPlateFlangeWidthInPlaneX", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1108
+ { name: "EdgeFixingPlateFlangeWidthInPlaneZ", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1109
+ { name: "EdgeFixingPlateLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1110
+ { name: "EdgeFixingPlateThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1111
+ ],
1112
+ },
1113
+ {
1114
+ name: "Pset_DiscreteAccessoryFixingSocket",
1115
+ applicableEntities: ["IfcDiscreteAccessory"],
1116
+ properties: [
1117
+ { name: "FixingSocketHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1118
+ { name: "FixingSocketThreadDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1119
+ { name: "FixingSocketThreadLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1120
+ ],
1121
+ },
1122
+ {
1123
+ name: "Pset_DiscreteAccessoryLadderTrussConnector",
1124
+ applicableEntities: ["IfcDiscreteAccessory"],
1125
+ properties: [
1126
+ { name: "LadderTrussBaseBarDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1127
+ { name: "LadderTrussCrossBarDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1128
+ { name: "LadderTrussCrossBarSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1129
+ { name: "LadderTrussHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1130
+ { name: "LadderTrussLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1131
+ { name: "LadderTrussSecondaryBarDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1132
+ ],
1133
+ },
1134
+ {
1135
+ name: "Pset_DiscreteAccessoryStandardFixingPlate",
1136
+ applicableEntities: ["IfcDiscreteAccessory"],
1137
+ properties: [
1138
+ { name: "StandardFixingPlateDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1139
+ { name: "StandardFixingPlateThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1140
+ { name: "StandardFixingPlateWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1141
+ ],
1142
+ },
1143
+ {
1144
+ name: "Pset_DiscreteAccessoryWireLoop",
1145
+ applicableEntities: ["IfcDiscreteAccessory"],
1146
+ properties: [
1147
+ { name: "WireDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1148
+ { name: "WireEmbeddingLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1149
+ { name: "WireLoopBasePlateLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1150
+ { name: "WireLoopBasePlateThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1151
+ { name: "WireLoopBasePlateWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1152
+ { name: "WireLoopLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1153
+ ],
1154
+ },
1155
+ {
1156
+ name: "Pset_DistributionChamberElementCommon",
1157
+ applicableEntities: ["IfcDistributionChamberElement"],
1158
+ properties: [
1159
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1160
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1161
+ ],
1162
+ },
1163
+ {
1164
+ name: "Pset_DistributionChamberElementTypeFormedDuct",
1165
+ applicableEntities: ["IfcDistributionChamberElement"],
1166
+ properties: [
1167
+ { name: "AccessCoverLoadRating", kind: "single", dataType: "IfcText" },
1168
+ { name: "BaseThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1169
+ { name: "ClearDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1170
+ { name: "ClearWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1171
+ { name: "WallThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1172
+ ],
1173
+ },
1174
+ {
1175
+ name: "Pset_DistributionChamberElementTypeInspectionChamber",
1176
+ applicableEntities: ["IfcDistributionChamberElement"],
1177
+ properties: [
1178
+ { name: "AccessCoverLoadRating", kind: "single", dataType: "IfcText" },
1179
+ { name: "AccessLengthOrRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1180
+ { name: "AccessWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1181
+ { name: "BaseThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1182
+ { name: "ChamberLengthOrRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1183
+ { name: "ChamberWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1184
+ { name: "InvertLevel", kind: "single", dataType: "IfcLengthMeasure" },
1185
+ { name: "SoffitLevel", kind: "single", dataType: "IfcLengthMeasure" },
1186
+ { name: "WallThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1187
+ { name: "WithBackdrop", kind: "single", dataType: "IfcBoolean" },
1188
+ ],
1189
+ },
1190
+ {
1191
+ name: "Pset_DistributionChamberElementTypeInspectionPit",
1192
+ applicableEntities: ["IfcDistributionChamberElement"],
1193
+ properties: [
1194
+ { name: "Depth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1195
+ { name: "Length", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1196
+ { name: "Width", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1197
+ ],
1198
+ },
1199
+ {
1200
+ name: "Pset_DistributionChamberElementTypeManhole",
1201
+ applicableEntities: ["IfcDistributionChamberElement"],
1202
+ properties: [
1203
+ { name: "AccessCoverLoadRating", kind: "single", dataType: "IfcText" },
1204
+ { name: "AccessLengthOrRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1205
+ { name: "AccessWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1206
+ { name: "BaseThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1207
+ { name: "HasSteps", kind: "single", dataType: "IfcBoolean" },
1208
+ { name: "InvertLevel", kind: "single", dataType: "IfcLengthMeasure" },
1209
+ { name: "IsShallow", kind: "single", dataType: "IfcBoolean" },
1210
+ { name: "SoffitLevel", kind: "single", dataType: "IfcLengthMeasure" },
1211
+ { name: "WallThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1212
+ { name: "WithBackdrop", kind: "single", dataType: "IfcBoolean" },
1213
+ ],
1214
+ },
1215
+ {
1216
+ name: "Pset_DistributionChamberElementTypeMeterChamber",
1217
+ applicableEntities: ["IfcDistributionChamberElement"],
1218
+ properties: [
1219
+ { name: "BaseThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1220
+ { name: "ChamberLengthOrRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1221
+ { name: "ChamberWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1222
+ { name: "WallThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1223
+ ],
1224
+ },
1225
+ {
1226
+ name: "Pset_DistributionChamberElementTypeSump",
1227
+ applicableEntities: ["IfcDistributionChamberElement"],
1228
+ properties: [
1229
+ { name: "InvertLevel", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1230
+ { name: "Length", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1231
+ { name: "Width", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1232
+ ],
1233
+ },
1234
+ {
1235
+ name: "Pset_DistributionChamberElementTypeTrench",
1236
+ applicableEntities: ["IfcDistributionChamberElement"],
1237
+ properties: [
1238
+ { name: "Depth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1239
+ { name: "InvertLevel", kind: "single", dataType: "IfcLengthMeasure" },
1240
+ { name: "Width", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1241
+ ],
1242
+ },
1243
+ {
1244
+ name: "Pset_DistributionChamberElementTypeValveChamber",
1245
+ applicableEntities: ["IfcDistributionChamberElement"],
1246
+ properties: [
1247
+ { name: "BaseThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1248
+ { name: "ChamberLengthOrRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1249
+ { name: "ChamberWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1250
+ { name: "WallThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1251
+ ],
1252
+ },
1253
+ {
1254
+ name: "Pset_DistributionPortCommon",
1255
+ applicableEntities: ["IfcDistributionPort"],
1256
+ properties: [
1257
+ { name: "ColorCode", kind: "single", dataType: "IfcLabel" },
1258
+ { name: "PortNumber", kind: "single", dataType: "IfcInteger" },
1259
+ ],
1260
+ },
1261
+ {
1262
+ name: "Pset_DistributionPortPHistoryCable",
1263
+ applicableEntities: ["IfcDistributionPort"],
1264
+ properties: [],
1265
+ },
1266
+ {
1267
+ name: "Pset_DistributionPortPHistoryDuct",
1268
+ applicableEntities: ["IfcDistributionPort"],
1269
+ properties: [],
1270
+ },
1271
+ {
1272
+ name: "Pset_DistributionPortPHistoryPipe",
1273
+ applicableEntities: ["IfcDistributionPort"],
1274
+ properties: [],
1275
+ },
1276
+ {
1277
+ name: "Pset_DistributionPortTypeCable",
1278
+ applicableEntities: ["IfcDistributionPort"],
1279
+ properties: [
1280
+ { name: "ConductorFunction", kind: "enumeration", enumeration: ["PHASE_L1", "PHASE_L2", "PHASE_L3", "NEUTRAL", "PROTECTIVEEARTH", "PROTECTIVEEARTHNEUTRAL", "OTHER", "NOTKNOWN", "UNSET"] },
1281
+ { name: "ConnectionGender", kind: "enumeration", enumeration: ["MALE", "FEMALE", "OTHER", "NOTKNOWN", "UNSET"] },
1282
+ { name: "ConnectionType", kind: "enumeration", enumeration: ["ACPLUG", "DCPLUG", "CRIMPCOAXIAL", "RJ", "RADIO", "DIN", "DSUB", "DVI", "EIAJ", "HDMI", "RCA", "TRS", "XLR", "OTHER", "NOTKNOWN", "UNSET"] },
1283
+ { name: "ConnectionSubtype", kind: "single", dataType: "IfcLabel" },
1284
+ { name: "Current", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1285
+ { name: "CurrentContent3rdHarmonic", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1286
+ { name: "Power", kind: "single", dataType: "IfcPowerMeasure" },
1287
+ { name: "Protocols", kind: "single", dataType: "IfcIdentifier" },
1288
+ { name: "Voltage", kind: "single", dataType: "IfcElectricVoltageMeasure" },
1289
+ ],
1290
+ },
1291
+ {
1292
+ name: "Pset_DistributionPortTypeDuct",
1293
+ applicableEntities: ["IfcDistributionPort"],
1294
+ properties: [
1295
+ { name: "ConnectionType", kind: "enumeration", enumeration: ["BEADEDSLEEVE", "COMPRESSION", "CRIMP", "DRAWBAND", "DRIVESLIP", "FLANGED", "OUTSIDESLEEVE", "SLIPON", "SOLDERED", "SSLIP", "STANDINGSEAM", "SWEDGE", "WELDED", "OTHER", "NONE", "USERDEFINED", "NOTDEFINED"] },
1296
+ { name: "ConnectionSubType", kind: "single", dataType: "IfcLabel" },
1297
+ { name: "DryBulbTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1298
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1299
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1300
+ { name: "Pressure", kind: "single", dataType: "IfcPressureMeasure" },
1301
+ { name: "Velocity", kind: "single", dataType: "IfcLinearVelocityMeasure" },
1302
+ { name: "VolumetricFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1303
+ { name: "WetBulbTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1304
+ ],
1305
+ },
1306
+ {
1307
+ name: "Pset_DistributionPortTypePipe",
1308
+ applicableEntities: ["IfcDistributionPort"],
1309
+ properties: [
1310
+ { name: "ConnectionType", kind: "enumeration", enumeration: ["BRAZED", "COMPRESSION", "FLANGED", "GROOVED", "OUTSIDESLEEVE", "SOLDERED", "SWEDGE", "THREADED", "WELDED", "OTHER", "NONE", "UNSET"] },
1311
+ { name: "ConnectionSubType", kind: "single", dataType: "IfcLabel" },
1312
+ { name: "FlowCondition", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1313
+ { name: "InnerDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1314
+ { name: "MassFlowRate", kind: "single", dataType: "IfcMassFlowRateMeasure" },
1315
+ { name: "NominalDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1316
+ { name: "OuterDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1317
+ { name: "Pressure", kind: "single", dataType: "IfcPressureMeasure" },
1318
+ { name: "Temperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1319
+ { name: "Velocity", kind: "single", dataType: "IfcLinearVelocityMeasure" },
1320
+ { name: "VolumetricFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1321
+ ],
1322
+ },
1323
+ {
1324
+ name: "Pset_DistributionSystemCommon",
1325
+ applicableEntities: ["IfcDistributionSystem"],
1326
+ properties: [
1327
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1328
+ ],
1329
+ },
1330
+ {
1331
+ name: "Pset_DistributionSystemTypeElectrical",
1332
+ applicableEntities: ["IfcDistributionSystem"],
1333
+ properties: [
1334
+ { name: "ElectricalSystemCategory", kind: "enumeration", enumeration: ["HIGHVOLTAGE", "LOWVOLTAGE", "EXTRALOWVOLTAGE", "OTHER", "NOTKNOWN", "UNSET"] },
1335
+ { name: "ElectricalSystemType", kind: "enumeration", enumeration: ["TN", "TN_C", "TN_S", "TN_C_S", "TT", "IT", "OTHER", "NOTKNOWN", "UNSET"] },
1336
+ { name: "Diversity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1337
+ { name: "MaximumAllowedVoltageDrop", kind: "single", dataType: "IfcElectricVoltageMeasure" },
1338
+ { name: "NetImpedance", kind: "single", dataType: "IfcElectricResistanceMeasure" },
1339
+ { name: "NumberOfLiveConductors", kind: "single", dataType: "IfcInteger" },
1340
+ ],
1341
+ },
1342
+ {
1343
+ name: "Pset_DistributionSystemTypeVentilation",
1344
+ applicableEntities: ["IfcDistributionSystem"],
1345
+ properties: [
1346
+ { name: "DuctSizingMethod", kind: "enumeration", enumeration: ["CONSTANTFRICTION", "CONSTANTPRESSURE", "STATICREGAIN", "OTHER", "NOTKNOWN", "UNSET"] },
1347
+ { name: "AspectRatio", kind: "single", dataType: "IfcReal" },
1348
+ { name: "DesignName", kind: "single", dataType: "IfcLabel" },
1349
+ { name: "FrictionLoss", kind: "single", dataType: "IfcReal" },
1350
+ { name: "LeakageClass", kind: "single", dataType: "IfcPressureMeasure" },
1351
+ { name: "MaximumVelocity", kind: "single", dataType: "IfcLinearVelocityMeasure" },
1352
+ { name: "MinimumHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1353
+ { name: "MinimumWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1354
+ { name: "PressureClass", kind: "single", dataType: "IfcPressureMeasure" },
1355
+ { name: "ScrapFactor", kind: "single", dataType: "IfcReal" },
1356
+ ],
1357
+ },
1358
+ {
1359
+ name: "Pset_DoorCommon",
1360
+ applicableEntities: ["IfcDoor"],
1361
+ properties: [
1362
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1363
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
1364
+ { name: "DurabilityRating", kind: "single", dataType: "IfcLabel" },
1365
+ { name: "FireExit", kind: "single", dataType: "IfcBoolean" },
1366
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
1367
+ { name: "GlazingAreaFraction", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1368
+ { name: "HandicapAccessible", kind: "single", dataType: "IfcBoolean" },
1369
+ { name: "HasDrive", kind: "single", dataType: "IfcBoolean" },
1370
+ { name: "HygrothermalRating", kind: "single", dataType: "IfcLabel" },
1371
+ { name: "Infiltration", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1372
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
1373
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1374
+ { name: "SecurityRating", kind: "single", dataType: "IfcLabel" },
1375
+ { name: "SelfClosing", kind: "single", dataType: "IfcBoolean" },
1376
+ { name: "SmokeStop", kind: "single", dataType: "IfcBoolean" },
1377
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
1378
+ ],
1379
+ },
1380
+ {
1381
+ name: "Pset_DoorWindowGlazingType",
1382
+ applicableEntities: ["IfcDoor", "IfcWindow"],
1383
+ properties: [
1384
+ { name: "FillGas", kind: "single", dataType: "IfcLabel" },
1385
+ { name: "GlassColor", kind: "single", dataType: "IfcLabel" },
1386
+ { name: "GlassLayers", kind: "single", dataType: "IfcCountMeasure" },
1387
+ { name: "GlassThickness1", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1388
+ { name: "GlassThickness2", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1389
+ { name: "GlassThickness3", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1390
+ { name: "IsCoated", kind: "single", dataType: "IfcBoolean" },
1391
+ { name: "IsLaminated", kind: "single", dataType: "IfcBoolean" },
1392
+ { name: "IsTempered", kind: "single", dataType: "IfcBoolean" },
1393
+ { name: "IsWired", kind: "single", dataType: "IfcBoolean" },
1394
+ { name: "ShadingCoefficient", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1395
+ { name: "SolarAbsorption", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1396
+ { name: "SolarHeatGainTransmittance", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1397
+ { name: "SolarReflectance", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1398
+ { name: "SolarTransmittance", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1399
+ { name: "ThermalTransmittanceSummer", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
1400
+ { name: "ThermalTransmittanceWinter", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
1401
+ { name: "VisibleLightReflectance", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1402
+ { name: "VisibleLightTransmittance", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1403
+ ],
1404
+ },
1405
+ {
1406
+ name: "Pset_DoorWindowShadingType",
1407
+ applicableEntities: ["IfcDoor", "IfcWindow"],
1408
+ properties: [
1409
+ { name: "ExternalShadingCoefficient", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1410
+ { name: "InsetShadingCoefficient", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1411
+ { name: "InternalShadingCoefficient", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1412
+ { name: "ShadingCoefficient", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1413
+ ],
1414
+ },
1415
+ {
1416
+ name: "Pset_DuctFittingOccurrence",
1417
+ applicableEntities: ["IfcDuctFitting"],
1418
+ properties: [
1419
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
1420
+ { name: "HasLiner", kind: "single", dataType: "IfcBoolean" },
1421
+ { name: "InteriorRoughnessCoefficient", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1422
+ ],
1423
+ },
1424
+ {
1425
+ name: "Pset_DuctFittingPHistory",
1426
+ applicableEntities: ["IfcDuctFitting"],
1427
+ properties: [],
1428
+ },
1429
+ {
1430
+ name: "Pset_DuctFittingTypeCommon",
1431
+ applicableEntities: ["IfcDuctFitting"],
1432
+ properties: [
1433
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1434
+ { name: "PressureClass", kind: "single", dataType: "IfcPressureMeasure" },
1435
+ { name: "PressureRange", kind: "single", dataType: "IfcPressureMeasure" },
1436
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1437
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1438
+ ],
1439
+ },
1440
+ {
1441
+ name: "Pset_DuctSegmentOccurrence",
1442
+ applicableEntities: ["IfcDuctSegment"],
1443
+ properties: [
1444
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
1445
+ { name: "HasLiner", kind: "single", dataType: "IfcBoolean" },
1446
+ { name: "InteriorRoughnessCoefficient", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1447
+ ],
1448
+ },
1449
+ {
1450
+ name: "Pset_DuctSegmentPHistory",
1451
+ applicableEntities: ["IfcDuctSegment"],
1452
+ properties: [],
1453
+ },
1454
+ {
1455
+ name: "Pset_DuctSegmentTypeCommon",
1456
+ applicableEntities: ["IfcDuctSegment"],
1457
+ properties: [
1458
+ { name: "Shape", kind: "enumeration", enumeration: ["FLATOVAL", "RECTANGULAR", "ROUND", "OTHER", "NOTKNOWN", "UNSET"] },
1459
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1460
+ { name: "LongitudinalSeam", kind: "single", dataType: "IfcText" },
1461
+ { name: "NominalDiameterOrWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1462
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1463
+ { name: "PressureRange", kind: "single", dataType: "IfcPressureMeasure" },
1464
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1465
+ { name: "Reinforcement", kind: "single", dataType: "IfcLabel" },
1466
+ { name: "ReinforcementSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1467
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1468
+ { name: "WorkingPressure", kind: "single", dataType: "IfcPressureMeasure" },
1469
+ ],
1470
+ },
1471
+ {
1472
+ name: "Pset_DuctSilencerPHistory",
1473
+ applicableEntities: ["IfcDuctSilencer"],
1474
+ properties: [],
1475
+ },
1476
+ {
1477
+ name: "Pset_DuctSilencerTypeCommon",
1478
+ applicableEntities: ["IfcDuctSilencer"],
1479
+ properties: [
1480
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1481
+ { name: "AirFlowrateRange", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1482
+ { name: "HasExteriorInsulation", kind: "single", dataType: "IfcBoolean" },
1483
+ { name: "HydraulicDiameter", kind: "single", dataType: "IfcLengthMeasure" },
1484
+ { name: "Length", kind: "single", dataType: "IfcLengthMeasure" },
1485
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1486
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1487
+ { name: "Weight", kind: "single", dataType: "IfcMassMeasure" },
1488
+ { name: "WorkingPressureRange", kind: "single", dataType: "IfcPressureMeasure" },
1489
+ ],
1490
+ },
1491
+ {
1492
+ name: "Pset_ElectricalDeviceCommon",
1493
+ applicableEntities: ["IfcDistributionElement"],
1494
+ properties: [
1495
+ { name: "ConductorFunction", kind: "enumeration", enumeration: ["L1", "L2", "L3"] },
1496
+ { name: "InsulationStandardClass", kind: "enumeration", enumeration: ["CLASS0APPLIANCE", "CLASS0IAPPLIANCE", "CLASSIAPPLIANCE", "CLASSIIAPPLIANCE", "CLASSIIIAPPLIANCE", "NOTKNOWN", "UNSET"] },
1497
+ { name: "HasProtectiveEarth", kind: "single", dataType: "IfcBoolean" },
1498
+ { name: "IP_Code", kind: "single", dataType: "IfcLabel" },
1499
+ { name: "NominalFrequencyRange", kind: "single", dataType: "IfcFrequencyMeasure" },
1500
+ { name: "NumberOfPoles", kind: "single", dataType: "IfcInteger" },
1501
+ { name: "PowerFactor", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1502
+ { name: "RatedCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1503
+ { name: "RatedVoltage", kind: "single", dataType: "IfcElectricVoltageMeasure" },
1504
+ ],
1505
+ },
1506
+ {
1507
+ name: "Pset_ElectricAppliancePHistory",
1508
+ applicableEntities: ["IfcElectricAppliance"],
1509
+ properties: [],
1510
+ },
1511
+ {
1512
+ name: "Pset_ElectricApplianceTypeCommon",
1513
+ applicableEntities: ["IfcElectricAppliance"],
1514
+ properties: [
1515
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1516
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1517
+ ],
1518
+ },
1519
+ {
1520
+ name: "Pset_ElectricApplianceTypeDishwasher",
1521
+ applicableEntities: ["IfcElectricAppliance"],
1522
+ properties: [
1523
+ { name: "DishwasherType", kind: "enumeration", enumeration: ["POTWASHER", "TRAYWASHER", "DISHWASHER", "BOTTLEWASHER", "CUTLERYWASHER", "OTHER", "UNKNOWN", "UNSET"] },
1524
+ ],
1525
+ },
1526
+ {
1527
+ name: "Pset_ElectricApplianceTypeElectricCooker",
1528
+ applicableEntities: ["IfcElectricAppliance"],
1529
+ properties: [
1530
+ { name: "ElectricCookerType", kind: "enumeration", enumeration: ["STEAMCOOKER", "DEEPFRYER", "STOVE", "OVEN", "TILTINGFRYINGPAN", "COOKINGKETTLE", "OTHER", "UNKNOWN", "UNSET"] },
1531
+ ],
1532
+ },
1533
+ {
1534
+ name: "Pset_ElectricDistributionBoardOccurrence",
1535
+ applicableEntities: ["IfcElectricDistributionBoard"],
1536
+ properties: [
1537
+ { name: "IsMain", kind: "single", dataType: "IfcBoolean" },
1538
+ { name: "IsSkilledOperator", kind: "single", dataType: "IfcBoolean" },
1539
+ ],
1540
+ },
1541
+ {
1542
+ name: "Pset_ElectricDistributionBoardTypeCommon",
1543
+ applicableEntities: ["IfcElectricDistributionBoard"],
1544
+ properties: [
1545
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1546
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1547
+ ],
1548
+ },
1549
+ {
1550
+ name: "Pset_ElectricFlowStorageDeviceTypeCommon",
1551
+ applicableEntities: ["IfcElectricFlowStorageDevice"],
1552
+ properties: [
1553
+ { name: "ConnectedConductorFunction", kind: "enumeration", enumeration: ["PHASE_L1", "PHASE_L2", "PHASE_L3", "NEUTRAL", "PROTECTIVEEARTH", "PROTECTIVEEARTHNEUTRAL", "OTHER", "NOTKNOWN", "UNSET"] },
1554
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1555
+ { name: "EarthFault1PoleMaximumState", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1556
+ { name: "EarthFault1PoleMinimumState", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1557
+ { name: "EarthFault1PolePowerFactorMaximumState", kind: "single", dataType: "IfcReal" },
1558
+ { name: "EarthFault1PolePowerFactorMinimumState", kind: "single", dataType: "IfcReal" },
1559
+ { name: "NominalFrequency", kind: "single", dataType: "IfcFrequencyMeasure" },
1560
+ { name: "NominalSupplyVoltage", kind: "single", dataType: "IfcElectricVoltageMeasure" },
1561
+ { name: "NominalSupplyVoltageOffset", kind: "single", dataType: "IfcElectricVoltageMeasure" },
1562
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1563
+ { name: "ShortCircuit1PoleMaximumState", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1564
+ { name: "ShortCircuit1PoleMinimumState", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1565
+ { name: "ShortCircuit1PolePowerFactorMaximumState", kind: "single", dataType: "IfcReal" },
1566
+ { name: "ShortCircuit1PolePowerFactorMinimumState", kind: "single", dataType: "IfcReal" },
1567
+ { name: "ShortCircuit2PoleMinimumState", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1568
+ { name: "ShortCircuit2PolePowerFactorMinimumState", kind: "single", dataType: "IfcReal" },
1569
+ { name: "ShortCircuit3PoleMaximumState", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1570
+ { name: "ShortCircuit3PolePowerFactorMaximumState", kind: "single", dataType: "IfcReal" },
1571
+ ],
1572
+ },
1573
+ {
1574
+ name: "Pset_ElectricGeneratorTypeCommon",
1575
+ applicableEntities: ["IfcElectricGenerator"],
1576
+ properties: [
1577
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1578
+ { name: "ElectricGeneratorEfficiency", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1579
+ { name: "MaximumPowerOutput", kind: "single", dataType: "IfcPowerMeasure" },
1580
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1581
+ { name: "StartCurrentFactor", kind: "single", dataType: "IfcReal" },
1582
+ ],
1583
+ },
1584
+ {
1585
+ name: "Pset_ElectricMotorTypeCommon",
1586
+ applicableEntities: ["IfcElectricMotor"],
1587
+ properties: [
1588
+ { name: "MotorEnclosureType", kind: "enumeration", enumeration: ["OPENDRIPPROOF", "TOTALLYENCLOSEDAIROVER", "TOTALLYENCLOSEDFANCOOLED", "TOTALLYENCLOSEDNONVENTILATED", "OTHER", "NOTKNOWN", "UNSET"] },
1589
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1590
+ { name: "ElectricMotorEfficiency", kind: "single", dataType: "IfcPositiveRatioMeasure" },
1591
+ { name: "FrameSize", kind: "single", dataType: "IfcLabel" },
1592
+ { name: "HasPartWinding", kind: "single", dataType: "IfcBoolean" },
1593
+ { name: "IsGuarded", kind: "single", dataType: "IfcBoolean" },
1594
+ { name: "LockedRotorCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1595
+ { name: "MaximumPowerOutput", kind: "single", dataType: "IfcPowerMeasure" },
1596
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1597
+ { name: "StartCurrentFactor", kind: "single", dataType: "IfcReal" },
1598
+ { name: "StartingTime", kind: "single", dataType: "IfcTimeMeasure" },
1599
+ { name: "TeTime", kind: "single", dataType: "IfcTimeMeasure" },
1600
+ ],
1601
+ },
1602
+ {
1603
+ name: "Pset_ElectricTimeControlTypeCommon",
1604
+ applicableEntities: ["IfcElectricTimeControl"],
1605
+ properties: [
1606
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1607
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1608
+ ],
1609
+ },
1610
+ {
1611
+ name: "Pset_ElementComponentCommon",
1612
+ applicableEntities: ["IfcElementComponent"],
1613
+ properties: [
1614
+ { name: "CorrosionTreatment", kind: "enumeration", enumeration: ["PAINTED", "EPOXYCOATED", "GALVANISED", "STAINLESS", "NONE", "NOTDEFINED"] },
1615
+ { name: "DeliveryType", kind: "enumeration", enumeration: ["CAST_IN_PLACE", "WELDED_TO_STRUCTURE", "LOOSE", "ATTACHED_FOR_DELIVERY", "PRECAST", "NOTDEFINED"] },
1616
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1617
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1618
+ ],
1619
+ },
1620
+ {
1621
+ name: "Pset_EngineTypeCommon",
1622
+ applicableEntities: ["IfcEngine"],
1623
+ properties: [
1624
+ { name: "EnergySource", kind: "enumeration", enumeration: ["DIESEL", "GASOLINE", "NATURALGAS", "PROPANE", "BIODIESEL", "SEWAGEGAS", "HYDROGEN", "BIFUEL", "OTHER", "UNKNOWN", "UNSET"] },
1625
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1626
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1627
+ ],
1628
+ },
1629
+ {
1630
+ name: "Pset_EnvironmentalImpactIndicators",
1631
+ applicableEntities: ["IfcElement"],
1632
+ properties: [
1633
+ { name: "LifeCyclePhase", kind: "enumeration", enumeration: ["Acquisition", "Cradletosite", "Deconstruction", "Disposal", "Disposaltransport", "Growth", "Installation", "Maintenance", "Manufacture", "Occupancy", "Operation", "Procurement", "Production", "Productiontransport", "Recovery", "Refurbishment", "Repair", "Replacement", "Transport", "Usage", "Waste", "Wholelifecycle", "UserDefined", "NotDefined"] },
1634
+ { name: "AtmosphericAcidificationPerUnit", kind: "single", dataType: "IfcMassMeasure" },
1635
+ { name: "ClimateChangePerUnit", kind: "single", dataType: "IfcMassMeasure" },
1636
+ { name: "EutrophicationPerUnit", kind: "single", dataType: "IfcMassMeasure" },
1637
+ { name: "ExpectedServiceLife", kind: "single", dataType: "IfcTimeMeasure" },
1638
+ { name: "FunctionalUnitReference", kind: "single", dataType: "IfcLabel" },
1639
+ { name: "HazardousWastePerUnit", kind: "single", dataType: "IfcMassMeasure" },
1640
+ { name: "InertWastePerUnit", kind: "single", dataType: "IfcMassMeasure" },
1641
+ { name: "NonHazardousWastePerUnit", kind: "single", dataType: "IfcMassMeasure" },
1642
+ { name: "NonRenewableEnergyConsumptionPerUnit", kind: "single", dataType: "IfcEnergyMeasure" },
1643
+ { name: "PhotochemicalOzoneFormationPerUnit", kind: "single", dataType: "IfcMassMeasure" },
1644
+ { name: "RadioactiveWastePerUnit", kind: "single", dataType: "IfcMassMeasure" },
1645
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1646
+ { name: "RenewableEnergyConsumptionPerUnit", kind: "single", dataType: "IfcEnergyMeasure" },
1647
+ { name: "ResourceDepletionPerUnit", kind: "single", dataType: "IfcMassMeasure" },
1648
+ { name: "StratosphericOzoneLayerDestructionPerUnit", kind: "single", dataType: "IfcMassMeasure" },
1649
+ { name: "TotalPrimaryEnergyConsumptionPerUnit", kind: "single", dataType: "IfcEnergyMeasure" },
1650
+ { name: "Unit", kind: "single", dataType: "IfcText" },
1651
+ { name: "WaterConsumptionPerUnit", kind: "single", dataType: "IfcVolumeMeasure" },
1652
+ ],
1653
+ },
1654
+ {
1655
+ name: "Pset_EnvironmentalImpactValues",
1656
+ applicableEntities: ["IfcElement"],
1657
+ properties: [
1658
+ { name: "AtmosphericAcidification", kind: "single", dataType: "IfcMassMeasure" },
1659
+ { name: "ClimateChange", kind: "single", dataType: "IfcMassMeasure" },
1660
+ { name: "Eutrophication", kind: "single", dataType: "IfcMassMeasure" },
1661
+ { name: "HazardousWaste", kind: "single", dataType: "IfcMassMeasure" },
1662
+ { name: "InertWaste", kind: "single", dataType: "IfcMassMeasure" },
1663
+ { name: "NonHazardousWaste", kind: "single", dataType: "IfcMassMeasure" },
1664
+ { name: "NonRenewableEnergyConsumption", kind: "single", dataType: "IfcEnergyMeasure" },
1665
+ { name: "PhotochemicalOzoneFormation", kind: "single", dataType: "IfcMassMeasure" },
1666
+ { name: "RadioactiveWaste", kind: "single", dataType: "IfcMassMeasure" },
1667
+ { name: "RenewableEnergyConsumption", kind: "single", dataType: "IfcEnergyMeasure" },
1668
+ { name: "ResourceDepletion", kind: "single", dataType: "IfcMassMeasure" },
1669
+ { name: "StratosphericOzoneLayerDestruction", kind: "single", dataType: "IfcMassMeasure" },
1670
+ { name: "TotalPrimaryEnergyConsumption", kind: "single", dataType: "IfcEnergyMeasure" },
1671
+ { name: "WaterConsumption", kind: "single", dataType: "IfcVolumeMeasure" },
1672
+ ],
1673
+ },
1674
+ {
1675
+ name: "Pset_EvaporativeCoolerPHistory",
1676
+ applicableEntities: ["IfcEvaporativeCooler"],
1677
+ properties: [],
1678
+ },
1679
+ {
1680
+ name: "Pset_EvaporativeCoolerTypeCommon",
1681
+ applicableEntities: ["IfcEvaporativeCooler"],
1682
+ properties: [
1683
+ { name: "FlowArrangement", kind: "enumeration", enumeration: ["COUNTERFLOW", "CROSSFLOW", "PARALLELFLOW", "OTHER", "NOTKNOWN", "UNSET"] },
1684
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1685
+ { name: "HeatExchangeArea", kind: "single", dataType: "IfcAreaMeasure" },
1686
+ { name: "OperationTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1687
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1688
+ { name: "WaterRequirement", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1689
+ ],
1690
+ },
1691
+ {
1692
+ name: "Pset_EvaporatorPHistory",
1693
+ applicableEntities: ["IfcEvaporator"],
1694
+ properties: [],
1695
+ },
1696
+ {
1697
+ name: "Pset_EvaporatorTypeCommon",
1698
+ applicableEntities: ["IfcEvaporator"],
1699
+ properties: [
1700
+ { name: "EvaporatorCoolant", kind: "enumeration", enumeration: ["WATER", "BRINE", "GLYCOL", "OTHER", "NOTKNOWN", "UNSET"] },
1701
+ { name: "EvaporatorMediumType", kind: "enumeration", enumeration: ["COLDLIQUID", "COLDAIR", "OTHER", "NOTKNOWN", "UNSET"] },
1702
+ { name: "RefrigerantClass", kind: "enumeration", enumeration: ["CFC", "HCFC", "HFC", "HYDROCARBONS", "AMMONIA", "CO2", "H2O", "OTHER", "NOTKNOWN", "UNSET"] },
1703
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1704
+ { name: "ExternalSurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
1705
+ { name: "InternalRefrigerantVolume", kind: "single", dataType: "IfcVolumeMeasure" },
1706
+ { name: "InternalSurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
1707
+ { name: "InternalWaterVolume", kind: "single", dataType: "IfcVolumeMeasure" },
1708
+ { name: "NominalHeatTransferArea", kind: "single", dataType: "IfcAreaMeasure" },
1709
+ { name: "NominalHeatTransferCoefficient", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
1710
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1711
+ ],
1712
+ },
1713
+ {
1714
+ name: "Pset_FanCentrifugal",
1715
+ applicableEntities: ["IfcFan"],
1716
+ properties: [
1717
+ { name: "Arrangement", kind: "enumeration", enumeration: ["ARRANGEMENT1", "ARRANGEMENT2", "ARRANGEMENT3", "ARRANGEMENT4", "ARRANGEMENT7", "ARRANGEMENT8", "ARRANGEMENT9", "ARRANGEMENT10", "OTHER", "NOTKNOWN", "UNSET"] },
1718
+ { name: "DirectionOfRotation", kind: "enumeration", enumeration: ["CLOCKWISE", "COUNTERCLOCKWISE", "OTHER", "NOTKNOWN", "UNSET"] },
1719
+ { name: "DischargePosition", kind: "enumeration", enumeration: ["TOPHORIZONTAL", "TOPANGULARDOWN", "TOPANGULARUP", "DOWNBLAST", "BOTTOMANGULARDOWN", "BOTTOMHORIZONTAL", "BOTTOMANGULARUP", "UPBLAST", "OTHER", "NOTKNOWN", "UNSET"] },
1720
+ ],
1721
+ },
1722
+ {
1723
+ name: "Pset_FanOccurrence",
1724
+ applicableEntities: ["IfcFan"],
1725
+ properties: [
1726
+ { name: "ApplicationOfFan", kind: "enumeration", enumeration: ["SUPPLYAIR", "RETURNAIR", "EXHAUSTAIR", "COOLINGTOWER", "OTHER", "NOTKNOWN", "UNSET"] },
1727
+ { name: "CoilPosition", kind: "enumeration", enumeration: ["DRAWTHROUGH", "BLOWTHROUGH", "OTHER", "NOTKNOWN", "UNSET"] },
1728
+ { name: "DischargeType", kind: "enumeration", enumeration: ["DUCT", "SCREEN", "LOUVER", "DAMPER", "OTHER", "NOTKNOWN", "UNSET"] },
1729
+ { name: "FanMountingType", kind: "enumeration", enumeration: ["MANUFACTUREDCURB", "FIELDERECTEDCURB", "CONCRETEPAD", "SUSPENDED", "WALLMOUNTED", "DUCTMOUNTED", "OTHER", "NOTKNOWN", "UNSET"] },
1730
+ { name: "MotorPosition", kind: "enumeration", enumeration: ["INAIRSTREAM", "OUTOFAIRSTREAM", "OTHER", "NOTKNOWN", "UNSET"] },
1731
+ { name: "FractionOfMotorHeatToAirStream", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
1732
+ { name: "ImpellerDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1733
+ ],
1734
+ },
1735
+ {
1736
+ name: "Pset_FanPHistory",
1737
+ applicableEntities: ["IfcFan"],
1738
+ properties: [],
1739
+ },
1740
+ {
1741
+ name: "Pset_FanTypeCommon",
1742
+ applicableEntities: ["IfcFan"],
1743
+ properties: [
1744
+ { name: "CapacityControlType", kind: "enumeration", enumeration: ["INLETVANE", "VARIABLESPEEDDRIVE", "BLADEPITCHANGLE", "TWOSPEED", "DISCHARGEDAMPER", "OTHER", "NOTKNOWN", "UNSET"] },
1745
+ { name: "MotorDriveType", kind: "enumeration", enumeration: ["DIRECTDRIVE", "BELTDRIVE", "COUPLING", "OTHER", "NOTKNOWN", "UNSET"] },
1746
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1747
+ { name: "NominalAirFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1748
+ { name: "NominalPowerRate", kind: "single", dataType: "IfcPowerMeasure" },
1749
+ { name: "NominalRotationSpeed", kind: "single", dataType: "IfcRotationalFrequencyMeasure" },
1750
+ { name: "NominalStaticPressure", kind: "single", dataType: "IfcPressureMeasure" },
1751
+ { name: "NominalTotalPressure", kind: "single", dataType: "IfcPressureMeasure" },
1752
+ { name: "OperationalCriteria", kind: "single", dataType: "IfcTimeMeasure" },
1753
+ { name: "OperationTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1754
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1755
+ ],
1756
+ },
1757
+ {
1758
+ name: "Pset_FastenerWeld",
1759
+ applicableEntities: ["IfcFastener"],
1760
+ properties: [
1761
+ { name: "a", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1762
+ { name: "c", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1763
+ { name: "d", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1764
+ { name: "e", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1765
+ { name: "Intermittent", kind: "single", dataType: "IfcBoolean" },
1766
+ { name: "l", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1767
+ { name: "n", kind: "single", dataType: "IfcCountMeasure" },
1768
+ { name: "Process", kind: "single", dataType: "IfcInteger" },
1769
+ { name: "ProcessName", kind: "single", dataType: "IfcLabel" },
1770
+ { name: "s", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1771
+ { name: "Staggered", kind: "single", dataType: "IfcBoolean" },
1772
+ { name: "Surface1", kind: "single", dataType: "IfcLabel" },
1773
+ { name: "Surface2", kind: "single", dataType: "IfcLabel" },
1774
+ { name: "Type1", kind: "single", dataType: "IfcLabel" },
1775
+ { name: "Type2", kind: "single", dataType: "IfcLabel" },
1776
+ { name: "z", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1777
+ ],
1778
+ },
1779
+ {
1780
+ name: "Pset_FilterPHistory",
1781
+ applicableEntities: ["IfcFilter"],
1782
+ properties: [],
1783
+ },
1784
+ {
1785
+ name: "Pset_FilterTypeAirParticleFilter",
1786
+ applicableEntities: ["IfcFilter"],
1787
+ properties: [
1788
+ { name: "AirParticleFilterType", kind: "enumeration", enumeration: ["COARSEMETALSCREEN", "COARSECELLFOAMS", "COARSESPUNGLASS", "MEDIUMELECTRETFILTER", "MEDIUMNATURALFIBERFILTER", "HEPAFILTER", "ULPAFILTER", "MEMBRANEFILTERS", "RENEWABLEMOVINGCURTIANDRYMEDIAFILTER", "ELECTRICALFILTER", "ROLLFORM", "ADHESIVERESERVOIR", "OTHER", "NOTKNOWN", "UNSET"] },
1789
+ { name: "SeparationType", kind: "enumeration", enumeration: ["BAG", "PLEAT", "TREADSEPARATION", "OTHER", "NOTKNOWN", "UNSET"] },
1790
+ { name: "DustHoldingCapacity", kind: "single", dataType: "IfcMassMeasure" },
1791
+ { name: "FaceSurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
1792
+ { name: "MediaExtendedArea", kind: "single", dataType: "IfcAreaMeasure" },
1793
+ { name: "NominalCountedEfficiency", kind: "single", dataType: "IfcReal" },
1794
+ { name: "NominalWeightedEfficiency", kind: "single", dataType: "IfcReal" },
1795
+ ],
1796
+ },
1797
+ {
1798
+ name: "Pset_FilterTypeCommon",
1799
+ applicableEntities: ["IfcFilter"],
1800
+ properties: [
1801
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1802
+ { name: "FinalResistance", kind: "single", dataType: "IfcPressureMeasure" },
1803
+ { name: "FlowRateRange", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1804
+ { name: "InitialResistance", kind: "single", dataType: "IfcPressureMeasure" },
1805
+ { name: "NominalFilterFaceVelocity", kind: "single", dataType: "IfcLinearVelocityMeasure" },
1806
+ { name: "NominalFlowrate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1807
+ { name: "NominalMediaSurfaceVelocity", kind: "single", dataType: "IfcLinearVelocityMeasure" },
1808
+ { name: "NominalParticleGeometricMeanDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1809
+ { name: "NominalParticleGeometricStandardDeviation", kind: "single", dataType: "IfcReal" },
1810
+ { name: "NominalPressureDrop", kind: "single", dataType: "IfcPressureMeasure" },
1811
+ { name: "OperationTemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1812
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1813
+ { name: "Weight", kind: "single", dataType: "IfcMassMeasure" },
1814
+ ],
1815
+ },
1816
+ {
1817
+ name: "Pset_FilterTypeCompressedAirFilter",
1818
+ applicableEntities: ["IfcFilter"],
1819
+ properties: [
1820
+ { name: "CompressedAirFilterType", kind: "enumeration", enumeration: ["ACTIVATEDCARBON", "PARTICLE_FILTER", "COALESCENSE_FILTER", "OTHER", "NOTKNOWN", "UNSET"] },
1821
+ { name: "AutomaticCondensateDischarge", kind: "single", dataType: "IfcBoolean" },
1822
+ { name: "CloggingIndicator", kind: "single", dataType: "IfcBoolean" },
1823
+ { name: "OperationPressureMax", kind: "single", dataType: "IfcPressureMeasure" },
1824
+ ],
1825
+ },
1826
+ {
1827
+ name: "Pset_FilterTypeWaterFilter",
1828
+ applicableEntities: ["IfcFilter"],
1829
+ properties: [
1830
+ { name: "WaterFilterType", kind: "enumeration", enumeration: ["FILTRATION_DIATOMACEOUSEARTH", "FILTRATION_SAND", "PURIFICATION_DEIONIZING", "PURIFICATION_REVERSEOSMOSIS", "SOFTENING_ZEOLITE", "OTHER", "NOTKNOWN", "UNSET"] },
1831
+ ],
1832
+ },
1833
+ {
1834
+ name: "Pset_FireSuppressionTerminalTypeBreechingInlet",
1835
+ applicableEntities: ["IfcFireSuppressionTerminal"],
1836
+ properties: [
1837
+ { name: "BreechingInletType", kind: "enumeration", enumeration: ["TWOWAY", "FOURWAY", "OTHER", "USERDEFINED", "NOTDEFINED"] },
1838
+ { name: "CouplingType", kind: "enumeration", enumeration: ["INSTANTANEOUS_FEMALE", "INSTANTANEOUS_MALE", "OTHER", "USERDEFINED", "NOTDEFINED"] },
1839
+ { name: "HasCaps", kind: "single", dataType: "IfcBoolean" },
1840
+ { name: "InletDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1841
+ { name: "OutletDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1842
+ ],
1843
+ },
1844
+ {
1845
+ name: "Pset_FireSuppressionTerminalTypeCommon",
1846
+ applicableEntities: ["IfcFireSuppressionTerminal"],
1847
+ properties: [
1848
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1849
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1850
+ ],
1851
+ },
1852
+ {
1853
+ name: "Pset_FireSuppressionTerminalTypeFireHydrant",
1854
+ applicableEntities: ["IfcFireSuppressionTerminal"],
1855
+ properties: [
1856
+ { name: "FireHydrantType", kind: "enumeration", enumeration: ["DRYBARREL", "WETBARREL", "OTHER", "NOTKNOWN", "UNSET"] },
1857
+ { name: "BodyColor", kind: "single", dataType: "IfcText" },
1858
+ { name: "CapColor", kind: "single", dataType: "IfcText" },
1859
+ { name: "DischargeFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1860
+ { name: "FlowClass", kind: "single", dataType: "IfcLabel" },
1861
+ { name: "HoseConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1862
+ { name: "NumberOfHoseConnections", kind: "single", dataType: "IfcInteger" },
1863
+ { name: "PressureRating", kind: "single", dataType: "IfcPressureMeasure" },
1864
+ { name: "PumperConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1865
+ { name: "WaterIsPotable", kind: "single", dataType: "IfcBoolean" },
1866
+ ],
1867
+ },
1868
+ {
1869
+ name: "Pset_FireSuppressionTerminalTypeHoseReel",
1870
+ applicableEntities: ["IfcFireSuppressionTerminal"],
1871
+ properties: [
1872
+ { name: "HoseNozzleType", kind: "enumeration", enumeration: ["FOG", "STRAIGHTSTREAM", "OTHER", "NOTKNOWN", "UNSET"] },
1873
+ { name: "HoseReelMountingType", kind: "enumeration", enumeration: ["CABINET_RECESSED", "CABINET_SEMIRECESSED", "SURFACE", "OTHER", "NOTKNOWN", "UNSET"] },
1874
+ { name: "HoseReelType", kind: "enumeration", enumeration: ["RACK", "REEL", "OTHER", "NOTKNOWN", "UNSET"] },
1875
+ { name: "ClassificationAuthority", kind: "single", dataType: "IfcLabel" },
1876
+ { name: "ClassOfService", kind: "single", dataType: "IfcLabel" },
1877
+ { name: "HoseDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1878
+ { name: "HoseLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1879
+ { name: "InletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1880
+ ],
1881
+ },
1882
+ {
1883
+ name: "Pset_FireSuppressionTerminalTypeSprinkler",
1884
+ applicableEntities: ["IfcFireSuppressionTerminal"],
1885
+ properties: [
1886
+ { name: "Activation", kind: "enumeration", enumeration: ["BULB", "FUSIBLESOLDER", "OTHER", "NOTKNOWN", "UNSET"] },
1887
+ { name: "BulbLiquidColor", kind: "enumeration", enumeration: ["ORANGE", "RED", "YELLOW", "GREEN", "BLUE", "MAUVE", "OTHER", "NOTKNOWN", "UNSET"] },
1888
+ { name: "Response", kind: "enumeration", enumeration: ["QUICK", "STANDARD", "NOTKNOWN", "UNSET"] },
1889
+ { name: "SprinklerType", kind: "enumeration", enumeration: ["CEILING", "CONCEALED", "CUT-OFF", "PENDANT", "RECESSEDPENDANT", "SIDEWALL", "UPRIGHT", "OTHER", "NOTKNOWN", "UNSET"] },
1890
+ { name: "ActivationTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
1891
+ { name: "ConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1892
+ { name: "CoverageArea", kind: "single", dataType: "IfcAreaMeasure" },
1893
+ { name: "DischargeCoefficient", kind: "single", dataType: "IfcReal" },
1894
+ { name: "DischargeFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1895
+ { name: "HasDeflector", kind: "single", dataType: "IfcBoolean" },
1896
+ { name: "MaximumWorkingPressure", kind: "single", dataType: "IfcPressureMeasure" },
1897
+ { name: "ResidualFlowingPressure", kind: "single", dataType: "IfcPressureMeasure" },
1898
+ ],
1899
+ },
1900
+ {
1901
+ name: "Pset_FlowInstrumentPHistory",
1902
+ applicableEntities: ["IfcFlowInstrument"],
1903
+ properties: [],
1904
+ },
1905
+ {
1906
+ name: "Pset_FlowInstrumentTypeCommon",
1907
+ applicableEntities: ["IfcFlowInstrument"],
1908
+ properties: [
1909
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1910
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1911
+ ],
1912
+ },
1913
+ {
1914
+ name: "Pset_FlowInstrumentTypePressureGauge",
1915
+ applicableEntities: ["IfcFlowInstrument"],
1916
+ properties: [
1917
+ { name: "PressureGaugeType", kind: "enumeration", enumeration: ["DIAL", "DIGITAL", "MANOMETER", "OTHER", "NOTKNOWN", "UNSET"] },
1918
+ { name: "DisplaySize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1919
+ ],
1920
+ },
1921
+ {
1922
+ name: "Pset_FlowInstrumentTypeThermometer",
1923
+ applicableEntities: ["IfcFlowInstrument"],
1924
+ properties: [
1925
+ { name: "ThermometerType", kind: "enumeration", enumeration: ["DIAL", "DIGITAL", "STEM", "OTHER", "NOTKNOWN", "UNSET"] },
1926
+ { name: "DisplaySize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1927
+ ],
1928
+ },
1929
+ {
1930
+ name: "Pset_FlowMeterOccurrence",
1931
+ applicableEntities: ["IfcFlowMeter"],
1932
+ properties: [
1933
+ { name: "Purpose", kind: "enumeration", enumeration: ["MASTER", "SUBMASTER", "SUBMETER", "OTHER", "NOTKNOWN", "UNSET"] },
1934
+ ],
1935
+ },
1936
+ {
1937
+ name: "Pset_FlowMeterTypeCommon",
1938
+ applicableEntities: ["IfcFlowMeter"],
1939
+ properties: [
1940
+ { name: "ReadOutType", kind: "enumeration", enumeration: ["DIAL", "DIGITAL", "OTHER", "NOTKNOWN", "UNSET"] },
1941
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1942
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1943
+ { name: "RemoteReading", kind: "single", dataType: "IfcBoolean" },
1944
+ ],
1945
+ },
1946
+ {
1947
+ name: "Pset_FlowMeterTypeEnergyMeter",
1948
+ applicableEntities: ["IfcFlowMeter"],
1949
+ properties: [
1950
+ { name: "MaximumCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1951
+ { name: "MultipleTarriff", kind: "single", dataType: "IfcBoolean" },
1952
+ { name: "NominalCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
1953
+ ],
1954
+ },
1955
+ {
1956
+ name: "Pset_FlowMeterTypeGasMeter",
1957
+ applicableEntities: ["IfcFlowMeter"],
1958
+ properties: [
1959
+ { name: "GasType", kind: "enumeration", enumeration: ["COMMERCIALBUTANE", "COMMERCIALPROPANE", "LIQUEFIEDPETROLEUMGAS", "NATURALGAS", "OTHER", "NOTKNOWN", "UNSET"] },
1960
+ { name: "ConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1961
+ { name: "MaximumFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1962
+ { name: "MaximumPressureLoss", kind: "single", dataType: "IfcPressureMeasure" },
1963
+ ],
1964
+ },
1965
+ {
1966
+ name: "Pset_FlowMeterTypeOilMeter",
1967
+ applicableEntities: ["IfcFlowMeter"],
1968
+ properties: [
1969
+ { name: "ConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1970
+ { name: "MaximumFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1971
+ ],
1972
+ },
1973
+ {
1974
+ name: "Pset_FlowMeterTypeWaterMeter",
1975
+ applicableEntities: ["IfcFlowMeter"],
1976
+ properties: [
1977
+ { name: "BackflowPreventerType", kind: "enumeration", enumeration: ["NONE", "ATMOSPHERICVACUUMBREAKER", "ANTISIPHONVALVE", "DOUBLECHECKBACKFLOWPREVENTER", "PRESSUREVACUUMBREAKER", "REDUCEDPRESSUREBACKFLOWPREVENTER", "OTHER", "NOTKNOWN", "UNSET"] },
1978
+ { name: "Type", kind: "enumeration", enumeration: ["COMPOUND", "INFERENTIAL", "PISTON", "OTHER", "NOTKNOWN", "UNSET"] },
1979
+ { name: "ConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1980
+ { name: "MaximumFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
1981
+ { name: "MaximumPressureLoss", kind: "single", dataType: "IfcPressureMeasure" },
1982
+ ],
1983
+ },
1984
+ {
1985
+ name: "Pset_FootingCommon",
1986
+ applicableEntities: ["IfcFooting"],
1987
+ properties: [
1988
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
1989
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
1990
+ ],
1991
+ },
1992
+ {
1993
+ name: "Pset_FurnitureTypeChair",
1994
+ applicableEntities: ["IfcFurniture"],
1995
+ properties: [
1996
+ { name: "HighestSeatingHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1997
+ { name: "LowestSeatingHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1998
+ { name: "SeatingHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
1999
+ ],
2000
+ },
2001
+ {
2002
+ name: "Pset_FurnitureTypeCommon",
2003
+ applicableEntities: ["IfcFurniture"],
2004
+ properties: [
2005
+ { name: "Description", kind: "single", dataType: "IfcText" },
2006
+ { name: "IsBuiltIn", kind: "single", dataType: "IfcBoolean" },
2007
+ { name: "MainColor", kind: "single", dataType: "IfcLabel" },
2008
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2009
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2010
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2011
+ { name: "Style", kind: "single", dataType: "IfcLabel" },
2012
+ ],
2013
+ },
2014
+ {
2015
+ name: "Pset_FurnitureTypeDesk",
2016
+ applicableEntities: ["IfcFurniture"],
2017
+ properties: [
2018
+ { name: "WorksurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
2019
+ ],
2020
+ },
2021
+ {
2022
+ name: "Pset_FurnitureTypeFileCabinet",
2023
+ applicableEntities: ["IfcFurniture"],
2024
+ properties: [
2025
+ { name: "WithLock", kind: "single", dataType: "IfcBoolean" },
2026
+ ],
2027
+ },
2028
+ {
2029
+ name: "Pset_FurnitureTypeTable",
2030
+ applicableEntities: ["IfcFurniture"],
2031
+ properties: [
2032
+ { name: "NumberOfChairs", kind: "single", dataType: "IfcInteger" },
2033
+ { name: "WorksurfaceArea", kind: "single", dataType: "IfcAreaMeasure" },
2034
+ ],
2035
+ },
2036
+ {
2037
+ name: "Pset_HeatExchangerTypeCommon",
2038
+ applicableEntities: ["IfcHeatExchanger"],
2039
+ properties: [
2040
+ { name: "Arrangement", kind: "enumeration", enumeration: ["COUNTERFLOW", "CROSSFLOW", "PARALLELFLOW", "MULTIPASS", "OTHER", "NOTKNOWN", "UNSET"] },
2041
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2042
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2043
+ ],
2044
+ },
2045
+ {
2046
+ name: "Pset_HeatExchangerTypePlate",
2047
+ applicableEntities: ["IfcHeatExchanger"],
2048
+ properties: [
2049
+ { name: "NumberOfPlates", kind: "single", dataType: "IfcInteger" },
2050
+ ],
2051
+ },
2052
+ {
2053
+ name: "Pset_HumidifierPHistory",
2054
+ applicableEntities: ["IfcHumidifier"],
2055
+ properties: [],
2056
+ },
2057
+ {
2058
+ name: "Pset_HumidifierTypeCommon",
2059
+ applicableEntities: ["IfcHumidifier"],
2060
+ properties: [
2061
+ { name: "Application", kind: "enumeration", enumeration: ["PORTABLE", "FIXED", "OTHER", "NOTKNOWN", "UNSET"] },
2062
+ { name: "InternalControl", kind: "enumeration", enumeration: ["ONOFF", "STEPPED", "MODULATING", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
2063
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2064
+ { name: "NominalAirFlowRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
2065
+ { name: "NominalMoistureGain", kind: "single", dataType: "IfcMassFlowRateMeasure" },
2066
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2067
+ { name: "WaterRequirement", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
2068
+ { name: "Weight", kind: "single", dataType: "IfcMassMeasure" },
2069
+ ],
2070
+ },
2071
+ {
2072
+ name: "Pset_InterceptorTypeCommon",
2073
+ applicableEntities: ["IfcInterceptor"],
2074
+ properties: [
2075
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2076
+ { name: "CoverLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2077
+ { name: "CoverWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2078
+ { name: "InletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2079
+ { name: "NominalBodyDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2080
+ { name: "NominalBodyLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2081
+ { name: "NominalBodyWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2082
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2083
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2084
+ { name: "VentilatingPipeSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2085
+ ],
2086
+ },
2087
+ {
2088
+ name: "Pset_JunctionBoxTypeCommon",
2089
+ applicableEntities: ["IfcJunctionBox"],
2090
+ properties: [
2091
+ { name: "MountingType", kind: "enumeration", enumeration: ["FACENAIL", "SIDENAIL", "CUT_IN", "OTHER", "NOTKNOWN", "UNSET"] },
2092
+ { name: "PlacingType", kind: "enumeration", enumeration: ["CEILING", "FLOOR", "WALL", "OTHER", "NOTKNOWN", "UNSET"] },
2093
+ { name: "ShapeType", kind: "enumeration", enumeration: ["RECTANGULAR", "ROUND", "SLOT", "OTHER", "NOTKNOWN", "UNSET"] },
2094
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2095
+ { name: "ClearDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2096
+ { name: "IP_Code", kind: "single", dataType: "IfcLabel" },
2097
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
2098
+ { name: "NumberOfGangs", kind: "single", dataType: "IfcInteger" },
2099
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2100
+ ],
2101
+ },
2102
+ {
2103
+ name: "Pset_LampTypeCommon",
2104
+ applicableEntities: ["IfcLamp"],
2105
+ properties: [
2106
+ { name: "LampBallastType", kind: "enumeration", enumeration: ["CONVENTIONAL", "ELECTRONIC", "LOWLOSS", "OTHER", "NOTKNOWN", "UNSET"] },
2107
+ { name: "LampCompensationType", kind: "enumeration", enumeration: ["CAPACITIVE", "INDUCTIVE", "OTHER", "NOTKNOWN", "UNSET"] },
2108
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2109
+ { name: "ColorAppearance", kind: "single", dataType: "IfcLabel" },
2110
+ { name: "ColorRenderingIndex", kind: "single", dataType: "IfcInteger" },
2111
+ { name: "ColorTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2112
+ { name: "ContributedLuminousFlux", kind: "single", dataType: "IfcLuminousFluxMeasure" },
2113
+ { name: "LampMaintenanceFactor", kind: "single", dataType: "IfcReal" },
2114
+ { name: "LightEmitterNominalPower", kind: "single", dataType: "IfcPowerMeasure" },
2115
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2116
+ ],
2117
+ },
2118
+ {
2119
+ name: "Pset_LandRegistration",
2120
+ applicableEntities: ["IfcSite"],
2121
+ properties: [
2122
+ { name: "IsPermanentID", kind: "single", dataType: "IfcBoolean" },
2123
+ { name: "LandID", kind: "single", dataType: "IfcIdentifier" },
2124
+ { name: "LandTitleID", kind: "single", dataType: "IfcIdentifier" },
2125
+ ],
2126
+ },
2127
+ {
2128
+ name: "Pset_LightFixtureTypeCommon",
2129
+ applicableEntities: ["IfcLightFixture"],
2130
+ properties: [
2131
+ { name: "LightFixtureMountingType", kind: "enumeration", enumeration: ["CABLESPANNED", "FREESTANDING", "POLE_SIDE", "POLE_TOP", "RECESSED", "SURFACE", "SUSPENDED", "TRACKMOUNTED", "OTHER", "NOTKNOWN", "UNSET"] },
2132
+ { name: "LightFixturePlacingType", kind: "enumeration", enumeration: ["CEILING", "FLOOR", "FURNITURE", "POLE", "WALL", "OTHER", "NOTKNOWN", "UNSET"] },
2133
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2134
+ { name: "MaintenanceFactor", kind: "single", dataType: "IfcReal" },
2135
+ { name: "MaximumPlenumSensibleLoad", kind: "single", dataType: "IfcPowerMeasure" },
2136
+ { name: "MaximumSpaceSensibleLoad", kind: "single", dataType: "IfcPowerMeasure" },
2137
+ { name: "NumberOfSources", kind: "single", dataType: "IfcInteger" },
2138
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2139
+ { name: "SensibleLoadToRadiant", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2140
+ { name: "TotalWattage", kind: "single", dataType: "IfcPowerMeasure" },
2141
+ ],
2142
+ },
2143
+ {
2144
+ name: "Pset_LightFixtureTypeSecurityLighting",
2145
+ applicableEntities: ["IfcLightFixture"],
2146
+ properties: [
2147
+ { name: "Addressablility", kind: "enumeration", enumeration: ["IMPLEMENTED", "UPGRADEABLETO", "NOTIMPLEMENTED", "OTHER", "NOTKNOWN", "UNSET"] },
2148
+ { name: "BackupSupplySystem", kind: "enumeration", enumeration: ["LOCALBATTERY", "CENTRALBATTERY", "OTHER", "NOTKNOWN", "UNSET"] },
2149
+ { name: "PictogramEscapeDirection", kind: "enumeration", enumeration: ["RIGHTARROW", "LEFTARROW", "DOWNARROW", "UPARROW", "OTHER", "NOTKNOWN", "UNSET"] },
2150
+ { name: "SecurityLightingType", kind: "enumeration", enumeration: ["SAFETYLIGHT", "WARNINGLIGHT", "EMERGENCYEXITLIGHT", "BLUEILLUMINATION", "OTHER", "NOTKNOWN", "UNSET"] },
2151
+ { name: "SelfTestFunction", kind: "enumeration", enumeration: ["CENTRAL", "LOCAL", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
2152
+ { name: "FixtureHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2153
+ ],
2154
+ },
2155
+ {
2156
+ name: "Pset_ManufacturerOccurrence",
2157
+ applicableEntities: ["IfcElement"],
2158
+ properties: [
2159
+ { name: "AssemblyPlace", kind: "enumeration", enumeration: ["FACTORY", "OFFSITE", "SITE", "OTHER", "NOTKNOWN", "UNSET"] },
2160
+ { name: "AcquisitionDate", kind: "single", dataType: "IfcDate" },
2161
+ { name: "BarCode", kind: "single", dataType: "IfcIdentifier" },
2162
+ { name: "BatchReference", kind: "single", dataType: "IfcIdentifier" },
2163
+ { name: "SerialNumber", kind: "single", dataType: "IfcIdentifier" },
2164
+ ],
2165
+ },
2166
+ {
2167
+ name: "Pset_ManufacturerTypeInformation",
2168
+ applicableEntities: ["IfcElement"],
2169
+ properties: [
2170
+ { name: "AssemblyPlace", kind: "enumeration", enumeration: ["FACTORY", "OFFSITE", "SITE", "OTHER", "NOTKNOWN", "UNSET"] },
2171
+ { name: "ArticleNumber", kind: "single", dataType: "IfcIdentifier" },
2172
+ { name: "GlobalTradeItemNumber", kind: "single", dataType: "IfcIdentifier" },
2173
+ { name: "Manufacturer", kind: "single", dataType: "IfcLabel" },
2174
+ { name: "ModelLabel", kind: "single", dataType: "IfcLabel" },
2175
+ { name: "ModelReference", kind: "single", dataType: "IfcLabel" },
2176
+ { name: "ProductionYear", kind: "single", dataType: "IfcLabel" },
2177
+ ],
2178
+ },
2179
+ {
2180
+ name: "Pset_MaterialCombustion",
2181
+ applicableEntities: ["IfcMaterial"],
2182
+ properties: [
2183
+ { name: "CO2Content", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2184
+ { name: "COContent", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2185
+ { name: "N20Content", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2186
+ { name: "SpecificHeatCapacity", kind: "single", dataType: "IfcSpecificHeatCapacityMeasure" },
2187
+ ],
2188
+ },
2189
+ {
2190
+ name: "Pset_MaterialCommon",
2191
+ applicableEntities: ["IfcMaterial"],
2192
+ properties: [
2193
+ { name: "MassDensity", kind: "single", dataType: "IfcMassDensityMeasure" },
2194
+ { name: "MolecularWeight", kind: "single", dataType: "IfcMolecularWeightMeasure" },
2195
+ { name: "Porosity", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
2196
+ ],
2197
+ },
2198
+ {
2199
+ name: "Pset_MaterialConcrete",
2200
+ applicableEntities: ["IfcMaterial"],
2201
+ properties: [
2202
+ { name: "AdmixturesDescription", kind: "single", dataType: "IfcText" },
2203
+ { name: "CompressiveStrength", kind: "single", dataType: "IfcPressureMeasure" },
2204
+ { name: "MaxAggregateSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2205
+ { name: "ProtectivePoreRatio", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
2206
+ { name: "WaterImpermeability", kind: "single", dataType: "IfcText" },
2207
+ { name: "Workability", kind: "single", dataType: "IfcText" },
2208
+ ],
2209
+ },
2210
+ {
2211
+ name: "Pset_MaterialEnergy",
2212
+ applicableEntities: ["IfcMaterial"],
2213
+ properties: [
2214
+ { name: "GasPressure", kind: "single", dataType: "IfcPressureMeasure" },
2215
+ { name: "MoistureCapacityThermalGradient", kind: "single", dataType: "IfcReal" },
2216
+ { name: "SolarRefractionIndex", kind: "single", dataType: "IfcReal" },
2217
+ { name: "SpecificHeatTemperatureDerivative", kind: "single", dataType: "IfcReal" },
2218
+ { name: "ThermalConductivityTemperatureDerivative", kind: "single", dataType: "IfcReal" },
2219
+ { name: "ViscosityTemperatureDerivative", kind: "single", dataType: "IfcReal" },
2220
+ { name: "VisibleRefractionIndex", kind: "single", dataType: "IfcReal" },
2221
+ ],
2222
+ },
2223
+ {
2224
+ name: "Pset_MaterialFuel",
2225
+ applicableEntities: ["IfcMaterial"],
2226
+ properties: [
2227
+ { name: "CarbonContent", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2228
+ { name: "CombustionTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2229
+ { name: "HigherHeatingValue", kind: "single", dataType: "IfcHeatingValueMeasure" },
2230
+ { name: "LowerHeatingValue", kind: "single", dataType: "IfcHeatingValueMeasure" },
2231
+ ],
2232
+ },
2233
+ {
2234
+ name: "Pset_MaterialHygroscopic",
2235
+ applicableEntities: ["IfcMaterial"],
2236
+ properties: [
2237
+ { name: "IsothermalMoistureCapacity", kind: "single", dataType: "IfcIsothermalMoistureCapacityMeasure" },
2238
+ { name: "LowerVaporResistanceFactor", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2239
+ { name: "MoistureDiffusivity", kind: "single", dataType: "IfcMoistureDiffusivityMeasure" },
2240
+ { name: "UpperVaporResistanceFactor", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2241
+ { name: "VaporPermeability", kind: "single", dataType: "IfcVaporPermeabilityMeasure" },
2242
+ ],
2243
+ },
2244
+ {
2245
+ name: "Pset_MaterialMechanical",
2246
+ applicableEntities: ["IfcMaterial"],
2247
+ properties: [
2248
+ { name: "DynamicViscosity", kind: "single", dataType: "IfcDynamicViscosityMeasure" },
2249
+ { name: "PoissonRatio", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2250
+ { name: "ShearModulus", kind: "single", dataType: "IfcModulusOfElasticityMeasure" },
2251
+ { name: "ThermalExpansionCoefficient", kind: "single", dataType: "IfcThermalExpansionCoefficientMeasure" },
2252
+ { name: "YoungModulus", kind: "single", dataType: "IfcModulusOfElasticityMeasure" },
2253
+ ],
2254
+ },
2255
+ {
2256
+ name: "Pset_MaterialOptical",
2257
+ applicableEntities: ["IfcMaterial"],
2258
+ properties: [
2259
+ { name: "SolarReflectanceBack", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2260
+ { name: "SolarReflectanceFront", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2261
+ { name: "SolarTransmittance", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2262
+ { name: "ThermalIrEmissivityBack", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2263
+ { name: "ThermalIrEmissivityFront", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2264
+ { name: "ThermalIrTransmittance", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2265
+ { name: "VisibleReflectanceBack", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2266
+ { name: "VisibleReflectanceFront", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2267
+ { name: "VisibleTransmittance", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2268
+ ],
2269
+ },
2270
+ {
2271
+ name: "Pset_MaterialSteel",
2272
+ applicableEntities: ["IfcMaterial"],
2273
+ properties: [
2274
+ { name: "HardeningModule", kind: "single", dataType: "IfcModulusOfElasticityMeasure" },
2275
+ { name: "PlasticStrain", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2276
+ { name: "ProportionalStress", kind: "single", dataType: "IfcPressureMeasure" },
2277
+ { name: "UltimateStrain", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2278
+ { name: "UltimateStress", kind: "single", dataType: "IfcPressureMeasure" },
2279
+ { name: "YieldStress", kind: "single", dataType: "IfcPressureMeasure" },
2280
+ ],
2281
+ },
2282
+ {
2283
+ name: "Pset_MaterialThermal",
2284
+ applicableEntities: ["IfcMaterial"],
2285
+ properties: [
2286
+ { name: "BoilingPoint", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2287
+ { name: "FreezingPoint", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2288
+ { name: "SpecificHeatCapacity", kind: "single", dataType: "IfcSpecificHeatCapacityMeasure" },
2289
+ { name: "ThermalConductivity", kind: "single", dataType: "IfcThermalConductivityMeasure" },
2290
+ ],
2291
+ },
2292
+ {
2293
+ name: "Pset_MaterialWater",
2294
+ applicableEntities: ["IfcMaterial"],
2295
+ properties: [
2296
+ { name: "AcidityConcentration", kind: "single", dataType: "IfcIonConcentrationMeasure" },
2297
+ { name: "AlkalinityConcentration", kind: "single", dataType: "IfcIonConcentrationMeasure" },
2298
+ { name: "DissolvedSolidsContent", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
2299
+ { name: "Hardness", kind: "single", dataType: "IfcIonConcentrationMeasure" },
2300
+ { name: "ImpuritiesContent", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
2301
+ { name: "IsPotable", kind: "single", dataType: "IfcBoolean" },
2302
+ { name: "PHLevel", kind: "single", dataType: "IfcPHMeasure" },
2303
+ ],
2304
+ },
2305
+ {
2306
+ name: "Pset_MaterialWood",
2307
+ applicableEntities: ["IfcMaterial"],
2308
+ properties: [
2309
+ { name: "AppearanceGrade", kind: "single", dataType: "IfcLabel" },
2310
+ { name: "DimensionalChangeCoefficient", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2311
+ { name: "Layers", kind: "single", dataType: "IfcInteger" },
2312
+ { name: "Layup", kind: "single", dataType: "IfcLabel" },
2313
+ { name: "MoistureContent", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2314
+ { name: "Plies", kind: "single", dataType: "IfcInteger" },
2315
+ { name: "Species", kind: "single", dataType: "IfcLabel" },
2316
+ { name: "StrengthGrade", kind: "single", dataType: "IfcLabel" },
2317
+ { name: "ThicknessSwelling", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2318
+ ],
2319
+ },
2320
+ {
2321
+ name: "Pset_MaterialWoodBasedBeam",
2322
+ applicableEntities: ["IfcMaterial"],
2323
+ properties: [
2324
+ { name: "ApplicableStructuralDesignMethod", kind: "single", dataType: "IfcLabel" },
2325
+ ],
2326
+ },
2327
+ {
2328
+ name: "Pset_MaterialWoodBasedPanel",
2329
+ applicableEntities: ["IfcMaterial"],
2330
+ properties: [
2331
+ { name: "ApplicableStructuralDesignMethod", kind: "single", dataType: "IfcLabel" },
2332
+ ],
2333
+ },
2334
+ {
2335
+ name: "Pset_MechanicalFastenerAnchorBolt",
2336
+ applicableEntities: ["IfcMechanicalFastener"],
2337
+ properties: [
2338
+ { name: "AnchorBoltDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2339
+ { name: "AnchorBoltLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2340
+ { name: "AnchorBoltProtrusionLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2341
+ { name: "AnchorBoltThreadLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2342
+ ],
2343
+ },
2344
+ {
2345
+ name: "Pset_MechanicalFastenerBolt",
2346
+ applicableEntities: ["IfcMechanicalFastener"],
2347
+ properties: [
2348
+ { name: "HeadShape", kind: "single", dataType: "IfcLabel" },
2349
+ { name: "KeyShape", kind: "single", dataType: "IfcLabel" },
2350
+ { name: "NutsCount", kind: "single", dataType: "IfcCountMeasure" },
2351
+ { name: "NutShape", kind: "single", dataType: "IfcLabel" },
2352
+ { name: "ThreadDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2353
+ { name: "ThreadLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2354
+ { name: "WashersCount", kind: "single", dataType: "IfcCountMeasure" },
2355
+ { name: "WasherShape", kind: "single", dataType: "IfcLabel" },
2356
+ ],
2357
+ },
2358
+ {
2359
+ name: "Pset_MedicalDeviceTypeCommon",
2360
+ applicableEntities: ["IfcMedicalDevice"],
2361
+ properties: [
2362
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2363
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2364
+ ],
2365
+ },
2366
+ {
2367
+ name: "Pset_MemberCommon",
2368
+ applicableEntities: ["IfcMember"],
2369
+ properties: [
2370
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2371
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
2372
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
2373
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
2374
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2375
+ { name: "Roll", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2376
+ { name: "Slope", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2377
+ { name: "Span", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2378
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
2379
+ ],
2380
+ },
2381
+ {
2382
+ name: "Pset_MotorConnectionTypeCommon",
2383
+ applicableEntities: ["IfcMotorConnection"],
2384
+ properties: [
2385
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2386
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2387
+ ],
2388
+ },
2389
+ {
2390
+ name: "Pset_OpeningElementCommon",
2391
+ applicableEntities: ["IfcOpeningElement"],
2392
+ properties: [
2393
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2394
+ { name: "FireExit", kind: "single", dataType: "IfcBoolean" },
2395
+ { name: "ProtectedOpening", kind: "single", dataType: "IfcBoolean" },
2396
+ { name: "Purpose", kind: "single", dataType: "IfcLabel" },
2397
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2398
+ ],
2399
+ },
2400
+ {
2401
+ name: "Pset_OutletTypeCommon",
2402
+ applicableEntities: ["IfcOutlet"],
2403
+ properties: [
2404
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2405
+ { name: "IsPluggableOutlet", kind: "single", dataType: "IfcLogical" },
2406
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2407
+ ],
2408
+ },
2409
+ {
2410
+ name: "Pset_OutsideDesignCriteria",
2411
+ applicableEntities: ["IfcBuilding"],
2412
+ properties: [
2413
+ { name: "BuildingThermalExposure", kind: "enumeration", enumeration: ["LIGHT", "MEDIUM", "HEAVY", "NOTKNOWN", "UNSET"] },
2414
+ { name: "CoolingDesignDay", kind: "single", dataType: "IfcDateTime" },
2415
+ { name: "CoolingDryBulb", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2416
+ { name: "CoolingWetBulb", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2417
+ { name: "HeatingDesignDay", kind: "single", dataType: "IfcDateTime" },
2418
+ { name: "HeatingDryBulb", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2419
+ { name: "HeatingWetBulb", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2420
+ { name: "PrevailingWindDirection", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2421
+ { name: "PrevailingWindVelocity", kind: "single", dataType: "IfcLinearVelocityMeasure" },
2422
+ { name: "WeatherDataDate", kind: "single", dataType: "IfcDateTime" },
2423
+ { name: "WeatherDataStation", kind: "single", dataType: "IfcText" },
2424
+ ],
2425
+ },
2426
+ {
2427
+ name: "Pset_PackingInstructions",
2428
+ applicableEntities: [""],
2429
+ properties: [
2430
+ { name: "PackingCareType", kind: "enumeration", enumeration: ["FRAGILE", "HANDLEWITHCARE", "OTHER", "NOTKNOWN", "UNSET"] },
2431
+ { name: "SpecialInstructions", kind: "single", dataType: "IfcText" },
2432
+ ],
2433
+ },
2434
+ {
2435
+ name: "Pset_Permit",
2436
+ applicableEntities: ["IfcPermit"],
2437
+ properties: [
2438
+ { name: "EndDate", kind: "single", dataType: "IfcDateTime" },
2439
+ { name: "EscortRequirement", kind: "single", dataType: "IfcBoolean" },
2440
+ { name: "SpecialRequirements", kind: "single", dataType: "IfcText" },
2441
+ { name: "StartDate", kind: "single", dataType: "IfcDateTime" },
2442
+ ],
2443
+ },
2444
+ {
2445
+ name: "Pset_PileCommon",
2446
+ applicableEntities: ["IfcPile"],
2447
+ properties: [
2448
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2449
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2450
+ ],
2451
+ },
2452
+ {
2453
+ name: "Pset_PipeConnectionFlanged",
2454
+ applicableEntities: ["IfcPipeSegment"],
2455
+ properties: [
2456
+ { name: "BoltholePitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2457
+ { name: "BoltSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2458
+ { name: "BoreSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2459
+ { name: "FlangeDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2460
+ { name: "FlangeStandard", kind: "single", dataType: "IfcLabel" },
2461
+ { name: "FlangeTable", kind: "single", dataType: "IfcLabel" },
2462
+ { name: "FlangeThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2463
+ { name: "NumberOfBoltholes", kind: "single", dataType: "IfcInteger" },
2464
+ ],
2465
+ },
2466
+ {
2467
+ name: "Pset_PipeFittingOccurrence",
2468
+ applicableEntities: ["IfcPipeFitting"],
2469
+ properties: [
2470
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
2471
+ { name: "InteriorRoughnessCoefficient", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2472
+ ],
2473
+ },
2474
+ {
2475
+ name: "Pset_PipeFittingPHistory",
2476
+ applicableEntities: ["IfcPipeFitting"],
2477
+ properties: [],
2478
+ },
2479
+ {
2480
+ name: "Pset_PipeFittingTypeBend",
2481
+ applicableEntities: ["IfcPipeFitting"],
2482
+ properties: [
2483
+ { name: "BendAngle", kind: "single", dataType: "IfcPositivePlaneAngleMeasure" },
2484
+ { name: "BendRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2485
+ ],
2486
+ },
2487
+ {
2488
+ name: "Pset_PipeFittingTypeCommon",
2489
+ applicableEntities: ["IfcPipeFitting"],
2490
+ properties: [
2491
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2492
+ { name: "FittingLossFactor", kind: "single", dataType: "IfcReal" },
2493
+ { name: "PressureClass", kind: "single", dataType: "IfcPressureMeasure" },
2494
+ { name: "PressureRange", kind: "single", dataType: "IfcPressureMeasure" },
2495
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2496
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2497
+ ],
2498
+ },
2499
+ {
2500
+ name: "Pset_PipeFittingTypeJunction",
2501
+ applicableEntities: ["IfcPipeFitting"],
2502
+ properties: [
2503
+ { name: "JunctionType", kind: "enumeration", enumeration: ["TEE", "CROSS", "OTHER", "NOTKNOWN", "UNSET"] },
2504
+ { name: "JunctionLeftAngle", kind: "single", dataType: "IfcPositivePlaneAngleMeasure" },
2505
+ { name: "JunctionLeftRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2506
+ { name: "JunctionRightAngle", kind: "single", dataType: "IfcPositivePlaneAngleMeasure" },
2507
+ { name: "JunctionRightRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2508
+ ],
2509
+ },
2510
+ {
2511
+ name: "Pset_PipeSegmentOccurrence",
2512
+ applicableEntities: ["IfcPipeSegment"],
2513
+ properties: [
2514
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
2515
+ { name: "Gradient", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2516
+ { name: "InteriorRoughnessCoefficient", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2517
+ { name: "InvertElevation", kind: "single", dataType: "IfcLengthMeasure" },
2518
+ ],
2519
+ },
2520
+ {
2521
+ name: "Pset_PipeSegmentPHistory",
2522
+ applicableEntities: ["IfcPipeSegment"],
2523
+ properties: [],
2524
+ },
2525
+ {
2526
+ name: "Pset_PipeSegmentTypeCommon",
2527
+ applicableEntities: ["IfcPipeSegment"],
2528
+ properties: [
2529
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2530
+ { name: "InnerDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2531
+ { name: "NominalDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2532
+ { name: "OuterDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2533
+ { name: "PressureRange", kind: "single", dataType: "IfcPressureMeasure" },
2534
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2535
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2536
+ { name: "WorkingPressure", kind: "single", dataType: "IfcPressureMeasure" },
2537
+ ],
2538
+ },
2539
+ {
2540
+ name: "Pset_PipeSegmentTypeCulvert",
2541
+ applicableEntities: ["IfcPipeSegment"],
2542
+ properties: [
2543
+ { name: "ClearDepth", kind: "single", dataType: "IfcLengthMeasure" },
2544
+ { name: "InternalWidth", kind: "single", dataType: "IfcLengthMeasure" },
2545
+ ],
2546
+ },
2547
+ {
2548
+ name: "Pset_PipeSegmentTypeGutter",
2549
+ applicableEntities: ["IfcPipeSegment"],
2550
+ properties: [
2551
+ { name: "FlowRating", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
2552
+ { name: "Slope", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2553
+ ],
2554
+ },
2555
+ {
2556
+ name: "Pset_PlateCommon",
2557
+ applicableEntities: ["IfcPlate"],
2558
+ properties: [
2559
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2560
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
2561
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
2562
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
2563
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
2564
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2565
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
2566
+ ],
2567
+ },
2568
+ {
2569
+ name: "Pset_PrecastConcreteElementFabrication",
2570
+ applicableEntities: ["IfcBuildingElement"],
2571
+ properties: [
2572
+ { name: "ActualErectionDate", kind: "single", dataType: "IfcDateTime" },
2573
+ { name: "ActualProductionDate", kind: "single", dataType: "IfcDateTime" },
2574
+ { name: "AsBuiltLocationNumber", kind: "single", dataType: "IfcLabel" },
2575
+ { name: "PieceMark", kind: "single", dataType: "IfcLabel" },
2576
+ { name: "ProductionLotId", kind: "single", dataType: "IfcIdentifier" },
2577
+ { name: "SerialNumber", kind: "single", dataType: "IfcIdentifier" },
2578
+ { name: "TypeDesignator", kind: "single", dataType: "IfcLabel" },
2579
+ ],
2580
+ },
2581
+ {
2582
+ name: "Pset_PrecastConcreteElementGeneral",
2583
+ applicableEntities: ["IfcBuildingElement"],
2584
+ properties: [
2585
+ { name: "BatterAtEnd", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2586
+ { name: "BatterAtStart", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2587
+ { name: "CamberAtMidspan", kind: "single", dataType: "IfcRatioMeasure" },
2588
+ { name: "CornerChamfer", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2589
+ { name: "DesignLocationNumber", kind: "single", dataType: "IfcLabel" },
2590
+ { name: "FormStrippingStrength", kind: "single", dataType: "IfcPressureMeasure" },
2591
+ { name: "HollowCorePlugging", kind: "single", dataType: "IfcLabel" },
2592
+ { name: "InitialTension", kind: "single", dataType: "IfcPressureMeasure" },
2593
+ { name: "LiftingStrength", kind: "single", dataType: "IfcPressureMeasure" },
2594
+ { name: "ManufacturingToleranceClass", kind: "single", dataType: "IfcLabel" },
2595
+ { name: "MinimumAllowableSupportLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2596
+ { name: "PieceMark", kind: "single", dataType: "IfcLabel" },
2597
+ { name: "ReleaseStrength", kind: "single", dataType: "IfcPressureMeasure" },
2598
+ { name: "Shortening", kind: "single", dataType: "IfcRatioMeasure" },
2599
+ { name: "SupportDuringTransportDescription", kind: "single", dataType: "IfcText" },
2600
+ { name: "TendonRelaxation", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2601
+ { name: "TransportationStrength", kind: "single", dataType: "IfcPressureMeasure" },
2602
+ { name: "Twisting", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2603
+ { name: "TypeDesignator", kind: "single", dataType: "IfcLabel" },
2604
+ ],
2605
+ },
2606
+ {
2607
+ name: "Pset_PrecastSlab",
2608
+ applicableEntities: ["IfcSlab"],
2609
+ properties: [
2610
+ { name: "AngleBetweenComponentAxes", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2611
+ { name: "AngleToFirstAxis", kind: "single", dataType: "IfcPlaneAngleMeasure" },
2612
+ { name: "DistanceBetweenComponentAxes", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2613
+ { name: "EdgeDistanceToFirstAxis", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2614
+ { name: "NominalThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2615
+ { name: "NominalToppingThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2616
+ { name: "ToppingType", kind: "single", dataType: "IfcLabel" },
2617
+ { name: "TypeDesignator", kind: "single", dataType: "IfcLabel" },
2618
+ ],
2619
+ },
2620
+ {
2621
+ name: "Pset_ProfileArbitraryDoubleT",
2622
+ applicableEntities: ["IfcArbitraryClosedProfileDef"],
2623
+ properties: [
2624
+ { name: "FlangeBaseFillet", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2625
+ { name: "FlangeChamfer", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2626
+ { name: "FlangeDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2627
+ { name: "FlangeDraft", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2628
+ { name: "FlangeTopFillet", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2629
+ { name: "LeftFlangeWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2630
+ { name: "OverallDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2631
+ { name: "OverallWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2632
+ { name: "RightFlangeWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2633
+ { name: "StemBaseChamfer", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2634
+ { name: "StemBaseFillet", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2635
+ { name: "StemBaseWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2636
+ { name: "StemTopChamfer", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2637
+ { name: "StemTopFillet", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2638
+ { name: "StemTopWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2639
+ ],
2640
+ },
2641
+ {
2642
+ name: "Pset_ProfileArbitraryHollowCore",
2643
+ applicableEntities: ["IfcArbitraryProfileDefWithVoids"],
2644
+ properties: [
2645
+ { name: "BaseChamfer", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2646
+ { name: "BottomCover", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2647
+ { name: "CenterCoreBaseHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2648
+ { name: "CenterCoreBaseWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2649
+ { name: "CenterCoreMiddleHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2650
+ { name: "CenterCoreSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2651
+ { name: "CenterCoreTopHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2652
+ { name: "CenterCoreTopWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2653
+ { name: "CoreBaseHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2654
+ { name: "CoreBaseWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2655
+ { name: "CoreMiddleHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2656
+ { name: "CoreSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2657
+ { name: "CoreTopHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2658
+ { name: "CoreTopWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2659
+ { name: "DraftBaseOffset", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2660
+ { name: "DraftSideOffset", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2661
+ { name: "EdgeDraft", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2662
+ { name: "KeyDepth", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2663
+ { name: "KeyHeight", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2664
+ { name: "KeyOffset", kind: "single", dataType: "IfcNonNegativeLengthMeasure" },
2665
+ { name: "NumberOfCores", kind: "single", dataType: "IfcCountMeasure" },
2666
+ { name: "OverallDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2667
+ { name: "OverallWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2668
+ ],
2669
+ },
2670
+ {
2671
+ name: "Pset_ProfileMechanical",
2672
+ applicableEntities: ["IfcProfileDef"],
2673
+ properties: [
2674
+ { name: "CentreOfGravityInX", kind: "single", dataType: "IfcLengthMeasure" },
2675
+ { name: "CentreOfGravityInY", kind: "single", dataType: "IfcLengthMeasure" },
2676
+ { name: "CrossSectionArea", kind: "single", dataType: "IfcAreaMeasure" },
2677
+ { name: "MassPerLength", kind: "single", dataType: "IfcMassPerLengthMeasure" },
2678
+ { name: "MaximumPlateThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2679
+ { name: "MaximumSectionModulusY", kind: "single", dataType: "IfcSectionModulusMeasure" },
2680
+ { name: "MaximumSectionModulusZ", kind: "single", dataType: "IfcSectionModulusMeasure" },
2681
+ { name: "MinimumPlateThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2682
+ { name: "MinimumSectionModulusY", kind: "single", dataType: "IfcSectionModulusMeasure" },
2683
+ { name: "MinimumSectionModulusZ", kind: "single", dataType: "IfcSectionModulusMeasure" },
2684
+ { name: "MomentOfInertiaY", kind: "single", dataType: "IfcMomentOfInertiaMeasure" },
2685
+ { name: "MomentOfInertiaYZ", kind: "single", dataType: "IfcMomentOfInertiaMeasure" },
2686
+ { name: "MomentOfInertiaZ", kind: "single", dataType: "IfcMomentOfInertiaMeasure" },
2687
+ { name: "Perimeter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
2688
+ { name: "PlasticShapeFactorY", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2689
+ { name: "PlasticShapeFactorZ", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2690
+ { name: "ShearAreaY", kind: "single", dataType: "IfcAreaMeasure" },
2691
+ { name: "ShearAreaZ", kind: "single", dataType: "IfcAreaMeasure" },
2692
+ { name: "ShearCentreY", kind: "single", dataType: "IfcLengthMeasure" },
2693
+ { name: "ShearCentreZ", kind: "single", dataType: "IfcLengthMeasure" },
2694
+ { name: "ShearDeformationAreaY", kind: "single", dataType: "IfcAreaMeasure" },
2695
+ { name: "ShearDeformationAreaZ", kind: "single", dataType: "IfcAreaMeasure" },
2696
+ { name: "TorsionalConstantX", kind: "single", dataType: "IfcMomentOfInertiaMeasure" },
2697
+ { name: "TorsionalSectionModulus", kind: "single", dataType: "IfcSectionModulusMeasure" },
2698
+ { name: "WarpingConstant", kind: "single", dataType: "IfcWarpingConstantMeasure" },
2699
+ ],
2700
+ },
2701
+ {
2702
+ name: "Pset_ProjectOrderChangeOrder",
2703
+ applicableEntities: ["IfcProjectOrder"],
2704
+ properties: [
2705
+ { name: "BudgetSource", kind: "single", dataType: "IfcText" },
2706
+ { name: "ReasonForChange", kind: "single", dataType: "IfcText" },
2707
+ ],
2708
+ },
2709
+ {
2710
+ name: "Pset_ProjectOrderMaintenanceWorkOrder",
2711
+ applicableEntities: ["IfcProjectOrder"],
2712
+ properties: [
2713
+ { name: "FaultPriorityType", kind: "enumeration", enumeration: ["HIGH", "MEDIUM", "LOW", "OTHER", "NOTKNOWN", "UNSET"] },
2714
+ { name: "LocationPriorityType", kind: "enumeration", enumeration: ["HIGH", "MEDIUM", "LOW", "OTHER", "NOTKNOWN", "UNSET"] },
2715
+ { name: "MaintenaceType", kind: "enumeration", enumeration: ["CONDITIONBASED", "CORRECTIVE", "PLANNEDCORRECTIVE", "SCHEDULED", "OTHER", "NOTKNOWN", "UNSET"] },
2716
+ { name: "ContractualType", kind: "single", dataType: "IfcText" },
2717
+ { name: "IfNotAccomplished", kind: "single", dataType: "IfcText" },
2718
+ { name: "ProductDescription", kind: "single", dataType: "IfcText" },
2719
+ { name: "ScheduledFrequency", kind: "single", dataType: "IfcTimeMeasure" },
2720
+ { name: "WorkTypeRequested", kind: "single", dataType: "IfcText" },
2721
+ ],
2722
+ },
2723
+ {
2724
+ name: "Pset_ProjectOrderMoveOrder",
2725
+ applicableEntities: ["IfcProjectOrder"],
2726
+ properties: [
2727
+ { name: "SpecialInstructions", kind: "single", dataType: "IfcText" },
2728
+ ],
2729
+ },
2730
+ {
2731
+ name: "Pset_ProjectOrderPurchaseOrder",
2732
+ applicableEntities: ["IfcProjectOrder"],
2733
+ properties: [
2734
+ { name: "IsFOB", kind: "single", dataType: "IfcBoolean" },
2735
+ { name: "ShipMethod", kind: "single", dataType: "IfcText" },
2736
+ ],
2737
+ },
2738
+ {
2739
+ name: "Pset_ProjectOrderWorkOrder",
2740
+ applicableEntities: ["IfcProjectOrder"],
2741
+ properties: [
2742
+ { name: "ContractualType", kind: "single", dataType: "IfcText" },
2743
+ { name: "IfNotAccomplished", kind: "single", dataType: "IfcText" },
2744
+ { name: "ProductDescription", kind: "single", dataType: "IfcText" },
2745
+ { name: "WorkTypeRequested", kind: "single", dataType: "IfcText" },
2746
+ ],
2747
+ },
2748
+ {
2749
+ name: "Pset_PropertyAgreement",
2750
+ applicableEntities: ["IfcSpatialStructureElement"],
2751
+ properties: [
2752
+ { name: "AgreementType", kind: "enumeration", enumeration: ["ASSIGNMENT", "LEASE", "TENANT", "OTHER", "NOTKNOWN", "UNSET"] },
2753
+ { name: "CommencementDate", kind: "single", dataType: "IfcDate" },
2754
+ { name: "ConditionCommencement", kind: "single", dataType: "IfcText" },
2755
+ { name: "ConditionTermination", kind: "single", dataType: "IfcText" },
2756
+ { name: "Duration", kind: "single", dataType: "IfcDuration" },
2757
+ { name: "Identifier", kind: "single", dataType: "IfcIdentifier" },
2758
+ { name: "Options", kind: "single", dataType: "IfcText" },
2759
+ { name: "PropertyName", kind: "single", dataType: "IfcLabel" },
2760
+ { name: "Restrictions", kind: "single", dataType: "IfcText" },
2761
+ { name: "TerminationDate", kind: "single", dataType: "IfcDate" },
2762
+ { name: "Version", kind: "single", dataType: "IfcLabel" },
2763
+ { name: "VersionDate", kind: "single", dataType: "IfcDate" },
2764
+ ],
2765
+ },
2766
+ {
2767
+ name: "Pset_ProtectiveDeviceBreakerUnitI2TCurve",
2768
+ applicableEntities: ["IfcProtectiveDevice"],
2769
+ properties: [
2770
+ { name: "VoltageLevel", kind: "enumeration", enumeration: ["U230", "U400", "U440", "U525", "U690", "U1000", "OTHER", "NOTKNOWN", "UNSET"] },
2771
+ { name: "NominalCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2772
+ ],
2773
+ },
2774
+ {
2775
+ name: "Pset_ProtectiveDeviceBreakerUnitI2TFuseCurve",
2776
+ applicableEntities: ["IfcProtectiveDevice"],
2777
+ properties: [
2778
+ { name: "VoltageLevel", kind: "enumeration", enumeration: ["U230", "U400", "U440", "U525", "U690", "U1000", "OTHER", "NOTKNOWN", "UNSET"] },
2779
+ ],
2780
+ },
2781
+ {
2782
+ name: "Pset_ProtectiveDeviceBreakerUnitIPICurve",
2783
+ applicableEntities: ["IfcProtectiveDevice"],
2784
+ properties: [
2785
+ { name: "VoltageLevel", kind: "enumeration", enumeration: ["U230", "U400", "U440", "U525", "U690", "U1000", "OTHER", "NOTKNOWN", "UNSET"] },
2786
+ { name: "NominalCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2787
+ ],
2788
+ },
2789
+ {
2790
+ name: "Pset_ProtectiveDeviceBreakerUnitTypeMCB",
2791
+ applicableEntities: ["IfcProtectiveDevice"],
2792
+ properties: [
2793
+ { name: "VoltageLevel", kind: "enumeration", enumeration: ["U230", "U400", "U440", "U525", "U690", "U1000", "OTHER", "NOTKNOWN", "UNSET"] },
2794
+ { name: "ICN60898", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2795
+ { name: "ICS60898", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2796
+ { name: "ICS60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2797
+ { name: "ICU60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2798
+ { name: "NominalCurrents", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2799
+ { name: "PowerLoss", kind: "single", dataType: "IfcPowerMeasure" },
2800
+ ],
2801
+ },
2802
+ {
2803
+ name: "Pset_ProtectiveDeviceBreakerUnitTypeMotorProtection",
2804
+ applicableEntities: ["IfcProtectiveDevice"],
2805
+ properties: [
2806
+ { name: "VoltageLevel", kind: "enumeration", enumeration: ["U230", "U400", "U440", "U525", "U690", "U1000", "OTHER", "NOTKNOWN", "UNSET"] },
2807
+ { name: "ICM60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2808
+ { name: "ICS60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2809
+ { name: "ICU60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2810
+ { name: "ICW60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2811
+ { name: "PerformanceClasses", kind: "single", dataType: "IfcLabel" },
2812
+ ],
2813
+ },
2814
+ {
2815
+ name: "Pset_ProtectiveDeviceOccurrence",
2816
+ applicableEntities: ["IfcProtectiveDevice"],
2817
+ properties: [
2818
+ { name: "PoleUsage", kind: "enumeration", enumeration: ["1P", "2P", "3P", "4P", "1PN", "3PN", "OTHER", "NOTKNOWN", "UNSET"] },
2819
+ { name: "GroundFaultCurrentSetValue", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2820
+ { name: "GroundFaultFunction", kind: "single", dataType: "IfcBoolean" },
2821
+ { name: "GroundFaulti2tFunction", kind: "single", dataType: "IfcBoolean" },
2822
+ { name: "GroundFaultTrippingTime", kind: "single", dataType: "IfcTimeMeasure" },
2823
+ { name: "InstantaneousCurrentSetValue", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2824
+ { name: "InstantaneousTrippingTime", kind: "single", dataType: "IfcTimeMeasure" },
2825
+ { name: "LongTimeCurrentSetValue", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2826
+ { name: "LongTimeDelay", kind: "single", dataType: "IfcTimeMeasure" },
2827
+ { name: "LongTimeFunction", kind: "single", dataType: "IfcBoolean" },
2828
+ { name: "ShortTimeCurrentSetValue", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2829
+ { name: "ShortTimeFunction", kind: "single", dataType: "IfcBoolean" },
2830
+ { name: "ShortTimei2tFunction", kind: "single", dataType: "IfcBoolean" },
2831
+ { name: "ShortTimeTrippingTime", kind: "single", dataType: "IfcTimeMeasure" },
2832
+ ],
2833
+ },
2834
+ {
2835
+ name: "Pset_ProtectiveDeviceTrippingCurve",
2836
+ applicableEntities: ["IfcProtectiveDevice"],
2837
+ properties: [
2838
+ { name: "TrippingCurveType", kind: "enumeration", enumeration: ["UPPER", "LOWER", "OTHER", "NOTKNOWN", "UNSET"] },
2839
+ ],
2840
+ },
2841
+ {
2842
+ name: "Pset_ProtectiveDeviceTrippingFunctionGCurve",
2843
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2844
+ properties: [
2845
+ { name: "CurrentTolerance1", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2846
+ { name: "CurrentTolerance2", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2847
+ { name: "CurrentToleranceLimit1", kind: "single", dataType: "IfcTimeMeasure" },
2848
+ { name: "ExternalAdjusted", kind: "single", dataType: "IfcBoolean" },
2849
+ { name: "IsCurrentTolerancePositiveOnly", kind: "single", dataType: "IfcBoolean" },
2850
+ { name: "IsSelectable", kind: "single", dataType: "IfcBoolean" },
2851
+ { name: "IsTimeTolerancePositiveOnly", kind: "single", dataType: "IfcBoolean" },
2852
+ { name: "NominalCurrentAdjusted", kind: "single", dataType: "IfcBoolean" },
2853
+ { name: "ReleaseCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2854
+ { name: "ReleaseCurrentI2tEnd", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2855
+ { name: "ReleaseCurrentI2tStart", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2856
+ { name: "ReleaseTime", kind: "single", dataType: "IfcTimeMeasure" },
2857
+ { name: "ReleaseTimeI2tEnd", kind: "single", dataType: "IfcTimeMeasure" },
2858
+ { name: "ReleaseTimeI2tStart", kind: "single", dataType: "IfcTimeMeasure" },
2859
+ { name: "TimeTolerance1", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2860
+ { name: "TimeTolerance2", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2861
+ { name: "TimeToleranceLimit1", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2862
+ ],
2863
+ },
2864
+ {
2865
+ name: "Pset_ProtectiveDeviceTrippingFunctionICurve",
2866
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2867
+ properties: [
2868
+ { name: "CurrentTolerance1", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2869
+ { name: "CurrentTolerance2", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2870
+ { name: "CurrentToleranceLimit1", kind: "single", dataType: "IfcTimeMeasure" },
2871
+ { name: "IsCurrentTolerancePositiveOnly", kind: "single", dataType: "IfcBoolean" },
2872
+ { name: "IsOffWhenSFunctionOn", kind: "single", dataType: "IfcBoolean" },
2873
+ { name: "IsSelectable", kind: "single", dataType: "IfcBoolean" },
2874
+ { name: "IsTimeTolerancePositiveOnly", kind: "single", dataType: "IfcBoolean" },
2875
+ { name: "MaxAdjustmentX_ICS", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2876
+ { name: "NominalCurrentAdjusted", kind: "single", dataType: "IfcBoolean" },
2877
+ { name: "ReleaseCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2878
+ { name: "ReleaseTime", kind: "single", dataType: "IfcTimeMeasure" },
2879
+ { name: "TimeTolerance1", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2880
+ { name: "TimeTolerance2", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2881
+ { name: "TimeToleranceLimit1", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2882
+ ],
2883
+ },
2884
+ {
2885
+ name: "Pset_ProtectiveDeviceTrippingFunctionLCurve",
2886
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2887
+ properties: [
2888
+ { name: "IsSelectable", kind: "single", dataType: "IfcBoolean" },
2889
+ { name: "LowerCurrent1", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2890
+ { name: "LowerCurrent2", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2891
+ { name: "LowerTime1", kind: "single", dataType: "IfcTimeMeasure" },
2892
+ { name: "LowerTime2", kind: "single", dataType: "IfcTimeMeasure" },
2893
+ { name: "UpperCurrent1", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2894
+ { name: "UpperCurrent2", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2895
+ { name: "UpperTime1", kind: "single", dataType: "IfcTimeMeasure" },
2896
+ { name: "UpperTime2", kind: "single", dataType: "IfcTimeMeasure" },
2897
+ ],
2898
+ },
2899
+ {
2900
+ name: "Pset_ProtectiveDeviceTrippingFunctionSCurve",
2901
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2902
+ properties: [
2903
+ { name: "CurrentTolerance1", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2904
+ { name: "CurrentTolerance2", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2905
+ { name: "CurrentToleranceLimit1", kind: "single", dataType: "IfcTimeMeasure" },
2906
+ { name: "IsCurrentTolerancePositiveOnly", kind: "single", dataType: "IfcBoolean" },
2907
+ { name: "IsOffWhenLfunctionOn", kind: "single", dataType: "IfcBoolean" },
2908
+ { name: "IsSelectable", kind: "single", dataType: "IfcBoolean" },
2909
+ { name: "IsTimeTolerancePositiveOnly", kind: "single", dataType: "IfcBoolean" },
2910
+ { name: "NominalCurrentAdjusted", kind: "single", dataType: "IfcBoolean" },
2911
+ { name: "ReleaseCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2912
+ { name: "ReleaseCurrentI2tEnd", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2913
+ { name: "ReleaseCurrentI2tStart", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2914
+ { name: "ReleaseTime", kind: "single", dataType: "IfcTimeMeasure" },
2915
+ { name: "ReleaseTimeI2tEnd", kind: "single", dataType: "IfcTimeMeasure" },
2916
+ { name: "ReleaseTimeI2tStart", kind: "single", dataType: "IfcTimeMeasure" },
2917
+ { name: "TimeTolerance1", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2918
+ { name: "TimeTolerance2", kind: "single", dataType: "IfcPositiveRatioMeasure" },
2919
+ { name: "TimeToleranceLimit1", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2920
+ ],
2921
+ },
2922
+ {
2923
+ name: "Pset_ProtectiveDeviceTrippingUnitCurrentAdjustment",
2924
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2925
+ properties: [
2926
+ { name: "AdjustmentValueType", kind: "enumeration", enumeration: ["RANGE", "LIST"] },
2927
+ { name: "AdjustmentDesignation", kind: "single", dataType: "IfcLabel" },
2928
+ { name: "AdjustmentRange", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2929
+ { name: "AdjustmentRangeStepValue", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2930
+ { name: "AdjustmentValues", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2931
+ ],
2932
+ },
2933
+ {
2934
+ name: "Pset_ProtectiveDeviceTrippingUnitTimeAdjustment",
2935
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2936
+ properties: [
2937
+ { name: "AdjustmentValueType", kind: "enumeration", enumeration: ["RANGE", "LIST"] },
2938
+ { name: "I2TApplicability", kind: "enumeration", enumeration: ["L_FUNCTION", "S_FUNCTION", "G_FUNCTION", "OTHER", "NOTKNOWN", "UNSET"] },
2939
+ { name: "AdjustmentDesignation", kind: "single", dataType: "IfcLabel" },
2940
+ { name: "AdjustmentRange", kind: "single", dataType: "IfcTimeMeasure" },
2941
+ { name: "AdjustmentRangeStepValue", kind: "single", dataType: "IfcTimeMeasure" },
2942
+ { name: "AdjustmentValues", kind: "single", dataType: "IfcTimeMeasure" },
2943
+ { name: "CurrentForTimeDelay", kind: "single", dataType: "IfcTimeMeasure" },
2944
+ ],
2945
+ },
2946
+ {
2947
+ name: "Pset_ProtectiveDeviceTrippingUnitTypeCommon",
2948
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2949
+ properties: [
2950
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
2951
+ { name: "AtexVerified", kind: "single", dataType: "IfcBoolean" },
2952
+ { name: "LimitingTerminalSize", kind: "single", dataType: "IfcAreaMeasure" },
2953
+ { name: "OldDevice", kind: "single", dataType: "IfcBoolean" },
2954
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
2955
+ { name: "Standard", kind: "single", dataType: "IfcLabel" },
2956
+ { name: "UseInDiscrimination", kind: "single", dataType: "IfcBoolean" },
2957
+ ],
2958
+ },
2959
+ {
2960
+ name: "Pset_ProtectiveDeviceTrippingUnitTypeElectroMagnetic",
2961
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2962
+ properties: [
2963
+ { name: "ElectroMagneticTrippingUnitType", kind: "enumeration", enumeration: ["OL", "TMP_STD", "TMP_SC", "TMP_MP", "TMP_BM", "OTHER", "NOTKNOWN", "UNSET"] },
2964
+ { name: "CurveDesignation", kind: "single", dataType: "IfcLabel" },
2965
+ { name: "DefinedTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
2966
+ { name: "I1", kind: "single", dataType: "IfcReal" },
2967
+ { name: "I2", kind: "single", dataType: "IfcReal" },
2968
+ { name: "I4", kind: "single", dataType: "IfcReal" },
2969
+ { name: "I5", kind: "single", dataType: "IfcReal" },
2970
+ { name: "T2", kind: "single", dataType: "IfcTimeMeasure" },
2971
+ { name: "T5", kind: "single", dataType: "IfcTimeMeasure" },
2972
+ { name: "TemperatureFactor", kind: "single", dataType: "IfcRatioMeasure" },
2973
+ ],
2974
+ },
2975
+ {
2976
+ name: "Pset_ProtectiveDeviceTrippingUnitTypeElectronic",
2977
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2978
+ properties: [
2979
+ { name: "ElectronicTrippingUnitType", kind: "enumeration", enumeration: ["EP_BM", "EP_MP", "EP_SC", "EP_STD", "EP_TIMEDELAYED", "OTHER", "NOTKNOWN", "UNSET"] },
2980
+ { name: "N_Protection_100", kind: "single", dataType: "IfcBoolean" },
2981
+ { name: "N_Protection_50", kind: "single", dataType: "IfcBoolean" },
2982
+ { name: "N_Protection_Select", kind: "single", dataType: "IfcBoolean" },
2983
+ { name: "N_Protection", kind: "single", dataType: "IfcBoolean" },
2984
+ { name: "NominalCurrents", kind: "single", dataType: "IfcElectricCurrentMeasure" },
2985
+ ],
2986
+ },
2987
+ {
2988
+ name: "Pset_ProtectiveDeviceTrippingUnitTypeResidualCurrent",
2989
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2990
+ properties: [
2991
+ { name: "TrippingUnitReleaseCurrent", kind: "enumeration", enumeration: ["10", "30", "100", "300", "500", "1000", "OTHER", "NOTKNOWN", "UNSET"] },
2992
+ ],
2993
+ },
2994
+ {
2995
+ name: "Pset_ProtectiveDeviceTrippingUnitTypeThermal",
2996
+ applicableEntities: ["IfcProtectiveDeviceTrippingUnit"],
2997
+ properties: [
2998
+ { name: "ThermalTrippingUnitType", kind: "enumeration", enumeration: ["NH_FUSE", "DIAZED", "MINIZED", "NEOZED", "OTHER", "NOTKNOWN", "UNSET"] },
2999
+ { name: "CurveDesignation", kind: "single", dataType: "IfcLabel" },
3000
+ { name: "DefinedTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3001
+ { name: "I1", kind: "single", dataType: "IfcReal" },
3002
+ { name: "I2", kind: "single", dataType: "IfcReal" },
3003
+ { name: "T2", kind: "single", dataType: "IfcTimeMeasure" },
3004
+ { name: "TemperatureFactor", kind: "single", dataType: "IfcRatioMeasure" },
3005
+ ],
3006
+ },
3007
+ {
3008
+ name: "Pset_ProtectiveDeviceTypeCircuitBreaker",
3009
+ applicableEntities: ["IfcProtectiveDevice"],
3010
+ properties: [
3011
+ { name: "VoltageLevel", kind: "enumeration", enumeration: ["U230", "U400", "U440", "U525", "U690", "U1000", "OTHER", "NOTKNOWN", "UNSET"] },
3012
+ { name: "ICM60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3013
+ { name: "ICS60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3014
+ { name: "ICU60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3015
+ { name: "ICW60947", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3016
+ { name: "PerformanceClasses", kind: "single", dataType: "IfcLabel" },
3017
+ ],
3018
+ },
3019
+ {
3020
+ name: "Pset_ProtectiveDeviceTypeCommon",
3021
+ applicableEntities: ["IfcProtectiveDevice"],
3022
+ properties: [
3023
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3024
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3025
+ ],
3026
+ },
3027
+ {
3028
+ name: "Pset_ProtectiveDeviceTypeEarthLeakageCircuitBreaker",
3029
+ applicableEntities: ["IfcProtectiveDevice"],
3030
+ properties: [
3031
+ { name: "EarthFailureDeviceType", kind: "enumeration", enumeration: ["STANDARD", "TIMEDELAYED", "OTHER", "NOTKNOWN", "UNSET"] },
3032
+ { name: "Sensitivity", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3033
+ ],
3034
+ },
3035
+ {
3036
+ name: "Pset_ProtectiveDeviceTypeFuseDisconnector",
3037
+ applicableEntities: ["IfcProtectiveDevice"],
3038
+ properties: [
3039
+ { name: "FuseDisconnectorType", kind: "enumeration", enumeration: ["ENGINEPROTECTIONDEVICE", "FUSEDSWITCH", "HRC", "OVERLOADPROTECTIONDEVICE", "SWITCHDISCONNECTORFUSE", "OTHER", "NOTKNOWN", "UNSET"] },
3040
+ { name: "VoltageLevel", kind: "enumeration", enumeration: ["U230", "U400", "U440", "U525", "U690", "U1000", "OTHER", "NOTKNOWN", "UNSET"] },
3041
+ { name: "IC60269", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3042
+ { name: "PowerLoss", kind: "single", dataType: "IfcPowerMeasure" },
3043
+ ],
3044
+ },
3045
+ {
3046
+ name: "Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker",
3047
+ applicableEntities: ["IfcProtectiveDevice"],
3048
+ properties: [
3049
+ { name: "Sensitivity", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3050
+ ],
3051
+ },
3052
+ {
3053
+ name: "Pset_ProtectiveDeviceTypeResidualCurrentSwitch",
3054
+ applicableEntities: ["IfcProtectiveDevice"],
3055
+ properties: [
3056
+ { name: "Sensitivity", kind: "single", dataType: "IfcElectricCurrentMeasure" },
3057
+ ],
3058
+ },
3059
+ {
3060
+ name: "Pset_ProtectiveDeviceTypeVaristor",
3061
+ applicableEntities: ["IfcProtectiveDevice"],
3062
+ properties: [
3063
+ { name: "VaristorType", kind: "enumeration", enumeration: ["METALOXIDE", "ZINCOXIDE", "OTHER", "NOTKNOWN", "UNSET"] },
3064
+ ],
3065
+ },
3066
+ {
3067
+ name: "Pset_PumpOccurrence",
3068
+ applicableEntities: ["IfcPump"],
3069
+ properties: [
3070
+ { name: "BaseType", kind: "enumeration", enumeration: ["FRAME", "BASE", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
3071
+ { name: "DriveConnectionType", kind: "enumeration", enumeration: ["DIRECTDRIVE", "BELTDRIVE", "COUPLING", "OTHER", "NOTKNOWN", "UNSET"] },
3072
+ { name: "ImpellerDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3073
+ ],
3074
+ },
3075
+ {
3076
+ name: "Pset_PumpPHistory",
3077
+ applicableEntities: ["IfcPump"],
3078
+ properties: [],
3079
+ },
3080
+ {
3081
+ name: "Pset_PumpTypeCommon",
3082
+ applicableEntities: ["IfcPump"],
3083
+ properties: [
3084
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3085
+ { name: "ConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3086
+ { name: "FlowRateRange", kind: "single", dataType: "IfcMassFlowRateMeasure" },
3087
+ { name: "FlowResistanceRange", kind: "single", dataType: "IfcPressureMeasure" },
3088
+ { name: "NetPositiveSuctionHead", kind: "single", dataType: "IfcPressureMeasure" },
3089
+ { name: "NominalRotationSpeed", kind: "single", dataType: "IfcRotationalFrequencyMeasure" },
3090
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3091
+ { name: "TemperatureRange", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3092
+ ],
3093
+ },
3094
+ {
3095
+ name: "Pset_RailingCommon",
3096
+ applicableEntities: ["IfcRailing"],
3097
+ properties: [
3098
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3099
+ { name: "Diameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3100
+ { name: "Height", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3101
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
3102
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3103
+ ],
3104
+ },
3105
+ {
3106
+ name: "Pset_RampCommon",
3107
+ applicableEntities: ["IfcRamp"],
3108
+ properties: [
3109
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3110
+ { name: "FireExit", kind: "single", dataType: "IfcBoolean" },
3111
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
3112
+ { name: "HandicapAccessible", kind: "single", dataType: "IfcBoolean" },
3113
+ { name: "HasNonSkidSurface", kind: "single", dataType: "IfcBoolean" },
3114
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
3115
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3116
+ { name: "RequiredHeadroom", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3117
+ { name: "RequiredSlope", kind: "single", dataType: "IfcPlaneAngleMeasure" },
3118
+ ],
3119
+ },
3120
+ {
3121
+ name: "Pset_RampFlightCommon",
3122
+ applicableEntities: ["IfcRampFlight"],
3123
+ properties: [
3124
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3125
+ { name: "ClearWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3126
+ { name: "CounterSlope", kind: "single", dataType: "IfcPlaneAngleMeasure" },
3127
+ { name: "Headroom", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3128
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3129
+ { name: "Slope", kind: "single", dataType: "IfcPlaneAngleMeasure" },
3130
+ ],
3131
+ },
3132
+ {
3133
+ name: "Pset_ReinforcementBarCountOfIndependentFooting",
3134
+ applicableEntities: ["IfcFooting"],
3135
+ properties: [
3136
+ { name: "Description", kind: "single", dataType: "IfcText" },
3137
+ { name: "Reference", kind: "single", dataType: "IfcLabel" },
3138
+ { name: "XDirectionLowerBarCount", kind: "single", dataType: "IfcInteger" },
3139
+ { name: "XDirectionUpperBarCount", kind: "single", dataType: "IfcInteger" },
3140
+ { name: "YDirectionLowerBarCount", kind: "single", dataType: "IfcInteger" },
3141
+ { name: "YDirectionUpperBarCount", kind: "single", dataType: "IfcInteger" },
3142
+ ],
3143
+ },
3144
+ {
3145
+ name: "Pset_ReinforcementBarPitchOfBeam",
3146
+ applicableEntities: ["IfcBeam"],
3147
+ properties: [
3148
+ { name: "Description", kind: "single", dataType: "IfcText" },
3149
+ { name: "Reference", kind: "single", dataType: "IfcLabel" },
3150
+ { name: "SpacingBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3151
+ { name: "StirrupBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3152
+ ],
3153
+ },
3154
+ {
3155
+ name: "Pset_ReinforcementBarPitchOfColumn",
3156
+ applicableEntities: ["IfcColumn"],
3157
+ properties: [
3158
+ { name: "ReinforcementBarType", kind: "enumeration", enumeration: ["RING", "SPIRAL", "OTHER", "USERDEFINED", "NOTDEFINED"] },
3159
+ { name: "Description", kind: "single", dataType: "IfcText" },
3160
+ { name: "HoopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3161
+ { name: "Reference", kind: "single", dataType: "IfcLabel" },
3162
+ { name: "XDirectionTieHoopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3163
+ { name: "XDirectionTieHoopCount", kind: "single", dataType: "IfcInteger" },
3164
+ { name: "YDirectionTieHoopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3165
+ { name: "YDirectionTieHoopCount", kind: "single", dataType: "IfcInteger" },
3166
+ ],
3167
+ },
3168
+ {
3169
+ name: "Pset_ReinforcementBarPitchOfContinuousFooting",
3170
+ applicableEntities: ["IfcFooting"],
3171
+ properties: [
3172
+ { name: "CrossingLowerBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3173
+ { name: "CrossingUpperBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3174
+ { name: "Description", kind: "single", dataType: "IfcText" },
3175
+ { name: "Reference", kind: "single", dataType: "IfcLabel" },
3176
+ ],
3177
+ },
3178
+ {
3179
+ name: "Pset_ReinforcementBarPitchOfSlab",
3180
+ applicableEntities: ["IfcSlab"],
3181
+ properties: [
3182
+ { name: "Description", kind: "single", dataType: "IfcText" },
3183
+ { name: "LongInsideCenterLowerBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3184
+ { name: "LongInsideCenterTopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3185
+ { name: "LongInsideEndLowerBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3186
+ { name: "LongInsideEndTopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3187
+ { name: "LongOutsideLowerBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3188
+ { name: "LongOutsideTopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3189
+ { name: "Reference", kind: "single", dataType: "IfcLabel" },
3190
+ { name: "ShortInsideCenterLowerBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3191
+ { name: "ShortInsideCenterTopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3192
+ { name: "ShortInsideEndLowerBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3193
+ { name: "ShortInsideEndTopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3194
+ { name: "ShortOutsideLowerBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3195
+ { name: "ShortOutsideTopBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3196
+ ],
3197
+ },
3198
+ {
3199
+ name: "Pset_ReinforcementBarPitchOfWall",
3200
+ applicableEntities: ["IfcWall"],
3201
+ properties: [
3202
+ { name: "BarAllocationType", kind: "enumeration", enumeration: ["SINGLE", "DOUBLE", "ALTERNATE", "OTHER", "USERDEFINED", "NOTDEFINED"] },
3203
+ { name: "Description", kind: "single", dataType: "IfcText" },
3204
+ { name: "HorizontalBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3205
+ { name: "Reference", kind: "single", dataType: "IfcLabel" },
3206
+ { name: "SpacingBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3207
+ { name: "VerticalBarPitch", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3208
+ ],
3209
+ },
3210
+ {
3211
+ name: "Pset_Risk",
3212
+ applicableEntities: ["IfcProcess"],
3213
+ properties: [
3214
+ { name: "AssessmentOfRisk", kind: "enumeration", enumeration: ["ALMOSTCERTAIN", "VERYLIKELY", "LIKELY", "VERYPOSSIBLE", "POSSIBLE", "SOMEWHATPOSSIBLE", "UNLIKELY", "VERYUNLIKELY", "RARE", "OTHER", "NOTKNOWN", "UNSET"] },
3215
+ { name: "RiskConsequence", kind: "enumeration", enumeration: ["CATASTROPHIC", "SEVERE", "MAJOR", "CONSIDERABLE", "MODERATE", "SOME", "MINOR", "VERYLOW", "INSIGNIFICANT", "OTHER", "NOTKNOWN", "UNSET"] },
3216
+ { name: "RiskOwner", kind: "enumeration", enumeration: ["DESIGNER", "SPECIFIER", "CONSTRUCTOR", "INSTALLER", "MAINTAINER", "OTHER", "NOTKNOWN", "UNSET"] },
3217
+ { name: "RiskRating", kind: "enumeration", enumeration: ["CRITICAL", "VERYHIGH", "HIGH", "CONSIDERABLE", "MODERATE", "SOME", "LOW", "VERYLOW", "INSIGNIFICANT", "OTHER", "NOTKNOWN", "UNSET"] },
3218
+ { name: "RiskType", kind: "enumeration", enumeration: ["BUSINESS", "HAZARD", "HEALTHANDSAFETY", "INSURANCE", "OTHER", "NOTKNOWN", "UNSET"] },
3219
+ { name: "AffectsSurroundings", kind: "single", dataType: "IfcBoolean" },
3220
+ { name: "NatureOfRisk", kind: "single", dataType: "IfcLabel" },
3221
+ { name: "PreventiveMeassures", kind: "single", dataType: "IfcText" },
3222
+ { name: "RiskCause", kind: "single", dataType: "IfcText" },
3223
+ { name: "SubNatureOfRisk1", kind: "single", dataType: "IfcLabel" },
3224
+ { name: "SubNatureOfRisk2", kind: "single", dataType: "IfcLabel" },
3225
+ ],
3226
+ },
3227
+ {
3228
+ name: "Pset_RoofCommon",
3229
+ applicableEntities: ["IfcRoof"],
3230
+ properties: [
3231
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3232
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
3233
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
3234
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
3235
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3236
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
3237
+ ],
3238
+ },
3239
+ {
3240
+ name: "Pset_SanitaryTerminalTypeBath",
3241
+ applicableEntities: ["IfcSanitaryTerminal"],
3242
+ properties: [
3243
+ { name: "BathType", kind: "enumeration", enumeration: ["DOMESTIC", "DOMESTICCORNER", "FOOT", "JACUZZI", "PLUNGE", "SITZ", "TREATMENT", "WHIRLPOOL", "OTHER", "NOTKNOWN", "UNSET"] },
3244
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3245
+ { name: "DrainSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3246
+ { name: "HasGrabHandles", kind: "single", dataType: "IfcBoolean" },
3247
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3248
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3249
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3250
+ ],
3251
+ },
3252
+ {
3253
+ name: "Pset_SanitaryTerminalTypeBidet",
3254
+ applicableEntities: ["IfcSanitaryTerminal"],
3255
+ properties: [
3256
+ { name: "Mounting", kind: "enumeration", enumeration: ["BACKTOWALL", "PEDESTAL", "COUNTERTOP", "WALLHUNG", "OTHER", "NOTKNOWN", "UNSET"] },
3257
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3258
+ { name: "DrainSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3259
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3260
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3261
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3262
+ { name: "SpilloverLevel", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3263
+ ],
3264
+ },
3265
+ {
3266
+ name: "Pset_SanitaryTerminalTypeCistern",
3267
+ applicableEntities: ["IfcSanitaryTerminal"],
3268
+ properties: [
3269
+ { name: "CisternHeight", kind: "enumeration", enumeration: ["HIGHLEVEL", "LOWLEVEL", "NONE", "OTHER", "NOTKNOWN", "UNSET"] },
3270
+ { name: "FlushType", kind: "enumeration", enumeration: ["LEVER", "PULL", "PUSH", "SENSOR", "OTHER", "NOTKNOWN", "UNSET"] },
3271
+ { name: "CisternCapacity", kind: "single", dataType: "IfcVolumeMeasure" },
3272
+ { name: "CisternColor", kind: "single", dataType: "IfcText" },
3273
+ { name: "FlushRate", kind: "single", dataType: "IfcVolumeMeasure" },
3274
+ { name: "IsAutomaticFlush", kind: "single", dataType: "IfcBoolean" },
3275
+ { name: "IsSingleFlush", kind: "single", dataType: "IfcBoolean" },
3276
+ ],
3277
+ },
3278
+ {
3279
+ name: "Pset_SanitaryTerminalTypeCommon",
3280
+ applicableEntities: ["IfcSanitaryTerminal"],
3281
+ properties: [
3282
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3283
+ ],
3284
+ },
3285
+ {
3286
+ name: "Pset_SanitaryTerminalTypeSanitaryFountain",
3287
+ applicableEntities: ["IfcSanitaryTerminal"],
3288
+ properties: [
3289
+ { name: "FountainType", kind: "enumeration", enumeration: ["DRINKINGWATER", "EYEWASH", "OTHER", "NOTKNOWN", "UNSET"] },
3290
+ { name: "Mounting", kind: "enumeration", enumeration: ["BACKTOWALL", "PEDESTAL", "COUNTERTOP", "WALLHUNG", "OTHER", "NOTKNOWN", "UNSET"] },
3291
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3292
+ { name: "DrainSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3293
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3294
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3295
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3296
+ ],
3297
+ },
3298
+ {
3299
+ name: "Pset_SanitaryTerminalTypeShower",
3300
+ applicableEntities: ["IfcSanitaryTerminal"],
3301
+ properties: [
3302
+ { name: "ShowerType", kind: "enumeration", enumeration: ["DRENCH", "INDIVIDUAL", "TUNNEL", "OTHER", "NOTKNOWN", "UNSET"] },
3303
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3304
+ { name: "DrainSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3305
+ { name: "HasTray", kind: "single", dataType: "IfcBoolean" },
3306
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3307
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3308
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3309
+ { name: "ShowerHeadDescription", kind: "single", dataType: "IfcText" },
3310
+ ],
3311
+ },
3312
+ {
3313
+ name: "Pset_SanitaryTerminalTypeSink",
3314
+ applicableEntities: ["IfcSanitaryTerminal"],
3315
+ properties: [
3316
+ { name: "Mounting", kind: "enumeration", enumeration: ["BACKTOWALL", "PEDESTAL", "COUNTERTOP", "WALLHUNG", "OTHER", "NOTKNOWN", "UNSET"] },
3317
+ { name: "SinkType", kind: "enumeration", enumeration: ["BELFAST", "BUCKET", "CLEANERS", "COMBINATION_LEFT", "COMBINATION_RIGHT", "COMBINATION_DOUBLE", "DRIP", "LABORATORY", "LONDON", "PLASTER", "POT", "RINSING", "SHELF", "VEGETABLEPREPARATION", "OTHER", "NOTKNOWN", "UNSET"] },
3318
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3319
+ { name: "DrainSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3320
+ { name: "MountingOffset", kind: "single", dataType: "IfcLengthMeasure" },
3321
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3322
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3323
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3324
+ ],
3325
+ },
3326
+ {
3327
+ name: "Pset_SanitaryTerminalTypeToiletPan",
3328
+ applicableEntities: ["IfcSanitaryTerminal"],
3329
+ properties: [
3330
+ { name: "PanMounting", kind: "enumeration", enumeration: ["BACKTOWALL", "PEDESTAL", "COUNTERTOP", "WALLHUNG", "OTHER", "NOTKNOWN", "UNSET"] },
3331
+ { name: "ToiletPanType", kind: "enumeration", enumeration: ["SIPHONIC", "SQUAT", "WASHDOWN", "WASHOUT", "OTHER", "NOTKNOWN", "UNSET"] },
3332
+ { name: "ToiletType", kind: "enumeration", enumeration: ["BEDPANWASHER", "CHEMICAL", "CLOSECOUPLED", "LOOSECOUPLED", "SLOPHOPPER", "OTHER", "NOTKNOWN", "UNSET"] },
3333
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3334
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3335
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3336
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3337
+ { name: "SpilloverLevel", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3338
+ ],
3339
+ },
3340
+ {
3341
+ name: "Pset_SanitaryTerminalTypeUrinal",
3342
+ applicableEntities: ["IfcSanitaryTerminal"],
3343
+ properties: [
3344
+ { name: "Mounting", kind: "enumeration", enumeration: ["BACKTOWALL", "PEDESTAL", "COUNTERTOP", "WALLHUNG", "OTHER", "NOTKNOWN", "UNSET"] },
3345
+ { name: "UrinalType", kind: "enumeration", enumeration: ["BOWL", "SLAB", "STALL", "TROUGH", "OTHER", "NOTKNOWN", "UNSET"] },
3346
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3347
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3348
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3349
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3350
+ { name: "SpilloverLevel", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3351
+ ],
3352
+ },
3353
+ {
3354
+ name: "Pset_SanitaryTerminalTypeWashHandBasin",
3355
+ applicableEntities: ["IfcSanitaryTerminal"],
3356
+ properties: [
3357
+ { name: "Mounting", kind: "enumeration", enumeration: ["BACKTOWALL", "PEDESTAL", "COUNTERTOP", "WALLHUNG", "OTHER", "NOTKNOWN", "UNSET"] },
3358
+ { name: "WashHandBasinType", kind: "enumeration", enumeration: ["DENTALCUSPIDOR", "HANDRINSE", "HOSPITAL", "TIPUP", "WASHFOUNTAIN", "WASHINGTROUGH", "OTHER", "NOTKNOWN", "UNSET"] },
3359
+ { name: "Color", kind: "single", dataType: "IfcLabel" },
3360
+ { name: "DrainSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3361
+ { name: "MountingOffset", kind: "single", dataType: "IfcLengthMeasure" },
3362
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3363
+ { name: "NominalLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3364
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3365
+ ],
3366
+ },
3367
+ {
3368
+ name: "Pset_SensorPHistory",
3369
+ applicableEntities: ["IfcSensor"],
3370
+ properties: [],
3371
+ },
3372
+ {
3373
+ name: "Pset_SensorTypeCommon",
3374
+ applicableEntities: ["IfcSensor"],
3375
+ properties: [
3376
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3377
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3378
+ ],
3379
+ },
3380
+ {
3381
+ name: "Pset_SensorTypeConductanceSensor",
3382
+ applicableEntities: ["IfcSensor"],
3383
+ properties: [
3384
+ { name: "SetPointConductance", kind: "single", dataType: "IfcElectricConductanceMeasure" },
3385
+ ],
3386
+ },
3387
+ {
3388
+ name: "Pset_SensorTypeContactSensor",
3389
+ applicableEntities: ["IfcSensor"],
3390
+ properties: [
3391
+ { name: "SetPointContact", kind: "single", dataType: "IfcInteger" },
3392
+ ],
3393
+ },
3394
+ {
3395
+ name: "Pset_SensorTypeFireSensor",
3396
+ applicableEntities: ["IfcSensor"],
3397
+ properties: [
3398
+ { name: "AccuracyOfFireSensor", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3399
+ { name: "FireSensorSetPoint", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3400
+ { name: "TimeConstant", kind: "single", dataType: "IfcTimeMeasure" },
3401
+ ],
3402
+ },
3403
+ {
3404
+ name: "Pset_SensorTypeFlowSensor",
3405
+ applicableEntities: ["IfcSensor"],
3406
+ properties: [
3407
+ { name: "SetPointFlow", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
3408
+ ],
3409
+ },
3410
+ {
3411
+ name: "Pset_SensorTypeGasSensor",
3412
+ applicableEntities: ["IfcSensor"],
3413
+ properties: [
3414
+ { name: "CoverageArea", kind: "single", dataType: "IfcAreaMeasure" },
3415
+ { name: "GasDetected", kind: "single", dataType: "IfcLabel" },
3416
+ { name: "SetPointConcentration", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3417
+ ],
3418
+ },
3419
+ {
3420
+ name: "Pset_SensorTypeHeatSensor",
3421
+ applicableEntities: ["IfcSensor"],
3422
+ properties: [
3423
+ { name: "CoverageArea", kind: "single", dataType: "IfcAreaMeasure" },
3424
+ { name: "RateOfTemperatureRise", kind: "single", dataType: "IfcTemperatureRateOfChangeMeasure" },
3425
+ { name: "SetPointTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3426
+ ],
3427
+ },
3428
+ {
3429
+ name: "Pset_SensorTypeHumiditySensor",
3430
+ applicableEntities: ["IfcSensor"],
3431
+ properties: [
3432
+ { name: "SetPointHumidity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3433
+ ],
3434
+ },
3435
+ {
3436
+ name: "Pset_SensorTypeIonConcentrationSensor",
3437
+ applicableEntities: ["IfcSensor"],
3438
+ properties: [
3439
+ { name: "SetPointConcentration", kind: "single", dataType: "IfcIonConcentrationMeasure" },
3440
+ { name: "SubstanceDetected", kind: "single", dataType: "IfcLabel" },
3441
+ ],
3442
+ },
3443
+ {
3444
+ name: "Pset_SensorTypeLevelSensor",
3445
+ applicableEntities: ["IfcSensor"],
3446
+ properties: [
3447
+ { name: "SetPointLevel", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3448
+ ],
3449
+ },
3450
+ {
3451
+ name: "Pset_SensorTypeLightSensor",
3452
+ applicableEntities: ["IfcSensor"],
3453
+ properties: [
3454
+ { name: "SetPointIlluminance", kind: "single", dataType: "IfcIlluminanceMeasure" },
3455
+ ],
3456
+ },
3457
+ {
3458
+ name: "Pset_SensorTypeMoistureSensor",
3459
+ applicableEntities: ["IfcSensor"],
3460
+ properties: [
3461
+ { name: "SetPointMoisture", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3462
+ ],
3463
+ },
3464
+ {
3465
+ name: "Pset_SensorTypeMovementSensor",
3466
+ applicableEntities: ["IfcSensor"],
3467
+ properties: [
3468
+ { name: "MovementSensingType", kind: "enumeration", enumeration: ["PHOTOELECTRICCELL", "PRESSUREPAD", "OTHER", "NOTKNOWN", "UNSET"] },
3469
+ { name: "SetPointMovement", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3470
+ ],
3471
+ },
3472
+ {
3473
+ name: "Pset_SensorTypePHSensor",
3474
+ applicableEntities: ["IfcSensor"],
3475
+ properties: [
3476
+ { name: "SetPointPH", kind: "single", dataType: "IfcPHMeasure" },
3477
+ ],
3478
+ },
3479
+ {
3480
+ name: "Pset_SensorTypePressureSensor",
3481
+ applicableEntities: ["IfcSensor"],
3482
+ properties: [
3483
+ { name: "IsSwitch", kind: "single", dataType: "IfcBoolean" },
3484
+ { name: "SetPointPressure", kind: "single", dataType: "IfcPressureMeasure" },
3485
+ ],
3486
+ },
3487
+ {
3488
+ name: "Pset_SensorTypeRadiationSensor",
3489
+ applicableEntities: ["IfcSensor"],
3490
+ properties: [
3491
+ { name: "SetPointRadiation", kind: "single", dataType: "IfcPowerMeasure" },
3492
+ ],
3493
+ },
3494
+ {
3495
+ name: "Pset_SensorTypeRadioactivitySensor",
3496
+ applicableEntities: ["IfcSensor"],
3497
+ properties: [
3498
+ { name: "SetPointRadioactivity", kind: "single", dataType: "IfcRadioActivityMeasure" },
3499
+ ],
3500
+ },
3501
+ {
3502
+ name: "Pset_SensorTypeSmokeSensor",
3503
+ applicableEntities: ["IfcSensor"],
3504
+ properties: [
3505
+ { name: "CoverageArea", kind: "single", dataType: "IfcAreaMeasure" },
3506
+ { name: "HasBuiltInAlarm", kind: "single", dataType: "IfcBoolean" },
3507
+ { name: "SetPointConcentration", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3508
+ ],
3509
+ },
3510
+ {
3511
+ name: "Pset_SensorTypeSoundSensor",
3512
+ applicableEntities: ["IfcSensor"],
3513
+ properties: [
3514
+ { name: "SetPointSound", kind: "single", dataType: "IfcSoundPressureMeasure" },
3515
+ ],
3516
+ },
3517
+ {
3518
+ name: "Pset_SensorTypeTemperatureSensor",
3519
+ applicableEntities: ["IfcSensor"],
3520
+ properties: [
3521
+ { name: "TemperatureSensorType", kind: "enumeration", enumeration: ["HIGHLIMIT", "LOWLIMIT", "OUTSIDETEMPERATURE", "OPERATINGTEMPERATURE", "ROOMTEMPERATURE", "OTHER", "NOTKNOWN", "UNSET"] },
3522
+ { name: "SetPointTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3523
+ ],
3524
+ },
3525
+ {
3526
+ name: "Pset_SensorTypeWindSensor",
3527
+ applicableEntities: ["IfcSensor"],
3528
+ properties: [
3529
+ { name: "WindSensorType", kind: "enumeration", enumeration: ["CUP", "WINDMILL", "HOTWIRE", "LASERDOPPLER", "SONIC", "PLATE", "TUBE", "OTHER", "NOTKNOWN", "UNSET"] },
3530
+ { name: "SetPointSpeed", kind: "single", dataType: "IfcLinearVelocityMeasure" },
3531
+ ],
3532
+ },
3533
+ {
3534
+ name: "Pset_ServiceLife",
3535
+ applicableEntities: ["IfcElement"],
3536
+ properties: [
3537
+ { name: "MeanTimeBetweenFailure", kind: "single", dataType: "IfcDuration" },
3538
+ { name: "ServiceLifeDuration", kind: "single", dataType: "IfcDuration" },
3539
+ ],
3540
+ },
3541
+ {
3542
+ name: "Pset_ServiceLifeFactors",
3543
+ applicableEntities: ["IfcSystem"],
3544
+ properties: [
3545
+ { name: "DesignLevel", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3546
+ { name: "IndoorEnvironment", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3547
+ { name: "InUseConditions", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3548
+ { name: "MaintenanceLevel", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3549
+ { name: "OutdoorEnvironment", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3550
+ { name: "QualityOfComponents", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3551
+ { name: "WorkExecutionLevel", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3552
+ ],
3553
+ },
3554
+ {
3555
+ name: "Pset_ShadingDeviceCommon",
3556
+ applicableEntities: ["IfcShadingDevice"],
3557
+ properties: [
3558
+ { name: "ShadingDeviceType", kind: "enumeration", enumeration: ["FIXED", "MOVABLE", "OVERHANG", "SIDEFIN", "USERDEFINED", "NOTDEFINED"] },
3559
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3560
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
3561
+ { name: "MechanicalOperated", kind: "single", dataType: "IfcBoolean" },
3562
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3563
+ { name: "Roughness", kind: "single", dataType: "IfcLabel" },
3564
+ { name: "SolarReflectance", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3565
+ { name: "SolarTransmittance", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3566
+ { name: "SurfaceColor", kind: "single", dataType: "IfcLabel" },
3567
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
3568
+ { name: "VisibleLightReflectance", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3569
+ { name: "VisibleLightTransmittance", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3570
+ ],
3571
+ },
3572
+ {
3573
+ name: "Pset_ShadingDevicePHistory",
3574
+ applicableEntities: ["IfcShadingDevice"],
3575
+ properties: [],
3576
+ },
3577
+ {
3578
+ name: "Pset_SiteCommon",
3579
+ applicableEntities: ["IfcSite"],
3580
+ properties: [
3581
+ { name: "BuildableArea", kind: "single", dataType: "IfcAreaMeasure" },
3582
+ { name: "BuildingHeightLimit", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3583
+ { name: "FloorAreaRatio", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3584
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3585
+ { name: "SiteCoverageRatio", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3586
+ { name: "TotalArea", kind: "single", dataType: "IfcAreaMeasure" },
3587
+ ],
3588
+ },
3589
+ {
3590
+ name: "Pset_SlabCommon",
3591
+ applicableEntities: ["IfcSlab"],
3592
+ properties: [
3593
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3594
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
3595
+ { name: "Combustible", kind: "single", dataType: "IfcBoolean" },
3596
+ { name: "Compartmentation", kind: "single", dataType: "IfcBoolean" },
3597
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
3598
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
3599
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
3600
+ { name: "PitchAngle", kind: "single", dataType: "IfcPlaneAngleMeasure" },
3601
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3602
+ { name: "SurfaceSpreadOfFlame", kind: "single", dataType: "IfcLabel" },
3603
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
3604
+ ],
3605
+ },
3606
+ {
3607
+ name: "Pset_SolarDeviceTypeCommon",
3608
+ applicableEntities: ["IfcSolarDevice"],
3609
+ properties: [
3610
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3611
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3612
+ ],
3613
+ },
3614
+ {
3615
+ name: "Pset_SoundAttenuation",
3616
+ applicableEntities: ["IfcAnnotation"],
3617
+ properties: [
3618
+ { name: "SoundScale", kind: "enumeration", enumeration: ["DBA", "DBB", "DBC", "NC", "NR"] },
3619
+ { name: "SoundFrequency", kind: "single", dataType: "IfcFrequencyMeasure" },
3620
+ ],
3621
+ },
3622
+ {
3623
+ name: "Pset_SoundGeneration",
3624
+ applicableEntities: ["IfcDistributionFlowElement"],
3625
+ properties: [],
3626
+ },
3627
+ {
3628
+ name: "Pset_SpaceCommon",
3629
+ applicableEntities: ["IfcSpace"],
3630
+ properties: [
3631
+ { name: "GrossPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
3632
+ { name: "HandicapAccessible", kind: "single", dataType: "IfcBoolean" },
3633
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
3634
+ { name: "NetPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
3635
+ { name: "PubliclyAccessible", kind: "single", dataType: "IfcBoolean" },
3636
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3637
+ ],
3638
+ },
3639
+ {
3640
+ name: "Pset_SpaceCoveringRequirements",
3641
+ applicableEntities: ["IfcSpace"],
3642
+ properties: [
3643
+ { name: "CeilingCovering", kind: "single", dataType: "IfcLabel" },
3644
+ { name: "CeilingCoveringThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3645
+ { name: "ConcealedCeiling", kind: "single", dataType: "IfcBoolean" },
3646
+ { name: "ConcealedFlooring", kind: "single", dataType: "IfcBoolean" },
3647
+ { name: "FloorCovering", kind: "single", dataType: "IfcLabel" },
3648
+ { name: "FloorCoveringThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3649
+ { name: "Molding", kind: "single", dataType: "IfcLabel" },
3650
+ { name: "MoldingHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3651
+ { name: "SkirtingBoard", kind: "single", dataType: "IfcLabel" },
3652
+ { name: "SkirtingBoardHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3653
+ { name: "WallCovering", kind: "single", dataType: "IfcLabel" },
3654
+ { name: "WallCoveringThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3655
+ ],
3656
+ },
3657
+ {
3658
+ name: "Pset_SpaceFireSafetyRequirements",
3659
+ applicableEntities: ["IfcSpace", "IfcSpatialZone", "IfcZone"],
3660
+ properties: [
3661
+ { name: "AirPressurization", kind: "single", dataType: "IfcBoolean" },
3662
+ { name: "FireExit", kind: "single", dataType: "IfcBoolean" },
3663
+ { name: "FireRiskFactor", kind: "single", dataType: "IfcLabel" },
3664
+ { name: "FlammableStorage", kind: "single", dataType: "IfcBoolean" },
3665
+ { name: "SprinklerProtection", kind: "single", dataType: "IfcBoolean" },
3666
+ { name: "SprinklerProtectionAutomatic", kind: "single", dataType: "IfcBoolean" },
3667
+ ],
3668
+ },
3669
+ {
3670
+ name: "Pset_SpaceHeaterPHistory",
3671
+ applicableEntities: ["IfcSpaceHeater"],
3672
+ properties: [],
3673
+ },
3674
+ {
3675
+ name: "Pset_SpaceHeaterTypeCommon",
3676
+ applicableEntities: ["IfcSpaceHeater"],
3677
+ properties: [
3678
+ { name: "EnergySource", kind: "enumeration", enumeration: ["COAL", "COAL_PULVERIZED", "ELECTRICITY", "GAS", "OIL", "PROPANE", "WOOD", "WOOD_CHIP", "WOOD_PELLET", "WOOD_PULVERIZED", "OTHER", "NOTKNOWN", "UNSET"] },
3679
+ { name: "HeatTransferDimension", kind: "enumeration", enumeration: ["POINT", "PATH", "SURFACE", "OTHER", "NOTKNOWN", "UNSET"] },
3680
+ { name: "HeatTransferMedium", kind: "enumeration", enumeration: ["WATER", "STEAM", "OTHER", "NOTKNOWN", "UNSET"] },
3681
+ { name: "PlacementType", kind: "enumeration", enumeration: ["BASEBOARD", "TOWELWARMER", "SUSPENDED", "WALL", "OTHER", "NOTKNOWN", "UNSET"] },
3682
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3683
+ { name: "TemperatureClassification", kind: "enumeration", enumeration: ["LOWTEMPERATURE", "HIGHTEMPERATURE", "OTHER", "NOTKNOWN", "UNSET"] },
3684
+ { name: "BodyMass", kind: "single", dataType: "IfcMassMeasure" },
3685
+ { name: "NumberOfPanels", kind: "single", dataType: "IfcInteger" },
3686
+ { name: "NumberOfSections", kind: "single", dataType: "IfcInteger" },
3687
+ { name: "OutputCapacity", kind: "single", dataType: "IfcPowerMeasure" },
3688
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3689
+ { name: "ThermalEfficiency", kind: "single", dataType: "IfcNormalisedRatioMeasure" },
3690
+ { name: "ThermalMassHeatCapacity", kind: "single", dataType: "IfcReal" },
3691
+ ],
3692
+ },
3693
+ {
3694
+ name: "Pset_SpaceHeaterTypeConvector",
3695
+ applicableEntities: ["IfcSpaceHeater"],
3696
+ properties: [
3697
+ { name: "ConvectorType", kind: "enumeration", enumeration: ["FORCED", "NATURAL", "OTHER", "NOTKNOWN", "UNSET"] },
3698
+ ],
3699
+ },
3700
+ {
3701
+ name: "Pset_SpaceHeaterTypeRadiator",
3702
+ applicableEntities: ["IfcSpaceHeater"],
3703
+ properties: [
3704
+ { name: "RadiatorType", kind: "enumeration", enumeration: ["FINNEDTUBE", "PANEL", "SECTIONAL", "TUBULAR", "OTHER", "NOTKNOWN", "UNSET"] },
3705
+ { name: "TubingLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3706
+ { name: "WaterContent", kind: "single", dataType: "IfcMassMeasure" },
3707
+ ],
3708
+ },
3709
+ {
3710
+ name: "Pset_SpaceLightingRequirements",
3711
+ applicableEntities: ["IfcSpace", "IfcSpatialZone", "IfcZone"],
3712
+ properties: [
3713
+ { name: "ArtificialLighting", kind: "single", dataType: "IfcBoolean" },
3714
+ { name: "Illuminance", kind: "single", dataType: "IfcIlluminanceMeasure" },
3715
+ ],
3716
+ },
3717
+ {
3718
+ name: "Pset_SpaceOccupancyRequirements",
3719
+ applicableEntities: ["IfcSpace", "IfcSpatialZone", "IfcZone"],
3720
+ properties: [
3721
+ { name: "AreaPerOccupant", kind: "single", dataType: "IfcAreaMeasure" },
3722
+ { name: "IsOutlookDesirable", kind: "single", dataType: "IfcBoolean" },
3723
+ { name: "MinimumHeadroom", kind: "single", dataType: "IfcLengthMeasure" },
3724
+ { name: "OccupancyNumber", kind: "single", dataType: "IfcCountMeasure" },
3725
+ { name: "OccupancyNumberPeak", kind: "single", dataType: "IfcCountMeasure" },
3726
+ { name: "OccupancyTimePerDay", kind: "single", dataType: "IfcTimeMeasure" },
3727
+ { name: "OccupancyType", kind: "single", dataType: "IfcLabel" },
3728
+ ],
3729
+ },
3730
+ {
3731
+ name: "Pset_SpaceParking",
3732
+ applicableEntities: ["IfcSpace"],
3733
+ properties: [
3734
+ { name: "IsAisle", kind: "single", dataType: "IfcBoolean" },
3735
+ { name: "IsOneWay", kind: "single", dataType: "IfcBoolean" },
3736
+ { name: "ParkingUnits", kind: "single", dataType: "IfcCountMeasure" },
3737
+ { name: "ParkingUse", kind: "single", dataType: "IfcLabel" },
3738
+ ],
3739
+ },
3740
+ {
3741
+ name: "Pset_SpaceThermalDesign",
3742
+ applicableEntities: ["IfcSpace"],
3743
+ properties: [
3744
+ { name: "BoundaryAreaHeatLoss", kind: "single", dataType: "IfcHeatFluxDensityMeasure" },
3745
+ { name: "CeilingRAPlenum", kind: "single", dataType: "IfcBoolean" },
3746
+ { name: "CoolingDesignAirflow", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
3747
+ { name: "CoolingDryBulb", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3748
+ { name: "CoolingRelativeHumidity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3749
+ { name: "ExhaustAirFlowrate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
3750
+ { name: "HeatingDesignAirflow", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
3751
+ { name: "HeatingDryBulb", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3752
+ { name: "HeatingRelativeHumidity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
3753
+ { name: "TotalHeatGain", kind: "single", dataType: "IfcPowerMeasure" },
3754
+ { name: "TotalHeatLoss", kind: "single", dataType: "IfcPowerMeasure" },
3755
+ { name: "TotalSensibleHeatGain", kind: "single", dataType: "IfcPowerMeasure" },
3756
+ { name: "VentilationAirFlowrate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
3757
+ ],
3758
+ },
3759
+ {
3760
+ name: "Pset_SpaceThermalLoad",
3761
+ applicableEntities: ["IfcSpace"],
3762
+ properties: [
3763
+ { name: "AirExchangeRate", kind: "single", dataType: "IfcPowerMeasure" },
3764
+ { name: "DryBulbTemperature", kind: "single", dataType: "IfcPowerMeasure" },
3765
+ { name: "EquipmentSensible", kind: "single", dataType: "IfcPowerMeasure" },
3766
+ { name: "ExhaustAir", kind: "single", dataType: "IfcPowerMeasure" },
3767
+ { name: "InfiltrationSensible", kind: "single", dataType: "IfcPowerMeasure" },
3768
+ { name: "Lighting", kind: "single", dataType: "IfcPowerMeasure" },
3769
+ { name: "People", kind: "single", dataType: "IfcPowerMeasure" },
3770
+ { name: "RecirculatedAir", kind: "single", dataType: "IfcPowerMeasure" },
3771
+ { name: "RelativeHumidity", kind: "single", dataType: "IfcPowerMeasure" },
3772
+ { name: "TotalLatentLoad", kind: "single", dataType: "IfcPowerMeasure" },
3773
+ { name: "TotalRadiantLoad", kind: "single", dataType: "IfcPowerMeasure" },
3774
+ { name: "TotalSensibleLoad", kind: "single", dataType: "IfcPowerMeasure" },
3775
+ { name: "VentilationIndoorAir", kind: "single", dataType: "IfcPowerMeasure" },
3776
+ { name: "VentilationOutdoorAir", kind: "single", dataType: "IfcPowerMeasure" },
3777
+ ],
3778
+ },
3779
+ {
3780
+ name: "Pset_SpaceThermalLoadPHistory",
3781
+ applicableEntities: ["IfcSpace"],
3782
+ properties: [],
3783
+ },
3784
+ {
3785
+ name: "Pset_SpaceThermalPHistory",
3786
+ applicableEntities: ["IfcSpace"],
3787
+ properties: [],
3788
+ },
3789
+ {
3790
+ name: "Pset_SpaceThermalRequirements",
3791
+ applicableEntities: ["IfcSpace", "IfcSpatialZone", "IfcZone"],
3792
+ properties: [
3793
+ { name: "AirConditioning", kind: "single", dataType: "IfcBoolean" },
3794
+ { name: "AirConditioningCentral", kind: "single", dataType: "IfcBoolean" },
3795
+ { name: "DiscontinuedHeating", kind: "single", dataType: "IfcBoolean" },
3796
+ { name: "MechanicalVentilationRate", kind: "single", dataType: "IfcCountMeasure" },
3797
+ { name: "NaturalVentilation", kind: "single", dataType: "IfcBoolean" },
3798
+ { name: "NaturalVentilationRate", kind: "single", dataType: "IfcCountMeasure" },
3799
+ { name: "SpaceHumidity", kind: "single", dataType: "IfcRatioMeasure" },
3800
+ { name: "SpaceHumidityMax", kind: "single", dataType: "IfcRatioMeasure" },
3801
+ { name: "SpaceHumidityMin", kind: "single", dataType: "IfcRatioMeasure" },
3802
+ { name: "SpaceHumiditySummer", kind: "single", dataType: "IfcRatioMeasure" },
3803
+ { name: "SpaceHumidityWinter", kind: "single", dataType: "IfcRatioMeasure" },
3804
+ { name: "SpaceTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3805
+ { name: "SpaceTemperatureMax", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3806
+ { name: "SpaceTemperatureMin", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3807
+ { name: "SpaceTemperatureSummerMax", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3808
+ { name: "SpaceTemperatureSummerMin", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3809
+ { name: "SpaceTemperatureWinterMax", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3810
+ { name: "SpaceTemperatureWinterMin", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
3811
+ ],
3812
+ },
3813
+ {
3814
+ name: "Pset_StackTerminalTypeCommon",
3815
+ applicableEntities: ["IfcStackTerminal"],
3816
+ properties: [
3817
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3818
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3819
+ ],
3820
+ },
3821
+ {
3822
+ name: "Pset_StairCommon",
3823
+ applicableEntities: ["IfcStair"],
3824
+ properties: [
3825
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3826
+ { name: "FireExit", kind: "single", dataType: "IfcBoolean" },
3827
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
3828
+ { name: "HandicapAccessible", kind: "single", dataType: "IfcBoolean" },
3829
+ { name: "HasNonSkidSurface", kind: "single", dataType: "IfcBoolean" },
3830
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
3831
+ { name: "NosingLength", kind: "single", dataType: "IfcLengthMeasure" },
3832
+ { name: "NumberOfRiser", kind: "single", dataType: "IfcCountMeasure" },
3833
+ { name: "NumberOfTreads", kind: "single", dataType: "IfcCountMeasure" },
3834
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3835
+ { name: "RequiredHeadroom", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3836
+ { name: "RiserHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3837
+ { name: "TreadLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3838
+ { name: "TreadLengthAtInnerSide", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3839
+ { name: "TreadLengthAtOffset", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3840
+ { name: "WaistThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3841
+ { name: "WalkingLineOffset", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3842
+ ],
3843
+ },
3844
+ {
3845
+ name: "Pset_StairFlightCommon",
3846
+ applicableEntities: ["IfcStairFlight"],
3847
+ properties: [
3848
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3849
+ { name: "Headroom", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3850
+ { name: "NosingLength", kind: "single", dataType: "IfcLengthMeasure" },
3851
+ { name: "NumberOfRiser", kind: "single", dataType: "IfcCountMeasure" },
3852
+ { name: "NumberOfTreads", kind: "single", dataType: "IfcCountMeasure" },
3853
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3854
+ { name: "RiserHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3855
+ { name: "TreadLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3856
+ { name: "TreadLengthAtInnerSide", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3857
+ { name: "TreadLengthAtOffset", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3858
+ { name: "WaistThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3859
+ { name: "WalkingLineOffset", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3860
+ ],
3861
+ },
3862
+ {
3863
+ name: "Pset_StructuralSurfaceMemberVaryingThickness",
3864
+ applicableEntities: ["IfcStructuralSurfaceMemberVarying"],
3865
+ properties: [
3866
+ { name: "Location1Global", kind: "single", dataType: "IfcLengthMeasure" },
3867
+ { name: "Location1Local", kind: "single", dataType: "IfcLengthMeasure" },
3868
+ { name: "Location2Global", kind: "single", dataType: "IfcLengthMeasure" },
3869
+ { name: "Location2Local", kind: "single", dataType: "IfcLengthMeasure" },
3870
+ { name: "Location3Global", kind: "single", dataType: "IfcLengthMeasure" },
3871
+ { name: "Location3Local", kind: "single", dataType: "IfcLengthMeasure" },
3872
+ { name: "Thickness1", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3873
+ { name: "Thickness2", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3874
+ { name: "Thickness3", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3875
+ ],
3876
+ },
3877
+ {
3878
+ name: "Pset_SwitchingDeviceTypeCommon",
3879
+ applicableEntities: ["IfcSwitchingDevice"],
3880
+ properties: [
3881
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
3882
+ { name: "SwitchFunction", kind: "enumeration", enumeration: ["ONOFFSWITCH", "INTERMEDIATESWITCH", "DOUBLETHROWSWITCH", "OTHER", "NOTKNOWN", "UNSET"] },
3883
+ { name: "HasLock", kind: "single", dataType: "IfcBoolean" },
3884
+ { name: "IsIlluminated", kind: "single", dataType: "IfcBoolean" },
3885
+ { name: "Legend", kind: "single", dataType: "IfcLabel" },
3886
+ { name: "NumberOfGangs", kind: "single", dataType: "IfcInteger" },
3887
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
3888
+ ],
3889
+ },
3890
+ {
3891
+ name: "Pset_SwitchingDeviceTypeContactor",
3892
+ applicableEntities: ["IfcSwitchingDevice"],
3893
+ properties: [
3894
+ { name: "ContactorType", kind: "enumeration", enumeration: ["CAPACITORSWITCHING", "LOWCURRENT", "MAGNETICLATCHING", "MECHANICALLATCHING", "MODULAR", "REVERSING", "STANDARD", "OTHER", "NOTKNOWN", "UNSET"] },
3895
+ ],
3896
+ },
3897
+ {
3898
+ name: "Pset_SwitchingDeviceTypeDimmerSwitch",
3899
+ applicableEntities: ["IfcSwitchingDevice"],
3900
+ properties: [
3901
+ { name: "DimmerType", kind: "enumeration", enumeration: ["ROCKER", "SELECTOR", "TWIST", "OTHER", "NOTKNOWN", "UNSET"] },
3902
+ ],
3903
+ },
3904
+ {
3905
+ name: "Pset_SwitchingDeviceTypeEmergencyStop",
3906
+ applicableEntities: ["IfcSwitchingDevice"],
3907
+ properties: [
3908
+ { name: "SwitchOperation", kind: "enumeration", enumeration: ["MUSHROOM", "OTHER", "NOTKNOWN", "UNSET"] },
3909
+ ],
3910
+ },
3911
+ {
3912
+ name: "Pset_SwitchingDeviceTypeKeypad",
3913
+ applicableEntities: ["IfcSwitchingDevice"],
3914
+ properties: [
3915
+ { name: "KeypadType", kind: "enumeration", enumeration: ["BUTTONS", "TOUCHSCREEN", "OTHER", "NOTKNOWN", "UNSET"] },
3916
+ ],
3917
+ },
3918
+ {
3919
+ name: "Pset_SwitchingDeviceTypeMomentarySwitch",
3920
+ applicableEntities: ["IfcSwitchingDevice"],
3921
+ properties: [
3922
+ { name: "MomentaryType", kind: "enumeration", enumeration: ["BUTTON", "OTHER", "NOTKNOWN", "UNSET"] },
3923
+ ],
3924
+ },
3925
+ {
3926
+ name: "Pset_SwitchingDeviceTypePHistory",
3927
+ applicableEntities: ["IfcSwitchingDevice"],
3928
+ properties: [],
3929
+ },
3930
+ {
3931
+ name: "Pset_SwitchingDeviceTypeSelectorSwitch",
3932
+ applicableEntities: ["IfcSwitchingDevice"],
3933
+ properties: [
3934
+ { name: "SelectorType", kind: "enumeration", enumeration: ["BUTTONS", "SLIDE", "TWIST", "OTHER", "NOTKNOWN", "UNSET"] },
3935
+ { name: "SwitchActivation", kind: "enumeration", enumeration: ["ACTUATOR", "FOOT", "HAND", "PROXIMITY", "SOUND", "TWOHAND", "WIRE", "OTHER", "NOTKNOWN", "UNSET"] },
3936
+ { name: "SwitchUsage", kind: "enumeration", enumeration: ["EMERGENCY", "GUARD", "LIMIT", "START", "STOP", "OTHER", "NOTKNOWN", "UNSET"] },
3937
+ ],
3938
+ },
3939
+ {
3940
+ name: "Pset_SwitchingDeviceTypeStarter",
3941
+ applicableEntities: ["IfcSwitchingDevice"],
3942
+ properties: [
3943
+ { name: "StarterType", kind: "enumeration", enumeration: ["AUTOTRANSFORMER", "MANUAL", "DIRECTONLINE", "FREQUENCY", "NSTEP", "RHEOSTATIC", "STARDELTA", "OTHER", "NOTKNOWN", "UNSET"] },
3944
+ ],
3945
+ },
3946
+ {
3947
+ name: "Pset_SwitchingDeviceTypeSwitchDisconnector",
3948
+ applicableEntities: ["IfcSwitchingDevice"],
3949
+ properties: [
3950
+ { name: "LoadDisconnectionType", kind: "enumeration", enumeration: ["OFFLOAD", "ONLOAD", "OTHER", "NOTKNOWN", "UNSET"] },
3951
+ { name: "SwitchDisconnectorType", kind: "enumeration", enumeration: ["CENTERBREAK", "DIVIDEDSUPPORT", "DOUBLEBREAK", "EARTHINGSWITCH", "ISOLATOR", "OTHER", "NOTKNOWN", "UNSET"] },
3952
+ ],
3953
+ },
3954
+ {
3955
+ name: "Pset_SwitchingDeviceTypeToggleSwitch",
3956
+ applicableEntities: ["IfcSwitchingDevice"],
3957
+ properties: [
3958
+ { name: "SwitchActivation", kind: "enumeration", enumeration: ["ACTUATOR", "FOOT", "HAND", "PROXIMITY", "SOUND", "TWOHAND", "WIRE", "OTHER", "NOTKNOWN", "UNSET"] },
3959
+ { name: "SwitchUsage", kind: "enumeration", enumeration: ["EMERGENCY", "GUARD", "LIMIT", "START", "STOP", "OTHER", "NOTKNOWN", "UNSET"] },
3960
+ { name: "ToggleSwitchType", kind: "enumeration", enumeration: ["BREAKGLASS", "CHANGEOVER", "KEYOPERATED", "MANUALPULL", "PUSHBUTTON", "PULLCORD", "ROCKER", "SELECTOR", "TWIST", "OTHER", "NOTKNOWN", "UNSET"] },
3961
+ ],
3962
+ },
3963
+ {
3964
+ name: "Pset_SystemFurnitureElementTypeCommon",
3965
+ applicableEntities: ["IfcSystemFurnitureElement"],
3966
+ properties: [
3967
+ { name: "Finishing", kind: "single", dataType: "IfcLabel" },
3968
+ { name: "GroupCode", kind: "single", dataType: "IfcIdentifier" },
3969
+ { name: "IsUsed", kind: "single", dataType: "IfcBoolean" },
3970
+ { name: "NominalHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3971
+ { name: "NominalWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3972
+ ],
3973
+ },
3974
+ {
3975
+ name: "Pset_SystemFurnitureElementTypePanel",
3976
+ applicableEntities: ["IfcSystemFurnitureElement"],
3977
+ properties: [
3978
+ { name: "FurniturePanelType", kind: "enumeration", enumeration: ["ACOUSTICAL", "GLAZED", "HORZ_SEG", "MONOLITHIC", "OPEN", "ENDS", "DOOR", "SCREEN", "OTHER", "NOTKNOWN", "UNSET"] },
3979
+ { name: "HasOpening", kind: "single", dataType: "IfcBoolean" },
3980
+ { name: "NominalThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3981
+ ],
3982
+ },
3983
+ {
3984
+ name: "Pset_SystemFurnitureElementTypeWorkSurface",
3985
+ applicableEntities: ["IfcSystemFurnitureElement"],
3986
+ properties: [
3987
+ { name: "SupportType", kind: "enumeration", enumeration: ["FREESTANDING", "SUPPORTED", "OTHER", "NOTKNOWN", "UNSET"] },
3988
+ { name: "HangingHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3989
+ { name: "NominalThickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
3990
+ { name: "ShapeDescription", kind: "single", dataType: "IfcLabel" },
3991
+ { name: "UsePurpose", kind: "single", dataType: "IfcLabel" },
3992
+ ],
3993
+ },
3994
+ {
3995
+ name: "Pset_TankOccurrence",
3996
+ applicableEntities: ["IfcTank"],
3997
+ properties: [
3998
+ { name: "TankComposition", kind: "enumeration", enumeration: ["COMPLEX", "ELEMENT", "PARTIAL", "NOTKNOWN", "UNSET"] },
3999
+ { name: "HasLadder", kind: "single", dataType: "IfcBoolean" },
4000
+ { name: "HasVisualIndicator", kind: "single", dataType: "IfcBoolean" },
4001
+ ],
4002
+ },
4003
+ {
4004
+ name: "Pset_TankTypeCommon",
4005
+ applicableEntities: ["IfcTank"],
4006
+ properties: [
4007
+ { name: "AccessType", kind: "enumeration", enumeration: ["NONE", "LOOSECOVER", "MANHOLE", "SECUREDCOVER", "SECUREDCOVERWITHMANHOLE", "OTHER", "NOTKNOWN", "UNSET"] },
4008
+ { name: "EndShapeType", kind: "enumeration", enumeration: ["CONCAVECONVEX", "FLATCONVEX", "CONVEXCONVEX", "CONCAVEFLAT", "FLATFLAT", "OTHER", "NOTKNOWN", "UNSET"] },
4009
+ { name: "PatternType", kind: "enumeration", enumeration: ["HORIZONTALCYLINDER", "VERTICALCYLINDER", "RECTANGULAR", "OTHER", "NOTKNOWN", "UNSET"] },
4010
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4011
+ { name: "StorageType", kind: "enumeration", enumeration: ["ICE", "WATER", "RAINWATER", "WASTEWATER", "POTABLEWATER", "FUEL", "OIL", "OTHER", "NOTKNOWN", "UNSET"] },
4012
+ { name: "EffectiveCapacity", kind: "single", dataType: "IfcVolumeMeasure" },
4013
+ { name: "FirstCurvatureRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4014
+ { name: "NominalCapacity", kind: "single", dataType: "IfcVolumeMeasure" },
4015
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4016
+ { name: "NominalLengthOrDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4017
+ { name: "NominalWidthOrDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4018
+ { name: "NumberOfSections", kind: "single", dataType: "IfcInteger" },
4019
+ { name: "OperatingWeight", kind: "single", dataType: "IfcMassMeasure" },
4020
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4021
+ { name: "SecondCurvatureRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4022
+ ],
4023
+ },
4024
+ {
4025
+ name: "Pset_TankTypeExpansion",
4026
+ applicableEntities: ["IfcTank"],
4027
+ properties: [
4028
+ { name: "ChargePressure", kind: "single", dataType: "IfcPressureMeasure" },
4029
+ { name: "PressureRegulatorSetting", kind: "single", dataType: "IfcPressureMeasure" },
4030
+ { name: "ReliefValveSetting", kind: "single", dataType: "IfcPressureMeasure" },
4031
+ ],
4032
+ },
4033
+ {
4034
+ name: "Pset_TankTypePreformed",
4035
+ applicableEntities: ["IfcTank"],
4036
+ properties: [
4037
+ { name: "EndShapeType", kind: "enumeration", enumeration: ["CONCAVECONVEX", "FLATCONVEX", "CONVEXCONVEX", "CONCAVEFLAT", "FLATFLAT", "OTHER", "NOTKNOWN", "UNSET"] },
4038
+ { name: "PatternType", kind: "enumeration", enumeration: ["HORIZONTALCYLINDER", "VERTICALCYLINDER", "RECTANGULAR", "OTHER", "NOTKNOWN", "UNSET"] },
4039
+ { name: "FirstCurvatureRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4040
+ { name: "SecondCurvatureRadius", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4041
+ ],
4042
+ },
4043
+ {
4044
+ name: "Pset_TankTypePressureVessel",
4045
+ applicableEntities: ["IfcTank"],
4046
+ properties: [
4047
+ { name: "ChargePressure", kind: "single", dataType: "IfcPressureMeasure" },
4048
+ { name: "PressureRegulatorSetting", kind: "single", dataType: "IfcPressureMeasure" },
4049
+ { name: "ReliefValveSetting", kind: "single", dataType: "IfcPressureMeasure" },
4050
+ ],
4051
+ },
4052
+ {
4053
+ name: "Pset_TankTypeSectional",
4054
+ applicableEntities: ["IfcTank"],
4055
+ properties: [
4056
+ { name: "NumberOfSections", kind: "single", dataType: "IfcInteger" },
4057
+ { name: "SectionLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4058
+ { name: "SectionWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4059
+ ],
4060
+ },
4061
+ {
4062
+ name: "Pset_ThermalLoadAggregate",
4063
+ applicableEntities: ["IfcSpatialElement"],
4064
+ properties: [
4065
+ { name: "ApplianceDiversity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4066
+ { name: "InfiltrationDiversitySummer", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4067
+ { name: "InfiltrationDiversityWinter", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4068
+ { name: "LightingDiversity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4069
+ { name: "LoadSafetyFactor", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4070
+ { name: "TotalCoolingLoad", kind: "single", dataType: "IfcPowerMeasure" },
4071
+ { name: "TotalHeatingLoad", kind: "single", dataType: "IfcPowerMeasure" },
4072
+ ],
4073
+ },
4074
+ {
4075
+ name: "Pset_ThermalLoadDesignCriteria",
4076
+ applicableEntities: ["IfcSpatialElement"],
4077
+ properties: [
4078
+ { name: "AppliancePercentLoadToRadiant", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4079
+ { name: "LightingLoadIntensity", kind: "single", dataType: "IfcReal" },
4080
+ { name: "LightingPercentLoadToReturnAir", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4081
+ { name: "OccupancyDiversity", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4082
+ { name: "OutsideAirPerPerson", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
4083
+ { name: "ReceptacleLoadIntensity", kind: "single", dataType: "IfcReal" },
4084
+ ],
4085
+ },
4086
+ {
4087
+ name: "Pset_TransformerTypeCommon",
4088
+ applicableEntities: ["IfcTransformer"],
4089
+ properties: [
4090
+ { name: "SecondaryCurrentType", kind: "enumeration", enumeration: ["AC", "DC", "NOTKNOWN", "UNSET"] },
4091
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4092
+ { name: "TransformerVectorGroup", kind: "enumeration", enumeration: ["DD0", "DD6", "DY5", "DY11", "YD5", "YD11", "DZ0", "DZ6", "YY0", "YY6", "YZ5", "YZ11", "OTHER", "NOTKNOWN", "UNSET"] },
4093
+ { name: "ImaginaryImpedanceRatio", kind: "single", dataType: "IfcRatioMeasure" },
4094
+ { name: "IsNeutralPrimaryTerminalAvailable", kind: "single", dataType: "IfcBoolean" },
4095
+ { name: "IsNeutralSecondaryTerminalAvailable", kind: "single", dataType: "IfcBoolean" },
4096
+ { name: "MaximumApparentPower", kind: "single", dataType: "IfcPowerMeasure" },
4097
+ { name: "PrimaryApparentPower", kind: "single", dataType: "IfcPowerMeasure" },
4098
+ { name: "PrimaryCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
4099
+ { name: "PrimaryFrequency", kind: "single", dataType: "IfcFrequencyMeasure" },
4100
+ { name: "PrimaryVoltage", kind: "single", dataType: "IfcElectricVoltageMeasure" },
4101
+ { name: "RealImpedanceRatio", kind: "single", dataType: "IfcRatioMeasure" },
4102
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4103
+ { name: "SecondaryApparentPower", kind: "single", dataType: "IfcPowerMeasure" },
4104
+ { name: "SecondaryCurrent", kind: "single", dataType: "IfcElectricCurrentMeasure" },
4105
+ { name: "SecondaryFrequency", kind: "single", dataType: "IfcFrequencyMeasure" },
4106
+ { name: "SecondaryVoltage", kind: "single", dataType: "IfcElectricVoltageMeasure" },
4107
+ { name: "ShortCircuitVoltage", kind: "single", dataType: "IfcComplexNumber" },
4108
+ ],
4109
+ },
4110
+ {
4111
+ name: "Pset_TransportElementCommon",
4112
+ applicableEntities: ["IfcTransportElement"],
4113
+ properties: [
4114
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4115
+ { name: "CapacityPeople", kind: "single", dataType: "IfcCountMeasure" },
4116
+ { name: "CapacityWeight", kind: "single", dataType: "IfcMassMeasure" },
4117
+ { name: "FireExit", kind: "single", dataType: "IfcBoolean" },
4118
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4119
+ ],
4120
+ },
4121
+ {
4122
+ name: "Pset_TransportElementElevator",
4123
+ applicableEntities: ["IfcTransportElement"],
4124
+ properties: [
4125
+ { name: "ClearDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4126
+ { name: "ClearHeight", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4127
+ { name: "ClearWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4128
+ { name: "FireFightingLift", kind: "single", dataType: "IfcBoolean" },
4129
+ ],
4130
+ },
4131
+ {
4132
+ name: "Pset_TubeBundleTypeCommon",
4133
+ applicableEntities: ["IfcTubeBundle"],
4134
+ properties: [
4135
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4136
+ { name: "FoulingFactor", kind: "single", dataType: "IfcThermalResistanceMeasure" },
4137
+ { name: "HasTurbulator", kind: "single", dataType: "IfcBoolean" },
4138
+ { name: "HorizontalSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4139
+ { name: "InLineRowSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4140
+ { name: "InsideDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4141
+ { name: "Length", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4142
+ { name: "NominalDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4143
+ { name: "NumberOfCircuits", kind: "single", dataType: "IfcInteger" },
4144
+ { name: "NumberOfRows", kind: "single", dataType: "IfcInteger" },
4145
+ { name: "OutsideDiameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4146
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4147
+ { name: "StaggeredRowSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4148
+ { name: "ThermalConductivity", kind: "single", dataType: "IfcThermalConductivityMeasure" },
4149
+ { name: "VerticalSpacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4150
+ { name: "Volume", kind: "single", dataType: "IfcVolumeMeasure" },
4151
+ ],
4152
+ },
4153
+ {
4154
+ name: "Pset_TubeBundleTypeFinned",
4155
+ applicableEntities: ["IfcTubeBundle"],
4156
+ properties: [
4157
+ { name: "Diameter", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4158
+ { name: "FinCorrugatedType", kind: "single", dataType: "IfcLabel" },
4159
+ { name: "HasCoating", kind: "single", dataType: "IfcBoolean" },
4160
+ { name: "Height", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4161
+ { name: "Length", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4162
+ { name: "Spacing", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4163
+ { name: "ThermalConductivity", kind: "single", dataType: "IfcThermalConductivityMeasure" },
4164
+ { name: "Thickness", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4165
+ ],
4166
+ },
4167
+ {
4168
+ name: "Pset_UnitaryControlElementPHistory",
4169
+ applicableEntities: ["IfcUnitaryControlElement"],
4170
+ properties: [],
4171
+ },
4172
+ {
4173
+ name: "Pset_UnitaryControlElementTypeCommon",
4174
+ applicableEntities: ["IfcUnitaryControlElement"],
4175
+ properties: [
4176
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4177
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4178
+ ],
4179
+ },
4180
+ {
4181
+ name: "Pset_UnitaryControlElementTypeIndicatorPanel",
4182
+ applicableEntities: ["IfcUnitaryControlElement"],
4183
+ properties: [
4184
+ { name: "Application", kind: "enumeration", enumeration: ["LiftPositionIndicator", "LiftHallLantern", "LiftArrivalGong", "LiftCarDirectionLantern", "LiftFireSystemsPort", "LiftVoiceAnnouncer", "OTHER", "NOTKNOWN", "UNSET"] },
4185
+ ],
4186
+ },
4187
+ {
4188
+ name: "Pset_UnitaryControlElementTypeThermostat",
4189
+ applicableEntities: ["IfcUnitaryControlElement"],
4190
+ properties: [
4191
+ { name: "TemperatureSetPoint", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
4192
+ ],
4193
+ },
4194
+ {
4195
+ name: "Pset_UnitaryEquipmentTypeAirConditioningUnit",
4196
+ applicableEntities: ["IfcUnitaryEquipment"],
4197
+ properties: [
4198
+ { name: "CondenserEnteringTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
4199
+ { name: "CondenserFlowrate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
4200
+ { name: "CondenserLeavingTemperature", kind: "single", dataType: "IfcThermodynamicTemperatureMeasure" },
4201
+ { name: "CoolingEfficiency", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4202
+ { name: "HeatingCapacity", kind: "single", dataType: "IfcPowerMeasure" },
4203
+ { name: "HeatingEfficiency", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4204
+ { name: "LatentCoolingCapacity", kind: "single", dataType: "IfcPowerMeasure" },
4205
+ { name: "OutsideAirFlowrate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
4206
+ { name: "SensibleCoolingCapacity", kind: "single", dataType: "IfcPowerMeasure" },
4207
+ ],
4208
+ },
4209
+ {
4210
+ name: "Pset_UnitaryEquipmentTypeAirHandler",
4211
+ applicableEntities: ["IfcUnitaryEquipment"],
4212
+ properties: [
4213
+ { name: "AirHandlerConstruction", kind: "enumeration", enumeration: ["MANUFACTUREDITEM", "CONSTRUCTEDONSITE", "OTHER", "NOTKNOWN", "UNSET"] },
4214
+ { name: "AirHandlerFanCoilArrangement", kind: "enumeration", enumeration: ["BLOWTHROUGH", "DRAWTHROUGH", "OTHER", "NOTKNOWN", "UNSET"] },
4215
+ { name: "DualDeck", kind: "single", dataType: "IfcBoolean" },
4216
+ ],
4217
+ },
4218
+ {
4219
+ name: "Pset_UnitaryEquipmentTypeCommon",
4220
+ applicableEntities: ["IfcUnitaryEquipment"],
4221
+ properties: [
4222
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4223
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4224
+ ],
4225
+ },
4226
+ {
4227
+ name: "Pset_UtilityConsumptionPHistory",
4228
+ applicableEntities: ["IfcBuilding"],
4229
+ properties: [],
4230
+ },
4231
+ {
4232
+ name: "Pset_ValvePHistory",
4233
+ applicableEntities: ["IfcValve"],
4234
+ properties: [],
4235
+ },
4236
+ {
4237
+ name: "Pset_ValveTypeAirRelease",
4238
+ applicableEntities: ["IfcValve"],
4239
+ properties: [
4240
+ { name: "IsAutomatic", kind: "single", dataType: "IfcBoolean" },
4241
+ ],
4242
+ },
4243
+ {
4244
+ name: "Pset_ValveTypeCommon",
4245
+ applicableEntities: ["IfcValve"],
4246
+ properties: [
4247
+ { name: "ValveMechanism", kind: "enumeration", enumeration: ["BALL", "BUTTERFLY", "CONFIGUREDGATE", "GLAND", "GLOBE", "LUBRICATEDPLUG", "NEEDLE", "PARALLELSLIDE", "PLUG", "WEDGEGATE", "OTHER", "NOTKNOWN", "UNSET"] },
4248
+ { name: "ValveOperation", kind: "enumeration", enumeration: ["DROPWEIGHT", "FLOAT", "HYDRAULIC", "LEVER", "LOCKSHIELD", "MOTORIZED", "PNEUMATIC", "SOLENOID", "SPRING", "THERMOSTATIC", "WHEEL", "OTHER", "NOTKNOWN", "UNSET"] },
4249
+ { name: "ValvePattern", kind: "enumeration", enumeration: ["SINGLEPORT", "ANGLED_2_PORT", "STRAIGHT_2_PORT", "STRAIGHT_3_PORT", "CROSSOVER_4_PORT", "OTHER", "NOTKNOWN", "UNSET"] },
4250
+ { name: "CloseOffRating", kind: "single", dataType: "IfcPressureMeasure" },
4251
+ { name: "FlowCoefficient", kind: "single", dataType: "IfcReal" },
4252
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4253
+ { name: "Size", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4254
+ { name: "TestPressure", kind: "single", dataType: "IfcPressureMeasure" },
4255
+ { name: "WorkingPressure", kind: "single", dataType: "IfcPressureMeasure" },
4256
+ ],
4257
+ },
4258
+ {
4259
+ name: "Pset_ValveTypeDrawOffCock",
4260
+ applicableEntities: ["IfcValve"],
4261
+ properties: [
4262
+ { name: "HasHoseUnion", kind: "single", dataType: "IfcBoolean" },
4263
+ ],
4264
+ },
4265
+ {
4266
+ name: "Pset_ValveTypeFaucet",
4267
+ applicableEntities: ["IfcValve"],
4268
+ properties: [
4269
+ { name: "FaucetFunction", kind: "enumeration", enumeration: ["COLD", "HOT", "MIXED", "OTHER", "NOTKNOWN", "UNSET"] },
4270
+ { name: "FaucetOperation", kind: "enumeration", enumeration: ["CERAMICDISC", "LEVERHANDLE", "NONCONCUSSIVESELFCLOSING", "QUATERTURN", "QUICKACTION", "SCREWDOWN", "SELFCLOSING", "TIMEDSELFCLOSING", "OTHER", "NOTKNOWN", "UNSET"] },
4271
+ { name: "FaucetType", kind: "enumeration", enumeration: ["BIB", "GLOBE", "DIVERTER", "DIVIDEDFLOWCOMBINATION", "PILLAR", "SINGLEOUTLETCOMBINATION", "SPRAY", "SPRAYMIXING", "OTHER", "NOTKNOWN", "UNSET"] },
4272
+ { name: "FaucetTopDescription", kind: "single", dataType: "IfcText" },
4273
+ { name: "Finish", kind: "single", dataType: "IfcText" },
4274
+ ],
4275
+ },
4276
+ {
4277
+ name: "Pset_ValveTypeFlushing",
4278
+ applicableEntities: ["IfcValve"],
4279
+ properties: [
4280
+ { name: "FlushingRate", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
4281
+ { name: "HasIntegralShutOffDevice", kind: "single", dataType: "IfcBoolean" },
4282
+ { name: "IsHighPressure", kind: "single", dataType: "IfcBoolean" },
4283
+ ],
4284
+ },
4285
+ {
4286
+ name: "Pset_ValveTypeGasTap",
4287
+ applicableEntities: ["IfcValve"],
4288
+ properties: [
4289
+ { name: "HasHoseUnion", kind: "single", dataType: "IfcBoolean" },
4290
+ ],
4291
+ },
4292
+ {
4293
+ name: "Pset_ValveTypeIsolating",
4294
+ applicableEntities: ["IfcValve"],
4295
+ properties: [
4296
+ { name: "IsolatingPurpose", kind: "enumeration", enumeration: ["LANDING", "LANDINGWITHPRESSUREREGULATION", "OTHER", "NOTKNOWN", "UNSET"] },
4297
+ { name: "IsNormallyOpen", kind: "single", dataType: "IfcBoolean" },
4298
+ ],
4299
+ },
4300
+ {
4301
+ name: "Pset_ValveTypeMixing",
4302
+ applicableEntities: ["IfcValve"],
4303
+ properties: [
4304
+ { name: "MixerControl", kind: "enumeration", enumeration: ["MANUAL", "PREDEFINED", "THERMOSTATIC", "OTHER", "NOTKNOWN", "UNSET"] },
4305
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4306
+ ],
4307
+ },
4308
+ {
4309
+ name: "Pset_ValveTypePressureReducing",
4310
+ applicableEntities: ["IfcValve"],
4311
+ properties: [
4312
+ { name: "DownstreamPressure", kind: "single", dataType: "IfcPressureMeasure" },
4313
+ { name: "UpstreamPressure", kind: "single", dataType: "IfcPressureMeasure" },
4314
+ ],
4315
+ },
4316
+ {
4317
+ name: "Pset_ValveTypePressureRelief",
4318
+ applicableEntities: ["IfcValve"],
4319
+ properties: [
4320
+ { name: "ReliefPressure", kind: "single", dataType: "IfcPressureMeasure" },
4321
+ ],
4322
+ },
4323
+ {
4324
+ name: "Pset_VibrationIsolatorTypeCommon",
4325
+ applicableEntities: ["IfcVibrationIsolator"],
4326
+ properties: [
4327
+ { name: "Height", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4328
+ { name: "IsolatorCompressibility", kind: "single", dataType: "IfcRatioMeasure" },
4329
+ { name: "IsolatorStaticDeflection", kind: "single", dataType: "IfcLengthMeasure" },
4330
+ { name: "MaximumSupportedWeight", kind: "single", dataType: "IfcMassMeasure" },
4331
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4332
+ { name: "VibrationTransmissibility", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4333
+ ],
4334
+ },
4335
+ {
4336
+ name: "Pset_WallCommon",
4337
+ applicableEntities: ["IfcWall"],
4338
+ properties: [
4339
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4340
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
4341
+ { name: "Combustible", kind: "single", dataType: "IfcBoolean" },
4342
+ { name: "Compartmentation", kind: "single", dataType: "IfcBoolean" },
4343
+ { name: "ExtendToStructure", kind: "single", dataType: "IfcBoolean" },
4344
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
4345
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
4346
+ { name: "LoadBearing", kind: "single", dataType: "IfcBoolean" },
4347
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4348
+ { name: "SurfaceSpreadOfFlame", kind: "single", dataType: "IfcLabel" },
4349
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
4350
+ ],
4351
+ },
4352
+ {
4353
+ name: "Pset_Warranty",
4354
+ applicableEntities: ["IfcElement"],
4355
+ properties: [
4356
+ { name: "Exclusions", kind: "single", dataType: "IfcText" },
4357
+ { name: "IsExtendedWarranty", kind: "single", dataType: "IfcBoolean" },
4358
+ { name: "WarrantyContent", kind: "single", dataType: "IfcText" },
4359
+ { name: "WarrantyEndDate", kind: "single", dataType: "IfcDate" },
4360
+ { name: "WarrantyIdentifier", kind: "single", dataType: "IfcIdentifier" },
4361
+ { name: "WarrantyPeriod", kind: "single", dataType: "IfcTimeMeasure" },
4362
+ { name: "WarrantyStartDate", kind: "single", dataType: "IfcDate" },
4363
+ ],
4364
+ },
4365
+ {
4366
+ name: "Pset_WasteTerminalTypeCommon",
4367
+ applicableEntities: ["IfcWasteTerminal"],
4368
+ properties: [
4369
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4370
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4371
+ ],
4372
+ },
4373
+ {
4374
+ name: "Pset_WasteTerminalTypeFloorTrap",
4375
+ applicableEntities: ["IfcWasteTerminal"],
4376
+ properties: [
4377
+ { name: "InletPatternType", kind: "enumeration", enumeration: ["NONE", "1", "2", "3", "4", "12", "13", "14", "23", "24", "34", "123", "124", "134", "234", "1234"] },
4378
+ { name: "TrapType", kind: "enumeration", enumeration: ["NONE", "P_TRAP", "Q_TRAP", "S_TRAP", "OTHER", "NOTKNOWN", "UNSET"] },
4379
+ { name: "CoverLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4380
+ { name: "CoverWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4381
+ { name: "HasStrainer", kind: "single", dataType: "IfcBoolean" },
4382
+ { name: "InletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4383
+ { name: "IsForSullageWater", kind: "single", dataType: "IfcBoolean" },
4384
+ { name: "NominalBodyDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4385
+ { name: "NominalBodyLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4386
+ { name: "NominalBodyWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4387
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4388
+ { name: "SpilloverLevel", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4389
+ ],
4390
+ },
4391
+ {
4392
+ name: "Pset_WasteTerminalTypeFloorWaste",
4393
+ applicableEntities: ["IfcWasteTerminal"],
4394
+ properties: [
4395
+ { name: "CoverLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4396
+ { name: "CoverWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4397
+ { name: "NominalBodyDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4398
+ { name: "NominalBodyLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4399
+ { name: "NominalBodyWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4400
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4401
+ ],
4402
+ },
4403
+ {
4404
+ name: "Pset_WasteTerminalTypeGullySump",
4405
+ applicableEntities: ["IfcWasteTerminal"],
4406
+ properties: [
4407
+ { name: "BackInletPatternType", kind: "enumeration", enumeration: ["NONE", "1", "2", "3", "4", "12", "13", "14", "23", "24", "34", "123", "124", "134", "234", "1234"] },
4408
+ { name: "GullyType", kind: "enumeration", enumeration: ["VERTICAL", "BACKINLET", "OTHER", "NOTKNOWN", "UNSET"] },
4409
+ { name: "TrapType", kind: "enumeration", enumeration: ["NONE", "P_TRAP", "Q_TRAP", "S_TRAP", "OTHER", "NOTKNOWN", "UNSET"] },
4410
+ { name: "CoverLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4411
+ { name: "CoverWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4412
+ { name: "InletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4413
+ { name: "NominalSumpDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4414
+ { name: "NominalSumpLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4415
+ { name: "NominalSumpWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4416
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4417
+ ],
4418
+ },
4419
+ {
4420
+ name: "Pset_WasteTerminalTypeGullyTrap",
4421
+ applicableEntities: ["IfcWasteTerminal"],
4422
+ properties: [
4423
+ { name: "BackInletPatternType", kind: "enumeration", enumeration: ["NONE", "1", "2", "3", "4", "12", "13", "14", "23", "24", "34", "123", "124", "134", "234", "1234"] },
4424
+ { name: "GullyType", kind: "enumeration", enumeration: ["VERTICAL", "BACKINLET", "OTHER", "NOTKNOWN", "UNSET"] },
4425
+ { name: "TrapType", kind: "enumeration", enumeration: ["NONE", "P_TRAP", "Q_TRAP", "S_TRAP", "OTHER", "NOTKNOWN", "UNSET"] },
4426
+ { name: "CoverLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4427
+ { name: "CoverWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4428
+ { name: "HasStrainer", kind: "single", dataType: "IfcBoolean" },
4429
+ { name: "InletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4430
+ { name: "NominalBodyDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4431
+ { name: "NominalBodyLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4432
+ { name: "NominalBodyWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4433
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4434
+ ],
4435
+ },
4436
+ {
4437
+ name: "Pset_WasteTerminalTypeRoofDrain",
4438
+ applicableEntities: ["IfcWasteTerminal"],
4439
+ properties: [
4440
+ { name: "CoverLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4441
+ { name: "CoverWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4442
+ { name: "NominalBodyDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4443
+ { name: "NominalBodyLength", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4444
+ { name: "NominalBodyWidth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4445
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4446
+ ],
4447
+ },
4448
+ {
4449
+ name: "Pset_WasteTerminalTypeWasteDisposalUnit",
4450
+ applicableEntities: ["IfcWasteTerminal"],
4451
+ properties: [
4452
+ { name: "DrainConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4453
+ { name: "NominalDepth", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4454
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4455
+ ],
4456
+ },
4457
+ {
4458
+ name: "Pset_WasteTerminalTypeWasteTrap",
4459
+ applicableEntities: ["IfcWasteTerminal"],
4460
+ properties: [
4461
+ { name: "WasteTrapType", kind: "enumeration", enumeration: ["NONE", "P_TRAP", "Q_TRAP", "S_TRAP", "OTHER", "NOTKNOWN", "UNSET"] },
4462
+ { name: "InletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4463
+ { name: "OutletConnectionSize", kind: "single", dataType: "IfcPositiveLengthMeasure" },
4464
+ ],
4465
+ },
4466
+ {
4467
+ name: "Pset_WindowCommon",
4468
+ applicableEntities: ["IfcWindow"],
4469
+ properties: [
4470
+ { name: "Status", kind: "enumeration", enumeration: ["NEW", "EXISTING", "DEMOLISH", "TEMPORARY", "OTHER", "NOTKNOWN", "UNSET"] },
4471
+ { name: "AcousticRating", kind: "single", dataType: "IfcLabel" },
4472
+ { name: "FireExit", kind: "single", dataType: "IfcBoolean" },
4473
+ { name: "FireRating", kind: "single", dataType: "IfcLabel" },
4474
+ { name: "GlazingAreaFraction", kind: "single", dataType: "IfcPositiveRatioMeasure" },
4475
+ { name: "HasDrive", kind: "single", dataType: "IfcBoolean" },
4476
+ { name: "HasSillExternal", kind: "single", dataType: "IfcBoolean" },
4477
+ { name: "HasSillInternal", kind: "single", dataType: "IfcBoolean" },
4478
+ { name: "Infiltration", kind: "single", dataType: "IfcVolumetricFlowRateMeasure" },
4479
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
4480
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4481
+ { name: "SecurityRating", kind: "single", dataType: "IfcLabel" },
4482
+ { name: "SmokeStop", kind: "single", dataType: "IfcBoolean" },
4483
+ { name: "ThermalTransmittance", kind: "single", dataType: "IfcThermalTransmittanceMeasure" },
4484
+ ],
4485
+ },
4486
+ {
4487
+ name: "Pset_WorkControlCommon",
4488
+ applicableEntities: ["IfcWorkControl"],
4489
+ properties: [
4490
+ { name: "WorkDayDuration", kind: "single", dataType: "IfcDuration" },
4491
+ { name: "WorkFinishTime", kind: "single", dataType: "IfcTime" },
4492
+ { name: "WorkMonthDuration", kind: "single", dataType: "IfcDuration" },
4493
+ { name: "WorkStartTime", kind: "single", dataType: "IfcTime" },
4494
+ { name: "WorkWeekDuration", kind: "single", dataType: "IfcDuration" },
4495
+ ],
4496
+ },
4497
+ {
4498
+ name: "Pset_ZoneCommon",
4499
+ applicableEntities: ["IfcZone"],
4500
+ properties: [
4501
+ { name: "GrossPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
4502
+ { name: "HandicapAccessible", kind: "single", dataType: "IfcBoolean" },
4503
+ { name: "IsExternal", kind: "single", dataType: "IfcBoolean" },
4504
+ { name: "NetPlannedArea", kind: "single", dataType: "IfcAreaMeasure" },
4505
+ { name: "PubliclyAccessible", kind: "single", dataType: "IfcBoolean" },
4506
+ { name: "Reference", kind: "single", dataType: "IfcIdentifier" },
4507
+ ],
4508
+ },
4509
+ ];
4510
+ //# sourceMappingURL=psets-ifc4.js.map