diff --git a/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py b/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py index fd9abdee5b..3a0ac9e681 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py +++ b/src/ifcopenshell-python/ifcopenshell/util/generate_pset_templates.py @@ -18,6 +18,7 @@ RUN_FROM_DEV_REPO = False +import ifcopenshell.ifcopenshell_wrapper as ifcopenshell_wrapper import ifcopenshell.api import ifcopenshell.guid import ifcopenshell.util.attribute @@ -100,7 +101,7 @@ class PsetTemplatesGenerator: print("Starting parsing data for IFC2X3...") if not IFC2x3_HTML_ZIP_LOCATION.is_file(): raise Exception( - f'ISO release for IFC2x3 TC1 expected to be in folder "{IFC2x3_HTML_ZIP_LOCATION.resolve()}\\"\n' + f'ISO release for IFC2x3 TC1 expected to be located in "{IFC2x3_HTML_ZIP_LOCATION.resolve()}"\n' "For doc extraction please either setup docs as described above \n" "or change IFC2x3_HTML_LOCATION in the script accordingly.\n" "You can download docs from the url: \n" @@ -176,8 +177,12 @@ class PsetTemplatesGenerator: TemplateType=root_xml.get("templatetype"), Name=pset_name, Description=root_xml.find("Definition").text, - ApplicableEntity=",".join(applicable_entities), + ApplicableEntity=",".join(applicable_entities).strip(), ) + if project_name.startswith("IFC2X3"): + pset.TemplateType = self.get_pset_template_type_ifc2x3(pset) + else: + pset.TemplateType = root_xml.get("templatetype") # NOTE: there is also Applicability tag # but it's seems always empty in ifc4 and ifc4x3 @@ -369,6 +374,43 @@ class PsetTemplatesGenerator: pset_property.PrimaryMeasureType = primary_measure_type + def get_pset_template_type_ifc2x3(self, pset_template: ifcopenshell.entity_instance) -> str: + def declaration_is_a(declaration: ifcopenshell_wrapper.declaration, ifc_class: str) -> bool: + if declaration.name() == ifc_class: + return True + super_type = declaration.supertype() + if not super_type: + return False + return declaration_is_a(super_type, ifc_class) + + name = pset_template.Name + applicability = pset_template.ApplicableEntity + schema = ifcopenshell.schema_by_name("IFC2X3") + + if "PHistory" in name: + return "PSET_PERFORMANCEDRIVEN" + applicable_types = applicability.replace(", ", ",").split(",") + for applicable_type in applicable_types: + if not applicable_type: + continue + parts = applicable_type.split("/") + assert 3 > len(parts) > 0 + if parts[0].isupper(): # IFC2X3 thing + applicable_type = parts[1] + else: + applicable_type = parts[0] + applicable_type = applicable_type.strip() + + declaration = schema.declaration_by_name(applicable_type) + if declaration_is_a(declaration, "IfcTypeObject"): + return "PSET_TYPEDRIVENOVERRIDE" + # ifc4x3+ + elif declaration_is_a(declaration, "IfcProfileDef"): + return "PSET_PROFILEDRIVEN" + elif declaration_is_a(declaration, "IfcMaterialDefinition"): + return "PSET_MATERIALDRIVEN" + return "PSET_OCCURRENCEDRIVEN" + if __name__ == "__main__": templates_generator = PsetTemplatesGenerator() diff --git a/src/ifcopenshell-python/ifcopenshell/util/schema/Pset_IFC2X3.ifc b/src/ifcopenshell-python/ifcopenshell/util/schema/Pset_IFC2X3.ifc index 22201798b9..eefa73e8dc 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/schema/Pset_IFC2X3.ifc +++ b/src/ifcopenshell-python/ifcopenshell/util/schema/Pset_IFC2X3.ifc @@ -1,13 +1,13 @@ ISO-10303-21; HEADER; FILE_DESCRIPTION(('ViewDefinition[DesignTransferView]'),'2;1'); -FILE_NAME('/dev/null','2023-10-26T15:50:26+05:00',(),(),'IfcOpenShell v0.7.0-f0e03c79d','IfcOpenShell v0.7.0-f0e03c79d','Nobody'); -FILE_SCHEMA(('IFC4X3')); +FILE_NAME('/dev/null','2024-05-28T16:48:38+05:00',(),(),'IfcOpenShell v0.7.0-f7c03db75','IfcOpenShell v0.7.0-f7c03db75','Nobody'); +FILE_SCHEMA(('IFC4X3_ADD2')); ENDSEC; DATA; #1=IFCPROJECT('2F24BjnDX87uPNbhYHS60Q',$,'IFC2X3 Property Set Templates',$,$,$,$,$,$); #2=IFCRELDECLARES('1_xZb6xLzA9hGuDAEtOfga',$,$,$,#1,(#3,#13,#17,#21,#24,#27,#30,#33,#43,#53,#66,#77,#83,#90,#94,#98,#102,#110,#118,#124,#128,#134,#140,#145,#150,#154,#160,#167,#172,#179,#184,#189,#194,#201,#210,#221,#226,#239,#245,#249,#251,#253,#255,#265,#277,#287,#297,#301,#303,#306,#315,#319,#322,#324,#326,#329,#334,#337,#340,#343,#349,#358,#370,#379,#385,#394,#399,#417,#425,#455,#458,#461,#465,#468,#480,#489,#499,#515,#517,#524,#531,#536,#542,#560,#575,#588,#600,#610,#624,#628,#635,#661,#667,#689,#696,#728,#732,#739,#741,#743,#745,#758,#762,#773,#778,#794,#797,#807,#814,#818,#823,#832,#840,#852,#866,#878,#893,#897,#901,#916,#929,#934,#936,#942,#945,#953,#955,#957,#962,#965,#969,#971,#976,#985,#987,#997,#1000,#1012,#1015,#1025,#1028,#1031,#1038,#1048,#1061,#1071,#1074,#1081,#1094,#1098,#1105,#1109,#1113,#1129,#1139,#1149,#1155,#1159,#1161,#1175,#1177,#1186,#1190,#1192,#1196,#1200,#1203,#1205,#1212,#1216,#1227,#1231,#1233,#1235,#1238,#1240,#1242,#1251,#1263,#1275,#1294,#1305,#1315,#1326,#1337,#1349,#1360,#1373,#1382,#1393,#1399,#1416,#1425,#1438,#1454,#1471,#1481,#1492,#1501,#1505,#1510,#1522,#1524,#1531,#1544,#1549,#1555,#1560,#1571,#1574,#1580,#1591,#1597,#1603,#1607,#1620,#1630,#1633,#1641,#1645,#1647,#1663,#1666,#1670,#1677,#1684,#1690,#1698,#1711,#1728,#1732,#1739,#1746,#1751,#1760,#1764,#1770,#1781,#1793,#1805,#1816,#1826,#1847,#1857,#1871,#1875,#1889,#1897,#1901,#1905,#1913,#1915,#1919,#1923,#1925,#1927,#1929,#1933,#1936,#1939,#1943,#1946,#1948,#1961,#1968,#1974,#1980,#1986,#1991,#1996,#2009,#2023,#2031,#2038,#2044,#2049,#2056,#2061,#2068,#2073,#2078,#2085,#2089,#2096,#2103,#2107,#2114,#2116,#2118,#2121,#2126,#2132,#2146,#2148,#2165,#2171,#2176,#2183,#2192,#2196,#2210,#2213,#2216,#2223,#2234,#2251,#2261,#2280,#2287,#2292,#2302,#2307,#2322,#2330,#2352,#2360,#2368)); -#3=IFCPROPERTYSETTEMPLATE('1_nMpQK0jBkRugn3$B21pT',$,'Pset_SpaceProgramCommon','Definition from IAI: Properties common to the definition of all instances of IfcSpaceProgram',$,'IfcSpaceProgram',(#4,#5,#6,#7,#8,#9,#10,#11,#12)); +#3=IFCPROPERTYSETTEMPLATE('1_nMpQK0jBkRugn3$B21pT',$,'Pset_SpaceProgramCommon','Definition from IAI: Properties common to the definition of all instances of IfcSpaceProgram',.PSET_OCCURRENCEDRIVEN.,'IfcSpaceProgram',(#4,#5,#6,#7,#8,#9,#10,#11,#12)); #4=IFCSIMPLEPROPERTYTEMPLATE('0ONbg9f512Qv2_8y0PRr8w',$,'Location','General description of the required location for the space (e.g. "third floor south") ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #5=IFCSIMPLEPROPERTYTEMPLATE('2w0cn_xgnCs996cwkDv8Kv',$,'FunctionRequirement','General description of the functional requirement for the space (in addition to the space name)',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #6=IFCSIMPLEPROPERTYTEMPLATE('3lN6cj339CKRs6VQ91MT6R',$,'SecurityRequirement','General description of the security requirement for the space (in addition to the function requirement)',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -17,27 +17,27 @@ DATA; #10=IFCSIMPLEPROPERTYTEMPLATE('306i$_7IfBy87nmCxX$375',$,'EmployeeType','General description of the employee type that will occupy the space (e.g. manager, programmer, secretary, etc.). The type classification depends on the company based terms for employee types. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #11=IFCSIMPLEPROPERTYTEMPLATE('1LjmKTwzv6r9Dh5cUr43Fw',$,'OccupancyType','Occupancy type for this object.\X2\000A\X0\It is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #12=IFCSIMPLEPROPERTYTEMPLATE('0wLaO36LT3BRVb$JUFPTpW',$,'OccupancyNumber','Maximum number of occupants for the designed usage of the space.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); -#13=IFCPROPERTYSETTEMPLATE('1m5X0yFtj6i9uqkhjTo5qW',$,'Pset_ActuatorTypeCommon','Definition from IAI: Actuator type common attributes.',$,'IfcActuatorType',(#14,#16)); +#13=IFCPROPERTYSETTEMPLATE('1m5X0yFtj6i9uqkhjTo5qW',$,'Pset_ActuatorTypeCommon','Definition from IAI: Actuator type common attributes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuatorType',(#14,#16)); #14=IFCSIMPLEPROPERTYTEMPLATE('1QbIhXYKT6tvvNzxqxJe8o',$,'FailPosition','Specifies the required fail-safe position of the actuator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#15,$,$,$,.READWRITE.); #15=IFCPROPERTYENUMERATION('PEnum_FailPosition',(IFCLABEL('FailOpen'),IFCLABEL('FailClosed'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #16=IFCSIMPLEPROPERTYTEMPLATE('2BsFhxc6D5Qusx6dAldKbQ',$,'ManualOverride','Identifies whether hand-operated operation is provided as an override (= TRUE) or not (= FALSE). Note that this value should be set to FALSE by default in the case of a Hand Operated Actuator.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#17=IFCPROPERTYSETTEMPLATE('0Z3BgOOPvDaRX2ev9Ak57E',$,'Pset_ActuatorTypeElectricActuator','Definition from IAI: A device that electrically actuates a control element. ',$,'IfcActuatorType',(#18,#19)); +#17=IFCPROPERTYSETTEMPLATE('0Z3BgOOPvDaRX2ev9Ak57E',$,'Pset_ActuatorTypeElectricActuator','Definition from IAI: A device that electrically actuates a control element. ',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuatorType',(#18,#19)); #18=IFCSIMPLEPROPERTYTEMPLATE('1leI9ll3r399Nir4Ds817x',$,'ActuatorInputPower','Maximum input power requirement ',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #19=IFCSIMPLEPROPERTYTEMPLATE('2vJAqjmdTDZQTf6QGQ3SMK',$,'ElectricActuatorType','Enumeration that identifies electric actuator as defined by its operational principle. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#20,$,$,$,.READWRITE.); #20=IFCPROPERTYENUMERATION('PEnum_ElectricActuatorType',(IFCLABEL('MotorDrive'),IFCLABEL('Magnetic'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#21=IFCPROPERTYSETTEMPLATE('1W7AXk4V5COOVGNTXgVzvK',$,'Pset_ActuatorTypeHydraulicActuator','Definition from IAI: A device that hydraulically actuates a control element. ',$,'IfcActuatorType',(#22,#23)); +#21=IFCPROPERTYSETTEMPLATE('1W7AXk4V5COOVGNTXgVzvK',$,'Pset_ActuatorTypeHydraulicActuator','Definition from IAI: A device that hydraulically actuates a control element. ',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuatorType',(#22,#23)); #22=IFCSIMPLEPROPERTYTEMPLATE('3a$PWWODT5ufsiQYh_h5fG',$,'InputPressure','Maximum design pressure for the actuator.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #23=IFCSIMPLEPROPERTYTEMPLATE('3U1s_nnIP3rOZi53fRqHsV',$,'InputFlowrate','Maximum hydraulic flowrate requirement. ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#24=IFCPROPERTYSETTEMPLATE('0xiobc92fB$xDzu6Op_mDJ',$,'Pset_ActuatorTypeLinearActuation','Definition from IAI: Characteristics of linear actuation of an actuator\X2\000A\X0\History: Replaces Pset_LinearActuator',$,'IfcActuatorType',(#25,#26)); +#24=IFCPROPERTYSETTEMPLATE('0xiobc92fB$xDzu6Op_mDJ',$,'Pset_ActuatorTypeLinearActuation','Definition from IAI: Characteristics of linear actuation of an actuator\X2\000A\X0\History: Replaces Pset_LinearActuator',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuatorType',(#25,#26)); #25=IFCSIMPLEPROPERTYTEMPLATE('2u_adPuWX72BL5C6gvOElD',$,'Force','Indicates the maximum close-off force for the actuator.',.P_SINGLEVALUE.,'IfcForceMeasure',$,$,$,$,$,.READWRITE.); #26=IFCSIMPLEPROPERTYTEMPLATE('0ZdssDznPEuxkImga6SOYo',$,'Stroke','Indicates the maximum distance the actuator must traverse.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#27=IFCPROPERTYSETTEMPLATE('3nIJzmf9X28fI58wO5rRZr',$,'Pset_ActuatorTypePneumaticActuator','Definition from IAI: A device that pneumatically actuates a control element ',$,'IfcActuatorType',(#28,#29)); +#27=IFCPROPERTYSETTEMPLATE('3nIJzmf9X28fI58wO5rRZr',$,'Pset_ActuatorTypePneumaticActuator','Definition from IAI: A device that pneumatically actuates a control element ',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuatorType',(#28,#29)); #28=IFCSIMPLEPROPERTYTEMPLATE('275QysDR5DNRbR2x1knSBj',$,'InputPressure','Maximum input control air pressure requirement ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #29=IFCSIMPLEPROPERTYTEMPLATE('1xwhTuOgD04xfCrXg9tmpj',$,'InputFlowrate','Maximum input control air flowrate requirement ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#30=IFCPROPERTYSETTEMPLATE('0EZZ$tZ49EHOWraUzbWupV',$,'Pset_ActuatorTypeRotationalActuation','Definition from IAI: Characteristics of rotational actuation of an actuator\X2\000A\X0\History: Replaces Pset_RotationalActuator',$,'IfcActuatorType',(#31,#32)); +#30=IFCPROPERTYSETTEMPLATE('0EZZ$tZ49EHOWraUzbWupV',$,'Pset_ActuatorTypeRotationalActuation','Definition from IAI: Characteristics of rotational actuation of an actuator\X2\000A\X0\History: Replaces Pset_RotationalActuator',.PSET_TYPEDRIVENOVERRIDE.,'IfcActuatorType',(#31,#32)); #31=IFCSIMPLEPROPERTYTEMPLATE('3JSj1nE6X88ftq1lJbFgYP',$,'Torque','Indicates the maximum close-off torque for the actuator.',.P_SINGLEVALUE.,'IfcTorqueMeasure',$,$,$,$,$,.READWRITE.); #32=IFCSIMPLEPROPERTYTEMPLATE('1M$etoEIn0DPce84PwKMiZ',$,'RangeAngle','Indicates the maximum rotation the actuator must traverse.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); -#33=IFCPROPERTYSETTEMPLATE('0UngQYZNv4uOLStgTpPcmI',$,'Pset_AnalogInput','Definition from IAI: Defines the characteristics of an analog input.',$,'IfcDistributionControlElement',(#34,#35,#36,#37,#38,#39,#41)); +#33=IFCPROPERTYSETTEMPLATE('0UngQYZNv4uOLStgTpPcmI',$,'Pset_AnalogInput','Definition from IAI: Defines the characteristics of an analog input.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionControlElement',(#34,#35,#36,#37,#38,#39,#41)); #34=IFCSIMPLEPROPERTYTEMPLATE('3MjbD4ULPDc9G7XEc$JOuP',$,'HighLimit','The high limit value for the analog input.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #35=IFCSIMPLEPROPERTYTEMPLATE('3$ICXcH516vA4iWBzemInL',$,'LowLimit','The low limit value for the analog input.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #36=IFCSIMPLEPROPERTYTEMPLATE('2lB0XHfqTClgMoG_yBM4Jx',$,'Deadband','The deadband value for the analog input.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); @@ -47,7 +47,7 @@ DATA; #40=IFCPROPERTYENUMERATION('PEnum_BACnetEventEnableType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #41=IFCSIMPLEPROPERTYTEMPLATE('3pwpyvcVXCp8SnLthnlVk7',$,'NotifyType','Enumeration that defines the notification type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#42,$,$,$,.READWRITE.); #42=IFCPROPERTYENUMERATION('PEnum_BACnetNotifyType',(IFCLABEL('Alarm'),IFCLABEL('Event'),IFCLABEL('AcknowledgeNotification'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#43=IFCPROPERTYSETTEMPLATE('2WAJ4SoIr31v$j6s0$2T6S',$,'Pset_AnalogOutput','Definition from IAI: Defines the characteristics of an analog output.',$,'IfcDistributionControlElement',(#44,#45,#46,#47,#48,#49,#51)); +#43=IFCPROPERTYSETTEMPLATE('2WAJ4SoIr31v$j6s0$2T6S',$,'Pset_AnalogOutput','Definition from IAI: Defines the characteristics of an analog output.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionControlElement',(#44,#45,#46,#47,#48,#49,#51)); #44=IFCSIMPLEPROPERTYTEMPLATE('3AoDwzuhfCKAfmMqytB$XQ',$,'HighLimit','The high limit value for the analog output.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #45=IFCSIMPLEPROPERTYTEMPLATE('3A2OaJZbz4fOZP4kgGztyJ',$,'LowLimit','The low limit value for the analog output.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #46=IFCSIMPLEPROPERTYTEMPLATE('1t4W0reZr7dOJb$tRLl8o7',$,'Deadband','The deadband value for the analog output.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); @@ -57,7 +57,7 @@ DATA; #50=IFCPROPERTYENUMERATION('PEnum_BACnetEventEnableType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #51=IFCSIMPLEPROPERTYTEMPLATE('1TX7QrGAX9lgDsYRuW4SG8',$,'NotifyType','Enumeration that defines the notification type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#52,$,$,$,.READWRITE.); #52=IFCPROPERTYENUMERATION('PEnum_BACnetNotifyType',(IFCLABEL('Alarm'),IFCLABEL('Event'),IFCLABEL('AcknowledgeNotification'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#53=IFCPROPERTYSETTEMPLATE('3pyL1j5516Qxm$E4XaWbX_',$,'Pset_BinaryInput','Definition from IAI: Defines the characteristics of a binary input.',$,'IfcDistributionControlElement',(#54,#56,#57,#58,#59,#60,#62,#64)); +#53=IFCPROPERTYSETTEMPLATE('3pyL1j5516Qxm$E4XaWbX_',$,'Pset_BinaryInput','Definition from IAI: Defines the characteristics of a binary input.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionControlElement',(#54,#56,#57,#58,#59,#60,#62,#64)); #54=IFCSIMPLEPROPERTYTEMPLATE('3QZZcX$P9DPvs_fKwTZsjX',$,'Polarity','Enumeration defining the polarity',.P_ENUMERATEDVALUE.,'IfcLabel',$,#55,$,$,$,.READWRITE.); #55=IFCPROPERTYENUMERATION('PEnum_PolarityEnum',(IFCLABEL('Normal'),IFCLABEL('Reverse'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #56=IFCSIMPLEPROPERTYTEMPLATE('2IUBQcLn93jRx46tNKYyi$',$,'InactiveText','String value to be displayed in an inactive, off, or idle state',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); @@ -70,7 +70,7 @@ DATA; #63=IFCPROPERTYENUMERATION('PEnum_BACnetEventEnableType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #64=IFCSIMPLEPROPERTYTEMPLATE('01dB2vwcbFhAzEF8GzHjIV',$,'AckedTransitions','Enumeration that defines the type of transition acknowledgement',.P_ENUMERATEDVALUE.,'IfcLabel',$,#65,$,$,$,.READWRITE.); #65=IFCPROPERTYENUMERATION('PEnum_BACnetAckedTransitionsType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#66=IFCPROPERTYSETTEMPLATE('18MlA5mtf8JO01U$VI8WgA',$,'Pset_BinaryOutput','Definition from IAI: Defines the characteristics of a binary output.',$,'IfcDistributionControlElement',(#67,#69,#70,#71,#73,#75)); +#66=IFCPROPERTYSETTEMPLATE('18MlA5mtf8JO01U$VI8WgA',$,'Pset_BinaryOutput','Definition from IAI: Defines the characteristics of a binary output.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionControlElement',(#67,#69,#70,#71,#73,#75)); #67=IFCSIMPLEPROPERTYTEMPLATE('0Ue815MyHD0eYWyNkkt2Qa',$,'Polarity','Enumeration defining the polarity',.P_ENUMERATEDVALUE.,'IfcLabel',$,#68,$,$,$,.READWRITE.); #68=IFCPROPERTYENUMERATION('PEnum_PolarityEnum',(IFCLABEL('Normal'),IFCLABEL('Reverse'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #69=IFCSIMPLEPROPERTYTEMPLATE('3pUjK6rBj1Qw$aY$V1FO9P',$,'InactiveText','String value to be displayed in an inactive, off, or idle state',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); @@ -81,32 +81,32 @@ DATA; #74=IFCPROPERTYENUMERATION('PEnum_BACnetEventEnableType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #75=IFCSIMPLEPROPERTYTEMPLATE('3t9uPVi2b7PPAinZRdXNjC',$,'AckedTransitions','Enumeration that defines the type of transition acknowledgement',.P_ENUMERATEDVALUE.,'IfcLabel',$,#76,$,$,$,.READWRITE.); #76=IFCPROPERTYENUMERATION('PEnum_BACnetAckedTransitionsType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#77=IFCPROPERTYSETTEMPLATE('0_LLwivFv2FQ3rDk72_spo',$,'Pset_ControllerTypeCommon','Definition from IAI: Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued output.',$,'IfcControllerType',(#78,#80,#81,#82)); +#77=IFCPROPERTYSETTEMPLATE('0_LLwivFv2FQ3rDk72_spo',$,'Pset_ControllerTypeCommon','Definition from IAI: Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued output.',.PSET_TYPEDRIVENOVERRIDE.,'IfcControllerType',(#78,#80,#81,#82)); #78=IFCSIMPLEPROPERTYTEMPLATE('0k$2r7pBTD3O02Z4LcWKoj',$,'ControlType','The type of signal modification effected',.P_ENUMERATEDVALUE.,'IfcLabel',$,#79,$,$,$,.READWRITE.); #79=IFCPROPERTYENUMERATION('PEnum_ControlType',(IFCLABEL('Hysteresis'),IFCLABEL('Constant'),IFCLABEL('Divide'),IFCLABEL('Integral'),IFCLABEL('Subtract'),IFCLABEL('Report'),IFCLABEL('Absolute'),IFCLABEL('Sum'),IFCLABEL('Average'),IFCLABEL('Maximum'),IFCLABEL('Minimum'),IFCLABEL('Modifier'),IFCLABEL('Product'),IFCLABEL('Split'),IFCLABEL('RunningAverage'),IFCLABEL('Inverse'),IFCLABEL('Binary'),IFCLABEL('LowerLimitControl'),IFCLABEL('LowerLimitControl'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #80=IFCSIMPLEPROPERTYTEMPLATE('2T0cslqaHC18k77V9SA3mN',$,'SignalOffset','Offset constant added to modfied signal',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #81=IFCSIMPLEPROPERTYTEMPLATE('2pc6THSkv96OoKp4z5LkY8',$,'SignalFactor','Factor multiplied onto offset signal',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #82=IFCSIMPLEPROPERTYTEMPLATE('0n_wgtvrT3aet5I_ehY60_',$,'SignalTime','Time factor used for integral and running average controllers',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#83=IFCPROPERTYSETTEMPLATE('0spLvJYz98BwvrS2y23U$w',$,'Pset_ControllerTypeProportional','Definition from IAI: Properties for signal handling for an proportional controller taking a single input and creating a single valued output',$,'IfcControllerType',(#84,#86,#87,#88,#89)); +#83=IFCPROPERTYSETTEMPLATE('0spLvJYz98BwvrS2y23U$w',$,'Pset_ControllerTypeProportional','Definition from IAI: Properties for signal handling for an proportional controller taking a single input and creating a single valued output',.PSET_TYPEDRIVENOVERRIDE.,'IfcControllerType',(#84,#86,#87,#88,#89)); #84=IFCSIMPLEPROPERTYTEMPLATE('1JkdwFWaTBp9dka2XCFVpK',$,'ControlType','The type of signal modification effected',.P_ENUMERATEDVALUE.,'IfcLabel',$,#85,$,$,$,.READWRITE.); #85=IFCPROPERTYENUMERATION('PEnum_ProportionalControlType',(IFCLABEL('Proportional'),IFCLABEL('ProportionalIntegral'),IFCLABEL('ExponentialDelay'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #86=IFCSIMPLEPROPERTYTEMPLATE('1Invva2WHEbRqRUhx4TtHj',$,'SignalFactor1','Factor (Kp)',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #87=IFCSIMPLEPROPERTYTEMPLATE('1R5LT4H4T29e3KDT9Ozi8R',$,'SignalFactor2','Factor (Ki)',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #88=IFCSIMPLEPROPERTYTEMPLATE('0ukB_P5IbAFwHhWaPQdYhi',$,'SignalTime1','Time factor used for exponential increase.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); #89=IFCSIMPLEPROPERTYTEMPLATE('13rj$6han42AIUhoDXJs$g',$,'SignalTime2','Time factor used for exponential decrease.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#90=IFCPROPERTYSETTEMPLATE('2ZnI0mbiT3gRdHH7Y00sPS',$,'Pset_ControllerTypeTwoPosition','Definition from IAI: Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued binary output.',$,'IfcControllerType',(#91,#93)); +#90=IFCPROPERTYSETTEMPLATE('2ZnI0mbiT3gRdHH7Y00sPS',$,'Pset_ControllerTypeTwoPosition','Definition from IAI: Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued binary output.',.PSET_TYPEDRIVENOVERRIDE.,'IfcControllerType',(#91,#93)); #91=IFCSIMPLEPROPERTYTEMPLATE('0qqsUMwOTAaf0w5JT10Y1o',$,'ControlType','The type of signal modification effected',.P_ENUMERATEDVALUE.,'IfcLabel',$,#92,$,$,$,.READWRITE.); #92=IFCPROPERTYENUMERATION('PEnum_TwoPositionControlType',(IFCLABEL('Not'),IFCLABEL('And'),IFCLABEL('Or'),IFCLABEL('Xor'),IFCLABEL('LowerLimitSwitch'),IFCLABEL('UpperLimitSwitch'),IFCLABEL('LowerBandSwitch'),IFCLABEL('UpperBandSwitch'),IFCLABEL('Average'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #93=IFCSIMPLEPROPERTYTEMPLATE('2docSZx2X7_9iaQeT2dhCx',$,'BandWidth','Dead band for controller',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); -#94=IFCPROPERTYSETTEMPLATE('1RaZAby2j3TBpufYkBNmFI',$,'Pset_FlowInstrumentTypePressureGauge','Definition from IAI: A device that reads and displays a pressure value at a point or the pressure difference between two points.',$,'IfcFlowInstrumentType',(#95,#97)); +#94=IFCPROPERTYSETTEMPLATE('1RaZAby2j3TBpufYkBNmFI',$,'Pset_FlowInstrumentTypePressureGauge','Definition from IAI: A device that reads and displays a pressure value at a point or the pressure difference between two points.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrumentType',(#95,#97)); #95=IFCSIMPLEPROPERTYTEMPLATE('3AvY5OVE12zhtHtiT_Zd86',$,'PressureGaugeType','Identifies the means by which pressure is displayed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#96,$,$,$,.READWRITE.); #96=IFCPROPERTYENUMERATION('PEnum_PressureGaugeType',(IFCLABEL('Dial'),IFCLABEL('Digital'),IFCLABEL('Manometer'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #97=IFCSIMPLEPROPERTYTEMPLATE('3ae2YLOJ56exMEFE7prU7I',$,'DisplaySize','The physical size of the display. For a dial pressure gauge it will be the diameter of the dial.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#98=IFCPROPERTYSETTEMPLATE('2$CA9WzjzBAfJ1efUujXV6',$,'Pset_FlowInstrumentTypeThermometer','Definition from IAI: A device that reads and displays a temperature value at a point.',$,'IfcFlowInstrumentType',(#99,#101)); +#98=IFCPROPERTYSETTEMPLATE('2$CA9WzjzBAfJ1efUujXV6',$,'Pset_FlowInstrumentTypeThermometer','Definition from IAI: A device that reads and displays a temperature value at a point.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowInstrumentType',(#99,#101)); #99=IFCSIMPLEPROPERTYTEMPLATE('1gz9Li3095$PooJyC0QVDq',$,'ThermometerType','Identifies the means by which temperature is displayed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#100,$,$,$,.READWRITE.); #100=IFCPROPERTYENUMERATION('PEnum_ThermometerType',(IFCLABEL('Dial'),IFCLABEL('Digital'),IFCLABEL('Stem'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #101=IFCSIMPLEPROPERTYTEMPLATE('3R3E2eLVDAN9Wce97QMwao',$,'DisplaySize','The physical size of the display. In the case of a stem thermometer, this will be the length of the stem. For a dial thermometer, it will be the diameter of the dial.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#102=IFCPROPERTYSETTEMPLATE('1$te7bBXn3vfSuj6gBFCQj',$,'Pset_MultiStateInput','Definition from IAI: Defines the characteristics of a multi-state input.',$,'IfcDistributionControlElement',(#103,#104,#105,#106,#108)); +#102=IFCPROPERTYSETTEMPLATE('1$te7bBXn3vfSuj6gBFCQj',$,'Pset_MultiStateInput','Definition from IAI: Defines the characteristics of a multi-state input.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionControlElement',(#103,#104,#105,#106,#108)); #103=IFCSIMPLEPROPERTYTEMPLATE('2$TNIHey1FFeXg7ak6BxOC',$,'NumberOfStates','Number of states for the multi-state Input.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #104=IFCSIMPLEPROPERTYTEMPLATE('2wnW8QR0D3dQK7HIjv9QJq',$,'StateText','String values to identify the state condition. Upper limit of the list is equal to the NumberOfStates.',.P_LISTVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #105=IFCSIMPLEPROPERTYTEMPLATE('3D0tYWYAb9LgybpzNlNEKo',$,'AlarmValues','Specifies any states the present value must equal before an EventEnable shall occur. Upper limit of the list is equal to the NumberOfStates.',.P_LISTVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); @@ -114,7 +114,7 @@ DATA; #107=IFCPROPERTYENUMERATION('PEnum_BACnetEventEnableType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #108=IFCSIMPLEPROPERTYTEMPLATE('1HPPjK$fDB3B$pNOU4BUv9',$,'NotifyType','Enumeration that defines the notification type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#109,$,$,$,.READWRITE.); #109=IFCPROPERTYENUMERATION('PEnum_BACnetNotifyType',(IFCLABEL('Alarm'),IFCLABEL('Event'),IFCLABEL('AcknowledgeNotification'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#110=IFCPROPERTYSETTEMPLATE('2iHO6efAnAEQktMcvOAkZc',$,'Pset_MultiStateOutput','Definition from IAI: Defines the characteristics of a multi-state output.',$,'IfcDistributionControlElement',(#111,#112,#113,#114,#116)); +#110=IFCPROPERTYSETTEMPLATE('2iHO6efAnAEQktMcvOAkZc',$,'Pset_MultiStateOutput','Definition from IAI: Defines the characteristics of a multi-state output.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionControlElement',(#111,#112,#113,#114,#116)); #111=IFCSIMPLEPROPERTYTEMPLATE('39dlENK31A$On3OGeBaOTj',$,'NumberOfStates','Number of states for the multi-state Input.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #112=IFCSIMPLEPROPERTYTEMPLATE('0P6HxRze16Mg54OOk5FwnX',$,'StateText','String values to identify the state condition. Upper limit of the list is equal to the NumberOfStates.',.P_LISTVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #113=IFCSIMPLEPROPERTYTEMPLATE('2TYViIhSP1whVv06hXVaUr',$,'AlarmValues','Specifies any states the present value must equal before an EventEnable shall occur. Upper limit of the list is equal to the NumberOfStates.',.P_LISTVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); @@ -122,90 +122,90 @@ DATA; #115=IFCPROPERTYENUMERATION('PEnum_BACnetEventEnableType',(IFCLABEL('To-OffNormal'),IFCLABEL('To-Fault'),IFCLABEL('To-Normal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #116=IFCSIMPLEPROPERTYTEMPLATE('0XdKI1YDf9RfWJqVFz9w6Q',$,'NotifyType','Enumeration that defines the notification type',.P_ENUMERATEDVALUE.,'IfcLabel',$,#117,$,$,$,.READWRITE.); #117=IFCPROPERTYENUMERATION('PEnum_BACnetNotifyType',(IFCLABEL('Alarm'),IFCLABEL('Event'),IFCLABEL('AcknowledgeNotification'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#118=IFCPROPERTYSETTEMPLATE('30fgWnmuP9_8vP0hSufF9y',$,'Pset_SensorTypeCO2Sensor','Definition from IAI: A device that senses or detects carbon dioxide.',$,'IfcSensorType',(#119,#120,#121,#122,#123)); +#118=IFCPROPERTYSETTEMPLATE('30fgWnmuP9_8vP0hSufF9y',$,'Pset_SensorTypeCO2Sensor','Definition from IAI: A device that senses or detects carbon dioxide.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#119,#120,#121,#122,#123)); #119=IFCSIMPLEPROPERTYTEMPLATE('0pfgxjMAP0EOO6UfrLWKSe',$,'CoverageArea','The floor area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor)',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #120=IFCSIMPLEPROPERTYTEMPLATE('2onD0jlfD7c81lmzvOj82D',$,'WashHandBasinSetPoint','The CO2 value to be sensed.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #121=IFCSIMPLEPROPERTYTEMPLATE('3oL7AFMgf2xA88f709zcgf',$,'CO2SensorRange','The upper and lower bounds for operation of the CO2 sensor.\X2\000A\X0\',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #122=IFCSIMPLEPROPERTYTEMPLATE('03q31JoXT9uuzKS2sDAM1h',$,'AccuracyOfCO2Sensor','The accuracy of the sensor',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #123=IFCSIMPLEPROPERTYTEMPLATE('1b9TrQY4X0WA1TI1h6vqrY',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#124=IFCPROPERTYSETTEMPLATE('3Vm86VrSL68AE_DwL410Jc',$,'Pset_SensorTypeFireSensor','Definition from IAI: A device that senses or detects the presence of fire.',$,'IfcSensorType',(#125,#126,#127)); +#124=IFCPROPERTYSETTEMPLATE('3Vm86VrSL68AE_DwL410Jc',$,'Pset_SensorTypeFireSensor','Definition from IAI: A device that senses or detects the presence of fire.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#125,#126,#127)); #125=IFCSIMPLEPROPERTYTEMPLATE('1ni9s7NtD49wly15aMfX_P',$,'FireSensorSetPoint','The temperature value to be sensed to indicate the presence of fire.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #126=IFCSIMPLEPROPERTYTEMPLATE('3u$1gCexrE4PSVGK8HeTUL',$,'AccuracyOfFireSensor','The accuracy of the sensor',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #127=IFCSIMPLEPROPERTYTEMPLATE('0uVA1$swP9jBXSGI8U0tXQ',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#128=IFCPROPERTYSETTEMPLATE('1PopZjRBH1bfRLpdlmOqVl',$,'Pset_SensorTypeGasSensor','Definition from IAI: A device that senses or detects gas.',$,'IfcSensorType',(#129,#130,#131,#132,#133)); +#128=IFCPROPERTYSETTEMPLATE('1PopZjRBH1bfRLpdlmOqVl',$,'Pset_SensorTypeGasSensor','Definition from IAI: A device that senses or detects gas.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#129,#130,#131,#132,#133)); #129=IFCSIMPLEPROPERTYTEMPLATE('1RuQ06xJTBe9WP0rj1$Rmg',$,'GasDetected','Identification of the gas that is being detected.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #130=IFCSIMPLEPROPERTYTEMPLATE('0n2NE1Qmn7EB0XGnrIK55X',$,'GasSensorSetPoint','The gas concentration value to be sensed.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #131=IFCSIMPLEPROPERTYTEMPLATE('0KwdoJgMHCJumXdU7lF0fe',$,'GasSensorRange','The upper and lower bounds of gas concentration for operation of the gas sensor.\X2\000A\X0\',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #132=IFCSIMPLEPROPERTYTEMPLATE('0ixPKoT7X44PkvM_w0$wQ8',$,'AccuracyOfGasSensor','The accuracy of the sensor',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #133=IFCSIMPLEPROPERTYTEMPLATE('1rOqyoHmvBvQPZwZx2l2UM',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#134=IFCPROPERTYSETTEMPLATE('36yvuTxknDRRnpf9cA2c6M',$,'Pset_SensorTypeHeatSensor','Definition from IAI: A device that senses or detects heat.',$,'IfcSensorType',(#135,#136,#137,#138,#139)); +#134=IFCPROPERTYSETTEMPLATE('36yvuTxknDRRnpf9cA2c6M',$,'Pset_SensorTypeHeatSensor','Definition from IAI: A device that senses or detects heat.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#135,#136,#137,#138,#139)); #135=IFCSIMPLEPROPERTYTEMPLATE('0hCYoG8KbCpu2uYz9IWznU',$,'CoverageArea','The area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor)',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #136=IFCSIMPLEPROPERTYTEMPLATE('0SRtKRfH1E99M87baNS2vn',$,'HeatSensorSetPoint','The temperature value to be sensed.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #137=IFCSIMPLEPROPERTYTEMPLATE('0_ck90UXX709pYG2sBonyK',$,'HeatSensorRange','The upper and lower bounds for operation of the heat sensor.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #138=IFCSIMPLEPROPERTYTEMPLATE('3XmAxEgbX7KukiqXYUeJyQ',$,'HeatSensorAccuracy','The accuracy of the sensor.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #139=IFCSIMPLEPROPERTYTEMPLATE('1cIPp$IT17CPUDtObTIXam',$,'TimeConstant','The time constant of the sensor.\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#140=IFCPROPERTYSETTEMPLATE('06Cz8$iz5BguPynuW6PzBC',$,'Pset_SensorTypeHumiditySensor','Definition from IAI: A device that senses or detects humidity. ',$,'IfcSensorType',(#141,#142,#143,#144)); +#140=IFCPROPERTYSETTEMPLATE('06Cz8$iz5BguPynuW6PzBC',$,'Pset_SensorTypeHumiditySensor','Definition from IAI: A device that senses or detects humidity. ',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#141,#142,#143,#144)); #141=IFCSIMPLEPROPERTYTEMPLATE('2ZPKyGQlDFLgfmcYC_Xyw1',$,'HumiditySetPoint','The humidity value to be sensed.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #142=IFCSIMPLEPROPERTYTEMPLATE('1CBNPhNnn0pQIIz2L5iJS1',$,'HumiditySensorRange','The upper and lower bounds for operation of the humidity sensor.\X2\000A\X0\',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #143=IFCSIMPLEPROPERTYTEMPLATE('28ctOEneL8xQGOGgovE8m6',$,'AccuracyOfHumiditySensor','The accuracy of the sensor',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #144=IFCSIMPLEPROPERTYTEMPLATE('0EK2oqwU93YwT7iTIGT_Sd',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#145=IFCPROPERTYSETTEMPLATE('04iKGSt0r3lfLWkNh9iA6h',$,'Pset_SensorTypeLightSensor','Definition from IAI: A device that senses or detects light.',$,'IfcSensorType',(#146,#147,#148,#149)); +#145=IFCPROPERTYSETTEMPLATE('04iKGSt0r3lfLWkNh9iA6h',$,'Pset_SensorTypeLightSensor','Definition from IAI: A device that senses or detects light.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#146,#147,#148,#149)); #146=IFCSIMPLEPROPERTYTEMPLATE('3cjGsBTQHCVxJiibG_g66x',$,'LightSensorSetPoint','The illuminance value to be sensed.',.P_SINGLEVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,.READWRITE.); #147=IFCSIMPLEPROPERTYTEMPLATE('1Uumg3uOj4wPbAyJ_vIOph',$,'LightSensorRange','The upper and lower bounds for operation of the light sensor.',.P_BOUNDEDVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,.READWRITE.); #148=IFCSIMPLEPROPERTYTEMPLATE('25qc1$HfLDVAsKgxMiDzYT',$,'LightSensorAccuracy','The accuracy of the sensor.',.P_SINGLEVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,.READWRITE.); #149=IFCSIMPLEPROPERTYTEMPLATE('2qh_zUyj1DyfBj4GDAYORv',$,'TimeConstant','The time constant of the sensor.\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#150=IFCPROPERTYSETTEMPLATE('3lWLbc$5bBIOibe5zpOqhE',$,'Pset_SensorTypeMovementSensor','Definition from IAI: A device that senses or detects movement.',$,'IfcSensorType',(#151,#153)); +#150=IFCPROPERTYSETTEMPLATE('3lWLbc$5bBIOibe5zpOqhE',$,'Pset_SensorTypeMovementSensor','Definition from IAI: A device that senses or detects movement.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#151,#153)); #151=IFCSIMPLEPROPERTYTEMPLATE('3UIu5RZTH2hwFa6mlwjOgl',$,'MovementSensingType','Enumeration that identifies the type of movement sensing mechanism.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#152,$,$,$,.READWRITE.); #152=IFCPROPERTYENUMERATION('PEnum_MovementSensingType',(IFCLABEL('PhotoElectricCell'),IFCLABEL('PressurePad'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #153=IFCSIMPLEPROPERTYTEMPLATE('3oy_pAmtb45go9Xk8oWwdj',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#154=IFCPROPERTYSETTEMPLATE('3w4wneLxf8YPuC9BH6ZtrJ',$,'Pset_SensorTypePressureSensor','Definition from IAI: A device that senses or detects pressure.',$,'IfcSensorType',(#155,#156,#157,#158,#159)); +#154=IFCPROPERTYSETTEMPLATE('3w4wneLxf8YPuC9BH6ZtrJ',$,'Pset_SensorTypePressureSensor','Definition from IAI: A device that senses or detects pressure.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#155,#156,#157,#158,#159)); #155=IFCSIMPLEPROPERTYTEMPLATE('3bujzrorP8lg1DZHZjLY7R',$,'PressureSensorSetPoint','The pressure value to be sensed.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #156=IFCSIMPLEPROPERTYTEMPLATE('2dM88vXiD2hPccpXRt22nM',$,'PressureSensorRange','The upper and lower bounds of pressure value for operation of the pressure sensor.\X2\000A\X0\',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #157=IFCSIMPLEPROPERTYTEMPLATE('07yMwkr2f4JP3HB6AKwqiE',$,'AccuracyOfPressureSensor','The accuracy of the sensor',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #158=IFCSIMPLEPROPERTYTEMPLATE('3fGfk4HLb9hOrRbw6NGXoy',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); #159=IFCSIMPLEPROPERTYTEMPLATE('0fBPgkJRD0kPzCeh5SUC03',$,'IsSwitch','Identifies if the sensor also functions as a switch at the set point (=TRUE) or not (= FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#160=IFCPROPERTYSETTEMPLATE('1SWoVfVrvEJemJbZ30V4yL',$,'Pset_SensorTypeSmokeSensor','Definition from IAI: A device that senses or detects smoke.',$,'IfcSensorType',(#161,#162,#163,#164,#165,#166)); +#160=IFCPROPERTYSETTEMPLATE('1SWoVfVrvEJemJbZ30V4yL',$,'Pset_SensorTypeSmokeSensor','Definition from IAI: A device that senses or detects smoke.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#161,#162,#163,#164,#165,#166)); #161=IFCSIMPLEPROPERTYTEMPLATE('2BRdsW22j1BfkL_0tPhgEj',$,'CoverageArea','The floor area that is covered by the sensor (typically measured as a circle whose center is at the location of the sensor)',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #162=IFCSIMPLEPROPERTYTEMPLATE('3$QuJTi$9C6QaeQLWnLO6U',$,'PressureSensorSetPoint','The smoke concentration value to be sensed.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #163=IFCSIMPLEPROPERTYTEMPLATE('3hmPjJDgj8UB4RH6pyBLj5',$,'SmokeSensorRange','The upper and lower bounds of smoke concentration for operation of the smoke sensor.\X2\000A\X0\',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #164=IFCSIMPLEPROPERTYTEMPLATE('1qG5a2ArX5BfYIlX1ArAnL',$,'AccuracyOfSmokeSensor','The accuracy of the sensor',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #165=IFCSIMPLEPROPERTYTEMPLATE('2ZweK71D57b8PvHbLgUWJk',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); #166=IFCSIMPLEPROPERTYTEMPLATE('2qzFvVRk1Dzh43dlrLAzae',$,'HasBuiltInAlarm','Indicates whether the smoke sensor is included as an element within a smoke alarm/sensor unit (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#167=IFCPROPERTYSETTEMPLATE('2gp3SWLkn2TwLs3a0rgDPm',$,'Pset_SensorTypeSoundSensor','Definition from IAI: A device that senses or detects sound.',$,'IfcSensorType',(#168,#169,#170,#171)); +#167=IFCPROPERTYSETTEMPLATE('2gp3SWLkn2TwLs3a0rgDPm',$,'Pset_SensorTypeSoundSensor','Definition from IAI: A device that senses or detects sound.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#168,#169,#170,#171)); #168=IFCSIMPLEPROPERTYTEMPLATE('3SBlqaUqX5M9909a5n9XH3',$,'SoundSensorSetPoint','The sound pressure value to be sensed.',.P_SINGLEVALUE.,'IfcSoundPressureMeasure',$,$,$,$,$,.READWRITE.); #169=IFCSIMPLEPROPERTYTEMPLATE('244ISGnNn9bhYmvQMzifdx',$,'SoundSensorRange','The upper and lower bounds for operation of the sound sensor.',.P_BOUNDEDVALUE.,'IfcSoundPressureMeasure',$,$,$,$,$,.READWRITE.); #170=IFCSIMPLEPROPERTYTEMPLATE('3rDSu$sRbF0ewDnhFB18xH',$,'SoundSensorAccuracy','The accuracy of the sensor.',.P_SINGLEVALUE.,'IfcSoundPressureMeasure',$,$,$,$,$,.READWRITE.); #171=IFCSIMPLEPROPERTYTEMPLATE('1csHGqK$z1PudXMCCrfacU',$,'TimeConstant','The time constant of the sensor.\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#172=IFCPROPERTYSETTEMPLATE('3TDRyAkwf1P87CDhVwXTLo',$,'Pset_SensorTypeTemperatureSensor','Definition from IAI: A device that senses or detects temperature.',$,'IfcSensorType',(#173,#175,#176,#177,#178)); +#172=IFCPROPERTYSETTEMPLATE('3TDRyAkwf1P87CDhVwXTLo',$,'Pset_SensorTypeTemperatureSensor','Definition from IAI: A device that senses or detects temperature.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSensorType',(#173,#175,#176,#177,#178)); #173=IFCSIMPLEPROPERTYTEMPLATE('1kSCHo4OT8gAKsOHrBc72X',$,'TemperatureSensorType','Enumeration that Identifies the types of temperature sensor that can be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#174,$,$,$,.READWRITE.); #174=IFCPROPERTYENUMERATION('PEnum_TemperatureSensorType',(IFCLABEL('HighLimit'),IFCLABEL('LowLimit'),IFCLABEL('OutsideTemperature'),IFCLABEL('OperatingTemperature'),IFCLABEL('RoomTemperature'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #175=IFCSIMPLEPROPERTYTEMPLATE('2MgkcdbxX5eBY7$qny442l',$,'TemperatureSensorSetPoint','The temperature value to be sensed.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #176=IFCSIMPLEPROPERTYTEMPLATE('1ckO6s$7nDHf2xeGpO3Wql',$,'TemperatureSensorRange','The upper and lower bounds for operation of the temperature sensor.\X2\000A\X0\May also be termed ''deadband''',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #177=IFCSIMPLEPROPERTYTEMPLATE('31p_IjRuD7Dfsk4d372nVS',$,'AccuracyOfTemperatureSensor','The accuracy of the sensor',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #178=IFCSIMPLEPROPERTYTEMPLATE('2aXSGP0XT7Yu0gb$$l7iWg',$,'TimeConstant','The time constant of the sensor\X2\000A\X0\.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#179=IFCPROPERTYSETTEMPLATE('34jdivCiz4uRK7jCcrDwol',$,'Pset_CableCarrierSegmentTypeCableLadderSegment','Definition from IAI: An open carrier segment on which cables are carried on a ladder structure.\X2\000A\X0\',$,'IfcCableCarrierSegmentType',(#180,#181,#182,#183)); +#179=IFCPROPERTYSETTEMPLATE('34jdivCiz4uRK7jCcrDwol',$,'Pset_CableCarrierSegmentTypeCableLadderSegment','Definition from IAI: An open carrier segment on which cables are carried on a ladder structure.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegmentType',(#180,#181,#182,#183)); #180=IFCSIMPLEPROPERTYTEMPLATE('2FBhNV$hD8SQfKzXfAXzWy',$,'NominalLength','The nominal length of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #181=IFCSIMPLEPROPERTYTEMPLATE('3Jbafl9BT3WPrGqnLyU4J_',$,'NominalWidth','The nominal width of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #182=IFCSIMPLEPROPERTYTEMPLATE('1XYv6HTHX50BrOcrUT8KvN',$,'NominalHeight','The nominal height of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #183=IFCSIMPLEPROPERTYTEMPLATE('1sfsP$RRX3P8O0GxQgXe$K',$,'LadderConfiguration','Description of the configuration of the ladder structure used.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#184=IFCPROPERTYSETTEMPLATE('2YtCaT3Y192OzmPF_$qnlF',$,'Pset_CableCarrierSegmentTypeCableTraySegment','Definition from IAI: An (typically) open carrier segment onto which cables are laid.\X2\000A\X0\',$,'IfcCableCarrierSegmentType',(#185,#186,#187,#188)); +#184=IFCPROPERTYSETTEMPLATE('2YtCaT3Y192OzmPF_$qnlF',$,'Pset_CableCarrierSegmentTypeCableTraySegment','Definition from IAI: An (typically) open carrier segment onto which cables are laid.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegmentType',(#185,#186,#187,#188)); #185=IFCSIMPLEPROPERTYTEMPLATE('0GRMbJvFv2787K6kFflckF',$,'NominalLength','The nominal length of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #186=IFCSIMPLEPROPERTYTEMPLATE('0IrIX59q1FFPe2VdrZj3gj',$,'NominalWidth','The nominal width of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #187=IFCSIMPLEPROPERTYTEMPLATE('130e5JdG9FSPq_RzBHWGns',$,'NominalHeight','The nominal height of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #188=IFCSIMPLEPROPERTYTEMPLATE('2Mh8Q_QJn6pfLoEDYnbIPw',$,'HasCover','Indication of whether the cable tray has a cover (=TRUE) or not (= FALSE). By default, this value should be set to FALSE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#189=IFCPROPERTYSETTEMPLATE('0$PLjgms90nOW9FTV3shkj',$,'Pset_CableCarrierSegmentTypeCableTrunkingSegment','Definition from IAI: An enclosed carrier segment with one or more compartments into which cables are placed.\X2\000A\X0\',$,'IfcCableCarrierSegmentType',(#190,#191,#192,#193)); +#189=IFCPROPERTYSETTEMPLATE('0$PLjgms90nOW9FTV3shkj',$,'Pset_CableCarrierSegmentTypeCableTrunkingSegment','Definition from IAI: An enclosed carrier segment with one or more compartments into which cables are placed.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegmentType',(#190,#191,#192,#193)); #190=IFCSIMPLEPROPERTYTEMPLATE('2tS5gT$IT5cuzW8_zHw_Qf',$,'NominalLength','The nominal length of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #191=IFCSIMPLEPROPERTYTEMPLATE('167icltdrFUAPk4IxtOXa$',$,'NominalWidth','The nominal width of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #192=IFCSIMPLEPROPERTYTEMPLATE('3iqwD0eDX0QPxxzokQtLLU',$,'NominalHeight','The nominal height of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #193=IFCSIMPLEPROPERTYTEMPLATE('2fQFerQe1CIRaCXObuk7io',$,'NumberOfCompartments','The number of separate internal compartments within the trunking',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#194=IFCPROPERTYSETTEMPLATE('1RmcQJ_ML1NuYH2X5$Iml0',$,'Pset_CableCarrierSegmentTypeConduitSegment','Definition from IAI: An enclosed tubular carrier segment through which cables are pulled.\X2\000A\X0\',$,'IfcCableCarrierSegmentType',(#195,#196,#197,#198,#200)); +#194=IFCPROPERTYSETTEMPLATE('1RmcQJ_ML1NuYH2X5$Iml0',$,'Pset_CableCarrierSegmentTypeConduitSegment','Definition from IAI: An enclosed tubular carrier segment through which cables are pulled.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableCarrierSegmentType',(#195,#196,#197,#198,#200)); #195=IFCSIMPLEPROPERTYTEMPLATE('1TVHgitJjAPx$ehwcrRABZ',$,'NominalLength','The nominal length of the segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #196=IFCSIMPLEPROPERTYTEMPLATE('1LCwgVgLf9DRNL6pNG9Ogw',$,'NominalWidth','The nominal width of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #197=IFCSIMPLEPROPERTYTEMPLATE('0s9NjpsKT82ugOKZ3EvbBl',$,'NominalHeight','The nominal height of the segment',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #198=IFCSIMPLEPROPERTYTEMPLATE('2n7jW9yLzDxRdT5qIKejnX',$,'ConduitShapeType','The shape of the conduit segment',.P_ENUMERATEDVALUE.,'IfcLabel',$,#199,$,$,$,.READWRITE.); #199=IFCPROPERTYENUMERATION('PEnum_ConduitShapeType',(IFCLABEL('Circular'),IFCLABEL('Oval'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #200=IFCSIMPLEPROPERTYTEMPLATE('0SYxg967PFvOHvC8_tpfMK',$,'IsRigid','Indication of whether the conduit is rigid (= TRUE) or flexible (= FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#201=IFCPROPERTYSETTEMPLATE('3bKiUqdhT7zxIVUw$ENffr',$,'Pset_CableSegmentTypeCableSegment','Definition from IAI: Electrical cable with a specific purpose to lead electric current within a circuit or any other electric construction. Includes all types of electric cables, mainly several electrical segments wrapped together, e.g. cable, tube, busbar. Note that the number of conductors within a cable is determined by an aggregation mechanism that aggregates the conductors within the cable.\X2\000A\X0\',$,'IfcCableSegmentType',(#202,#203,#204,#205,#206,#207,#208,#209)); +#201=IFCPROPERTYSETTEMPLATE('3bKiUqdhT7zxIVUw$ENffr',$,'Pset_CableSegmentTypeCableSegment','Definition from IAI: Electrical cable with a specific purpose to lead electric current within a circuit or any other electric construction. Includes all types of electric cables, mainly several electrical segments wrapped together, e.g. cable, tube, busbar. Note that the number of conductors within a cable is determined by an aggregation mechanism that aggregates the conductors within the cable.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegmentType',(#202,#203,#204,#205,#206,#207,#208,#209)); #202=IFCSIMPLEPROPERTYTEMPLATE('2lt72OHwL2MgiXx29Leuvu',$,'CrossSectionalArea','Cross section area of the cable',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #203=IFCSIMPLEPROPERTYTEMPLATE('1C3Yk9UpPDmAr1umYzZNNq',$,'NominalLength','The nominal length of a cable, busbar or tube.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #204=IFCSIMPLEPROPERTYTEMPLATE('1NoUTAnSXAoPnxuieEzXak',$,'NominalWidthOrDiameter','The nominal width of a cable, busbar or tube or, in the case of a circular cross section, the diameter. Note that this value may be used for larger sized cables whose dimensions are explicitly given.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -214,7 +214,7 @@ DATA; #207=IFCSIMPLEPROPERTYTEMPLATE('3yVWJgDrnFIwH6yJsuPKko',$,'MaxOperatingTemperature','Maximum operating temperature for the cable.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #208=IFCSIMPLEPROPERTYTEMPLATE('24JUq8UY53pBZ8bKXYBojL',$,'CableInsulationMaterial','The material from which the insulation is constructed. Such as PVC, PEX, EPR,...',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #209=IFCSIMPLEPROPERTYTEMPLATE('0l6QQRX$f4lgiipZni8DiL',$,'SheathColor','Colour code on cable, conductor. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#210=IFCPROPERTYSETTEMPLATE('3fD_OWs0jCJ80jwoKKAm8G',$,'Pset_CableSegmentTypeConductorSegment','Definition from IAI: An electrical conductor is a single linear element with the specific purpose to lead electric current. The core of one lead is normally single wired or multiwired which are intertwined. ',$,'IfcCableSegmentType',(#211,#212,#213,#215,#216,#217,#218,#219,#220)); +#210=IFCPROPERTYSETTEMPLATE('3fD_OWs0jCJ80jwoKKAm8G',$,'Pset_CableSegmentTypeConductorSegment','Definition from IAI: An electrical conductor is a single linear element with the specific purpose to lead electric current. The core of one lead is normally single wired or multiwired which are intertwined. ',.PSET_TYPEDRIVENOVERRIDE.,'IfcCableSegmentType',(#211,#212,#213,#215,#216,#217,#218,#219,#220)); #211=IFCSIMPLEPROPERTYTEMPLATE('0HN0EtCJ52$ApT5y5fTgLB',$,'CrossSectionalArea','Cross section area of the phase(s) lead(s)',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #212=IFCSIMPLEPROPERTYTEMPLATE('0B9nzunXPC2QUyGPLGav$P',$,'NominalLength','The nominal length of a conductor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #213=IFCSIMPLEPROPERTYTEMPLATE('0JreAY9gTDmB_NRty3FEUx',$,'ElectricalConductorFunction','Type of function for which the conductor is intended. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#214,$,$,$,.READWRITE.); @@ -225,12 +225,12 @@ DATA; #218=IFCSIMPLEPROPERTYTEMPLATE('3Kk5Wy5mLA0fb$ovU0vViX',$,'MaximumOperatingTemperature','The maximum temperature at which the sheath retains its integrity.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #219=IFCSIMPLEPROPERTYTEMPLATE('3Uf5QJUhDAP94RzpP4JzBU',$,'IsFireResistant','Indication of whether the sheath is fire resistant (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #220=IFCSIMPLEPROPERTYTEMPLATE('2AO6a9q913wxvX0WPER3jX',$,'SheathColor','Colour code on cable, conductor. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#221=IFCPROPERTYSETTEMPLATE('3bKK$cZAb3Gup1_9DbRCum',$,'Pset_ElectricalCircuit','Definition from IAI: A circuit supplies electrical devices with voltage and current.\X2\000A\X0\',$,'IfcElectricalCircuit',(#222,#223,#224,#225)); +#221=IFCPROPERTYSETTEMPLATE('3bKK$cZAb3Gup1_9DbRCum',$,'Pset_ElectricalCircuit','Definition from IAI: A circuit supplies electrical devices with voltage and current.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcElectricalCircuit',(#222,#223,#224,#225)); #222=IFCSIMPLEPROPERTYTEMPLATE('1D3RsX0AT9WftFpW2UweCL',$,'Diversity','A factor that is a means of reducing the cable size on the basis that not all the connected load will be drawing current simultaneously.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #223=IFCSIMPLEPROPERTYTEMPLATE('265ST1E7P0UBqNUWu70VFl',$,'NumberOfPhases','Number of phases within this circuit.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #224=IFCSIMPLEPROPERTYTEMPLATE('39Ojj1tQj1X8i4dEcGKvwx',$,'MaximumAllowedVoltageDrop','The maximum voltage drop across the circuit that must not be exceeded.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,.READWRITE.); #225=IFCSIMPLEPROPERTYTEMPLATE('3ILomOuJr5FvydcCtgNYOz',$,'NetImpedance','The maximum earth loop impedance of a circuit (typically stated as the variable Zs)',.P_SINGLEVALUE.,'IfcElectricResistanceMeasure',$,$,$,$,$,.READWRITE.); -#226=IFCPROPERTYSETTEMPLATE('3d7vaAb2L0q9dy6xI4nDV9',$,'Pset_ElectricalDeviceCommon','Definition from IAI: A means of collecting together all properties that are commonly used by electrical devices.',$,'IfcDistributionElement',(#227,#228,#229,#230,#231,#232,#233,#234,#235,#236,#238)); +#226=IFCPROPERTYSETTEMPLATE('3d7vaAb2L0q9dy6xI4nDV9',$,'Pset_ElectricalDeviceCommon','Definition from IAI: A means of collecting together all properties that are commonly used by electrical devices.',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionElement',(#227,#228,#229,#230,#231,#232,#233,#234,#235,#236,#238)); #227=IFCSIMPLEPROPERTYTEMPLATE('2_UZ1a0oLBw8WVrkrvXw9o',$,'NominalCurrent','The maximum allowed current that a device is certified to handle.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); #228=IFCSIMPLEPROPERTYTEMPLATE('2Z4AD_xx56OP9KXD7nUhA5',$,'UsageCurrent','The current that a device is actually handling or is calculated to be handling at a point in time.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); #229=IFCSIMPLEPROPERTYTEMPLATE('1gGPaErDLCEgtTsKrCcURq',$,'NominalVoltage','The range of allowed voltage that a device is certified to handle. The upper bound of this value is the maximum.',.P_BOUNDEDVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,.READWRITE.); @@ -243,23 +243,23 @@ DATA; #236=IFCSIMPLEPROPERTYTEMPLATE('0MbYXaY8P3gfq5GnVyyTQS',$,'InsulationStandardClass','Insulation standard classes provides basic protection information against electric shock. Defines levels of insulation required in terms of constructional requirements (creepage and clearance distances) and electrical requirements (compliance with electric strength tests). Basic insulation is considered to be shorted under single fault conditions. The actual values required depend on the working voltage to which the insulation is subjected, as well as other factors. Also indicates whether the electrical device has a protective earth connection.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#237,$,$,$,.READWRITE.); #237=IFCPROPERTYENUMERATION('PEnum_InsulationStandardClass',(IFCLABEL('Class0Appliance'),IFCLABEL('Class0IAppliance'),IFCLABEL('ClassIAppliance'),IFCLABEL('ClassIIAppliance'),IFCLABEL('ClassIIIAppliance'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #238=IFCSIMPLEPROPERTYTEMPLATE('3CGMSudxvBdhumMq1hlEqr',$,'PhaseReference','The phase identification used for the device electrical input. This should be the same phase identifier that is used for the conductor segment providing the electrical service to the device. In general, it is recommended that IEC recommendations for phase identification are used (L1, L2 etc.). However, other phase identifiers may be used such as by color (Red, Blue, Yellow) or by number (1, 2, 3) etc.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); -#239=IFCPROPERTYSETTEMPLATE('2ADUsGt3fFff_pvajiVUnJ',$,'Pset_ElectricDistributionPointCommon','Definition from IAI: A room or a place or a box where an electrical supply enters and is then further distributed via electrical circuits. A distribution point may be a main distribution point or a sub-main distribution point.\X2\000A\X0\',$,'IfcElectricDistributionPoint',(#240,#241,#242,#243,#244)); +#239=IFCPROPERTYSETTEMPLATE('2ADUsGt3fFff_pvajiVUnJ',$,'Pset_ElectricDistributionPointCommon','Definition from IAI: A room or a place or a box where an electrical supply enters and is then further distributed via electrical circuits. A distribution point may be a main distribution point or a sub-main distribution point.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcElectricDistributionPoint',(#240,#241,#242,#243,#244)); #240=IFCSIMPLEPROPERTYTEMPLATE('2GhmPiBD9CohAXuqjwglSU',$,'IsMain','Identifies if the current instance is a main distribution point or topmost level in an electrical distribution hierarchy (= TRUE) or a sub-main distribution point (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #241=IFCSIMPLEPROPERTYTEMPLATE('2KJzZ7LX9AUfMAc7dpQl4j',$,'NumberOfDoors','Number of doors',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #242=IFCSIMPLEPROPERTYTEMPLATE('0xvc2vZ_D0R8DU96RfCB43',$,'CaseMaterial','Material from which the casing surrounding the distribution point is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #243=IFCSIMPLEPROPERTYTEMPLATE('2lfYf7QB1CdevQFiTNo5Kh',$,'CaseWeight','Weight of case',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); #244=IFCSIMPLEPROPERTYTEMPLATE('1UD8rDWAb6dBfwiASZCl_L',$,'NumberOfOpenings','Maximum number of openings that can fit with the case for normal use. In the openings there must be nipples, so cable may run through.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#245=IFCPROPERTYSETTEMPLATE('3SoVLEWh177Pz2x9hPiy7r',$,'Pset_ElectricGeneratorTypeCommon','Definition from IAI: Defines a particular type of engine that is a machine for converting mechanical energy into electrical energy.',$,'IfcElectricGeneratorType',(#246,#247,#248)); +#245=IFCPROPERTYSETTEMPLATE('3SoVLEWh177Pz2x9hPiy7r',$,'Pset_ElectricGeneratorTypeCommon','Definition from IAI: Defines a particular type of engine that is a machine for converting mechanical energy into electrical energy.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricGeneratorType',(#246,#247,#248)); #246=IFCSIMPLEPROPERTYTEMPLATE('03r77ReYX2x8G_2gF6sWMl',$,'ElectricGeneratorEfficiency','The ratio of output capacity to intake capacity.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #247=IFCSIMPLEPROPERTYTEMPLATE('3q9EUmwyD2XwOol5t5_vCa',$,'StartCurrentFactor','IEC. Start current factor defines how large the peek starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and we get the start current. ',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #248=IFCSIMPLEPROPERTYTEMPLATE('0CZSnpRY1EVfaMUw9cMCOd',$,'MaximumPowerOutput','The maximum output power rating of the engine.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#249=IFCPROPERTYSETTEMPLATE('3E3EZw51f5SB$nuTS3KU$j',$,'Pset_ElectricHeaterTypeElectricalCableHeater','Definition from IAI: An electrical device that outputs heat uniformly along its path.',$,'IfcElectricHeaterType',(#250)); +#249=IFCPROPERTYSETTEMPLATE('3E3EZw51f5SB$nuTS3KU$j',$,'Pset_ElectricHeaterTypeElectricalCableHeater','Definition from IAI: An electrical device that outputs heat uniformly along its path.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricHeaterType',(#250)); #250=IFCSIMPLEPROPERTYTEMPLATE('2QEIDm2P5AZf9Rfi8hok0x',$,'HeatOutputPerUnitLength','The amount of heat output per unit length of heat emitter.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#251=IFCPROPERTYSETTEMPLATE('0BxLlFwMD02PCMf07vxSjf',$,'Pset_ElectricHeaterTypeElectricalMatHeater','Definition from IAI: An electrical device that outputs heat uniformly across its surface area.',$,'IfcElectricHeaterType',(#252)); +#251=IFCPROPERTYSETTEMPLATE('0BxLlFwMD02PCMf07vxSjf',$,'Pset_ElectricHeaterTypeElectricalMatHeater','Definition from IAI: An electrical device that outputs heat uniformly across its surface area.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricHeaterType',(#252)); #252=IFCSIMPLEPROPERTYTEMPLATE('1nHMaLWnD2mOcAd3JwUX4B',$,'HeatOutputPerUnitArea','The amount of heat output per unit area of heat emitter.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#253=IFCPROPERTYSETTEMPLATE('2ZnoRkSSv6Dgbi5Uopt_Hp',$,'Pset_ElectricHeaterTypeElectricalPointHeater','Definition from IAI: An electrical device that outputs heat as a total quantity from a point or restricted area that can be considered as a point.',$,'IfcElectricHeaterType',(#254)); +#253=IFCPROPERTYSETTEMPLATE('2ZnoRkSSv6Dgbi5Uopt_Hp',$,'Pset_ElectricHeaterTypeElectricalPointHeater','Definition from IAI: An electrical device that outputs heat as a total quantity from a point or restricted area that can be considered as a point.',.PSET_TYPEDRIVENOVERRIDE.,'IfcElectricHeaterType',(#254)); #254=IFCSIMPLEPROPERTYTEMPLATE('1lDXkPmqL5dwGqg_ABt9OE',$,'HeatOutput','The total amount of heat output by the heat emitter.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#255=IFCPROPERTYSETTEMPLATE('1Vihwr6LvBMxon$jbbZWRB',$,'Pset_ElectricMotorTypeCommon','Definition from IAI: Defines a particular type of engine that is a machine for converting electrical energy into mechanical energy. Note that in cases where a close coupled or monobloc pump or close coupled fan is being driven by the motor, the motor may itself be considered to be directly part of the pump or fan. In this case , motor information may need to be specified directly at the pump or fan and not througfh separate motor/motor connection entities.',$,'IFCELECTRICALDOMAIN/IfcElectricMotorType,IFCHVACDOMAIN/IfcFanType,IFCHVACDOMAIN/IfcPumpType',(#256,#258,#259,#260,#261,#262,#263,#264)); +#255=IFCPROPERTYSETTEMPLATE('1Vihwr6LvBMxon$jbbZWRB',$,'Pset_ElectricMotorTypeCommon','Definition from IAI: Defines a particular type of engine that is a machine for converting electrical energy into mechanical energy. Note that in cases where a close coupled or monobloc pump or close coupled fan is being driven by the motor, the motor may itself be considered to be directly part of the pump or fan. In this case , motor information may need to be specified directly at the pump or fan and not througfh separate motor/motor connection entities.',.PSET_TYPEDRIVENOVERRIDE.,'IFCELECTRICALDOMAIN/IfcElectricMotorType,IFCHVACDOMAIN/IfcFanType,IFCHVACDOMAIN/IfcPumpType',(#256,#258,#259,#260,#261,#262,#263,#264)); #256=IFCSIMPLEPROPERTYTEMPLATE('05H1_k3_XCr9tt8zOxy8p_',$,'MotorEnclosureType','A list of the available types of motor enclosure from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#257,$,$,$,.READWRITE.); #257=IFCPROPERTYENUMERATION('PEnum_MotorEnclosureType',(IFCLABEL('OpenDripProof'),IFCLABEL('TotallyEnclosedAirOver'),IFCLABEL('TotallyEnclosedFanCooled'),IFCLABEL('TotallyEnclosedNonVentilated'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #258=IFCSIMPLEPROPERTYTEMPLATE('1ChRquYZv23As4q7YhaHRV',$,'IsGuarded','Indication of whether the motor enclosure is guarded (= TRUE) or not (= FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); @@ -269,7 +269,7 @@ DATA; #262=IFCSIMPLEPROPERTYTEMPLATE('3qGQTGWP1AAgN$MQmsIaqt',$,'StartCurrentFactor','IEC. Start current factor defines how large the peak starting current will become on the engine. StartCurrentFactor is multiplied to NominalCurrent and to give the start current. ',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #263=IFCSIMPLEPROPERTYTEMPLATE('1seEjVqjr8T8DY2bRVu87U',$,'LockedRotorCurrent','Input current when a motor armature is energized but not rotating.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); #264=IFCSIMPLEPROPERTYTEMPLATE('3uauaOFc52XxG6ykfZsir0',$,'MaximumPowerOutput','The maximum output power rating of the engine.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#265=IFCPROPERTYSETTEMPLATE('3jXRnIlnvF$f5Uy0xkQEtE',$,'Pset_LampTypeCommon','Definition from IAI: A lamp is a component within a light fixture that is designed to emit light. \X2\000A000A\X0\History: Name changed from Pset_LampEmitterTypeCommon in IFC 2x3.\X2\000A\X0\',$,'IfcLampType',(#266,#267,#268,#269,#271,#273,#274,#275,#276)); +#265=IFCPROPERTYSETTEMPLATE('3jXRnIlnvF$f5Uy0xkQEtE',$,'Pset_LampTypeCommon','Definition from IAI: A lamp is a component within a light fixture that is designed to emit light. \X2\000A000A\X0\History: Name changed from Pset_LampEmitterTypeCommon in IFC 2x3.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcLampType',(#266,#267,#268,#269,#271,#273,#274,#275,#276)); #266=IFCSIMPLEPROPERTYTEMPLATE('09$0ozvVj1_Al1gNPIiwQS',$,'ContributedLuminousFlux','Luminous flux is a photometric measure of radiant flux, i.e. the volume of light emitted from a light source. Luminous flux is measured either for the interior as a whole or for a part of the interior (partial luminous flux for a solid angle). All other photometric parameters are derivatives of luminous flux. Luminous flux is measured in lumens (lm). The luminous flux is given as a nominal value for each lamp.',.P_SINGLEVALUE.,'IfcLuminousFluxMeasure',$,$,$,$,$,.READWRITE.); #267=IFCSIMPLEPROPERTYTEMPLATE('22790BDrD0dwjw8QhzCiGI',$,'LightEmitterNominalPower','Light emitter nominal power.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #268=IFCSIMPLEPROPERTYTEMPLATE('0w1menKXr5pxx2tENnuM17',$,'LampMaintenanceFactor','Non recoverable losses of luminous flux of a lamp due to lamp depreciation; i.e. the decreasing of light output of a luminaire due to aging and dirt. ',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); @@ -281,7 +281,7 @@ DATA; #274=IFCSIMPLEPROPERTYTEMPLATE('1dkJWZg_TBFBpS0Q7OJvIt',$,'Spectrum','The spectrum of radiation describes its composition with regard to wavelength. Light, for example, as the portion of electromagnetic radiation that is visible to the human eye, is radiation with wavelengths in the range of approx. 380 to 780 nm (1 nm = 10 m). The corresponding range of colours varies from violet to indigo, blue, green, yellow, orange, and red. These colours form a continuous spectrum, in which the various spectral sectors merge into each other.',.P_TABLEVALUE.,'IfcNumericMeasure','IfcNumericMeasure',$,$,$,$,.READWRITE.); #275=IFCSIMPLEPROPERTYTEMPLATE('27VmFrDv174QdWa1hOsQ1F',$,'ColorTemperature','The color temperature of any source of radiation is defined as the temperature (in Kelvin) of a black-body or Planckian radiator whose radiation has the same chromaticity as the source of radiation. Often the values are only approximate color temperatures as the black-body radiator cannot emit radiation of every chromaticity value. The color temperatures of the commonest artificial light sources range from less than 3000K (warm white) to 4000K (intermediate) and over 5000K (daylight).',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #276=IFCSIMPLEPROPERTYTEMPLATE('1HeNWWpI51e9Vts28coA58',$,'ColorRenderingIndex','The CRI indicates how well a light source renders eight standard colors compared to perfect reference lamp with the same color temperature. The CRI scale ranges from 1 to 100, with 100 representing perfect rendering properties.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#277=IFCPROPERTYSETTEMPLATE('25b9JbQCf4nhLPUmCqBWKQ',$,'Pset_LightFixtureTypeCommon','Definition from IAI: Common data for light fixtures.',$,'IfcLightFixtureType',(#278,#279,#280,#282,#284,#285,#286)); +#277=IFCPROPERTYSETTEMPLATE('25b9JbQCf4nhLPUmCqBWKQ',$,'Pset_LightFixtureTypeCommon','Definition from IAI: Common data for light fixtures.',.PSET_TYPEDRIVENOVERRIDE.,'IfcLightFixtureType',(#278,#279,#280,#282,#284,#285,#286)); #278=IFCSIMPLEPROPERTYTEMPLATE('2amQlpIZT2Cf3BHiegPF8i',$,'NumberOfSources','Number of sources ',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #279=IFCSIMPLEPROPERTYTEMPLATE('2jXdampgzBlAKBfTs7ptZN',$,'TotalWattage','Wattage on whole lightfitting device with all sources intact.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #280=IFCSIMPLEPROPERTYTEMPLATE('3TX9EBPp1CC9nf28qR4IlJ',$,'LightFixtureMountingType','A list of the available types of mounting for light fixtures from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#281,$,$,$,.READWRITE.); @@ -291,7 +291,7 @@ DATA; #284=IFCSIMPLEPROPERTYTEMPLATE('04hOg545z3ROfu_5eJgqin',$,'MaintenanceFactor','Maintenance factor.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #285=IFCSIMPLEPROPERTYTEMPLATE('2JtcR$WkLBqhzFBwsWlUbz',$,'ManufacturersSpecificInformation','Manufacturer specific information.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #286=IFCSIMPLEPROPERTYTEMPLATE('2NM4TRJ09FGPsiyVoYZZ07',$,'ArticleNumber','The article number.',.P_REFERENCEVALUE.,'IfcClassificationReference',$,$,$,$,$,.READWRITE.); -#287=IFCPROPERTYSETTEMPLATE('3q7li8i75EnPITcqS_OIlT',$,'Pset_LightFixtureTypeExitSign','Definition from IAI: Properties that characterize an illuminated exit sign\X2\000A\X0\',$,'IfcLightFixtureType',(#288,#289,#291,#293,#295)); +#287=IFCPROPERTYSETTEMPLATE('3q7li8i75EnPITcqS_OIlT',$,'Pset_LightFixtureTypeExitSign','Definition from IAI: Properties that characterize an illuminated exit sign\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcLightFixtureType',(#288,#289,#291,#293,#295)); #288=IFCSIMPLEPROPERTYTEMPLATE('0grkyGKtf46uXjiku09Sq2',$,'MinimumTextHeight','The minlimum height of this type.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #289=IFCSIMPLEPROPERTYTEMPLATE('3H8pKyBq1DGewXBM4AmHaJ',$,'SelfTestFunction','The type of self test function.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#290,$,$,$,.READWRITE.); #290=IFCPROPERTYENUMERATION('PEnum_SelfTestType',(IFCLABEL('Central'),IFCLABEL('Local'),IFCLABEL('None'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); @@ -301,16 +301,16 @@ DATA; #294=IFCPROPERTYENUMERATION('PEnum_PictogramEscapeDirectionType',(IFCLABEL('RightArrow'),IFCLABEL('LeftArrow'),IFCLABEL('DownArrow'),IFCLABEL('UpArrow'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #295=IFCSIMPLEPROPERTYTEMPLATE('0$nA0BshL7_gRwsnhQ$RDh',$,'Addressablility','The type of addressability.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#296,$,$,$,.READWRITE.); #296=IFCPROPERTYENUMERATION('PEnum_AddressabilityType',(IFCLABEL('Implemented'),IFCLABEL('UpgradeableTo'),IFCLABEL('NotImplemented'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#297=IFCPROPERTYSETTEMPLATE('1F_d4Ilff1p8gGS31YNk$7',$,'Pset_LightFixtureTypeThermal','Definition from IAI: Heat load data for a light fixture.',$,'IfcLightFixtureType',(#298,#299,#300)); +#297=IFCPROPERTYSETTEMPLATE('1F_d4Ilff1p8gGS31YNk$7',$,'Pset_LightFixtureTypeThermal','Definition from IAI: Heat load data for a light fixture.',.PSET_TYPEDRIVENOVERRIDE.,'IfcLightFixtureType',(#298,#299,#300)); #298=IFCSIMPLEPROPERTYTEMPLATE('3J8soIGpP6d9HkkRydlOdu',$,'MaximumPlenumSensibleLoad','Maximum or Peak sensible thermal load contributed to the conditioned space by the light fixture. ',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #299=IFCSIMPLEPROPERTYTEMPLATE('0FS8Hw0FX4lRC15px7GPuX',$,'MaximumSpaceSensibleLoad','Maximum or Peak sensible thermal load contributed to return air plenum by the light fixture.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #300=IFCSIMPLEPROPERTYTEMPLATE('0ibrMdjPD4FQLarUf27AwZ',$,'SensibleLoadToRadiant','Percent of sensible thermal load to radiant heat. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); -#301=IFCPROPERTYSETTEMPLATE('3wHLFdrED5EOsIhafLzjAl',$,'Pset_OutletTypeCommon','Definition from IAI: Common properties for different outlet types.',$,'IfcOutletType',(#302)); +#301=IFCPROPERTYSETTEMPLATE('3wHLFdrED5EOsIhafLzjAl',$,'Pset_OutletTypeCommon','Definition from IAI: Common properties for different outlet types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcOutletType',(#302)); #302=IFCSIMPLEPROPERTYTEMPLATE('3nr9STHx93OgMBlUhciwz0',$,'IsPluggableOutlet','Indication of whether the outlet accepts a loose plug connection (= TRUE) or whether it is directly connected (= FALSE) or whether the form of connection has not yet been determined (= UNKNOWN)',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,.READWRITE.); -#303=IFCPROPERTYSETTEMPLATE('1ca9k4lq9DeejJVuEF_nm$',$,'Pset_ProtectiveDeviceTypeCircuitBreaker','Definition from IEC 441-14-20: A circuit breaker is a mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time and breaking, current under specified abnormal circuit conditions such as those of short circuit.',$,'IfcProtectiveDeviceType',(#304)); +#303=IFCPROPERTYSETTEMPLATE('1ca9k4lq9DeejJVuEF_nm$',$,'Pset_ProtectiveDeviceTypeCircuitBreaker','Definition from IEC 441-14-20: A circuit breaker is a mechanical switching device capable of making, carrying, and breaking currents under normal circuit conditions and also making, carrying for a specified time and breaking, current under specified abnormal circuit conditions such as those of short circuit.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceType',(#304)); #304=IFCSIMPLEPROPERTYTEMPLATE('1S711bnFf0X8hrED9_lm9X',$,'CircuitBreakerType','A list of the available types of circuit breaker from which that required may be selected where:\X2\000A000A\X0\ACB - Air Circuit Breaker;\X2\000A\X0\MCB - Miniature Circuit Breaker (up to 125A);\X2\000A\X0\MCCB - Moulded Case Circuit Breaker (40A - 1600A);\X2\000A\X0\Vacuum - Generally used for high voltage (> 1000V) but may be used for installations close to/up to 1000V.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#305,$,$,$,.READWRITE.); #305=IFCPROPERTYENUMERATION('PEnum_CircuitBreakerType',(IFCLABEL('ACB'),IFCLABEL('MCB'),IFCLABEL('MCCB'),IFCLABEL('Vacuum'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); -#306=IFCPROPERTYSETTEMPLATE('2UitNdd7f7lftC8NG$3Z5N',$,'Pset_ProtectiveDeviceTypeCommon','Definition from IAI: Common properties for different protective device types.',$,'IfcProtectiveDeviceType',(#307,#308,#309,#310,#311,#312,#313,#314)); +#306=IFCPROPERTYSETTEMPLATE('2UitNdd7f7lftC8NG$3Z5N',$,'Pset_ProtectiveDeviceTypeCommon','Definition from IAI: Common properties for different protective device types.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceType',(#307,#308,#309,#310,#311,#312,#313,#314)); #307=IFCSIMPLEPROPERTYTEMPLATE('2PKqOsdNr8P8cC57vbUgXL',$,'RatedShortCircuitCurrent','An overcurrent resulting from a fault of negligible impedance between live conductors having a difference in potential under normal operating conditions. (IEC 826-05-08)',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); #308=IFCSIMPLEPROPERTYTEMPLATE('2ujv4hTGL1H8Ro7ZGzyLqP',$,'CutOffCurrent','The maximum instantaneous value of current attained during the breaking operation of a protective device. (IEC 441-17-12)',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); #309=IFCSIMPLEPROPERTYTEMPLATE('07MrT9_6z7YhK3$8EqlLHw',$,'MaximumRatedVoltage','Maximum rated voltage',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,.READWRITE.); @@ -319,41 +319,41 @@ DATA; #312=IFCSIMPLEPROPERTYTEMPLATE('3ERfRhHwTCIuazKkkUKILS',$,'CharacteristicTripCurve','A curve giving the time, e.g. prearcing time or operating time, as a function of the protective current under stated conditions of operation. ',.P_TABLEVALUE.,' IfcElectricCurrentMeasure','IfcTimeMeasure',$,$,$,'a = b + c',.READWRITE.); #313=IFCSIMPLEPROPERTYTEMPLATE('2rJyb_7wv0BgHqoKi4GtmU',$,'ProtectiveTagType','The breaking capacity value of the device. Note: This may be expressed as a code or a value depending on standard and/or source.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #314=IFCSIMPLEPROPERTYTEMPLATE('3vn22R8hj2Beki3EXkPBBJ',$,'StandardUsed','The electrical standard used as a reference when preparing data for the device.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#315=IFCPROPERTYSETTEMPLATE('3_B9SwzWH6JgjVSpMJEQOX',$,'Pset_ProtectiveDeviceTypeEarthFailureDevice','Definition from IAI: An earth failure device acts to protect people and equipment from the effects of current leakage.',$,'IfcProtectiveDeviceType',(#316,#318)); +#315=IFCPROPERTYSETTEMPLATE('3_B9SwzWH6JgjVSpMJEQOX',$,'Pset_ProtectiveDeviceTypeEarthFailureDevice','Definition from IAI: An earth failure device acts to protect people and equipment from the effects of current leakage.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceType',(#316,#318)); #316=IFCSIMPLEPROPERTYTEMPLATE('0BFCqfYKjC4ezY7hvm_07c',$,'EarthFailureDeviceType','A list of the available types of circuit breaker from which that required may be selected where:\X2\000A000A\X0\Standard - Device that operates without a time delay;\X2\000A\X0\TimeDelayed - Device that operates after a time delay.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#317,$,$,$,.READWRITE.); #317=IFCPROPERTYENUMERATION('PEnum_EarthFailureDeviceType',(IFCLABEL('Standard'),IFCLABEL('TimeDelayed'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); #318=IFCSIMPLEPROPERTYTEMPLATE('3ERDGFn6b8oQo74QmbIGvy',$,'Sensitivity','Current leakage to an unwanted leading path during normal operation (IEC 151-14-49)',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); -#319=IFCPROPERTYSETTEMPLATE('0eIinQfv50zPtQGEAo2K6_',$,'Pset_ProtectiveDeviceTypeFuseDisconnector','Definition from IAI: A device that will electrically open the circuit after a period of prolonged, abnormal current flow.',$,'IfcProtectiveDeviceType',(#320)); +#319=IFCPROPERTYSETTEMPLATE('0eIinQfv50zPtQGEAo2K6_',$,'Pset_ProtectiveDeviceTypeFuseDisconnector','Definition from IAI: A device that will electrically open the circuit after a period of prolonged, abnormal current flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceType',(#320)); #320=IFCSIMPLEPROPERTYTEMPLATE('1Maa45POz3cxEWfKphhgXY',$,'FuseDisconnectorType','A list of the available types of fuse disconnector from which that required may be selected where:\X2\000A000A\X0\EngineProtectionDevice - A fuse whose characteristic is specifically designed for the protection of a motor or generator.\X2\000A\X0\FuseSwitchDisconnector - A switch disconnector in which a fuse link or a fuse carrier with fuse link forms the moving contact,\X2\000A\X0\HRC - A standard fuse (High Rupturing Capacity)\X2\000A\X0\OverloadProtectionDevice - A device that disconnects the supply when the operating conditions in an electrically undamaged circuit causes an overcurrent,\X2\000A\X0\SemiconductorFuse - A fuse whose characteristic is specifically designed for the protection of sem-conductor devices.\X2\000A\X0\SwitchDisconnectorFuse - A switch disconnector in which one or more poles have a fuse in series in a composite unit.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#321,$,$,$,.READWRITE.); #321=IFCPROPERTYENUMERATION('PEnum_FuseDisconnectorType',(IFCLABEL('EngineProtectionDevice'),IFCLABEL('FusedSwitch'),IFCLABEL('HRC'),IFCLABEL('OverloadProtectionDevice'),IFCLABEL('SwitchDisconnectorFuse'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#322=IFCPROPERTYSETTEMPLATE('2ueqqMUnL7RhXPXoarV5Uf',$,'Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker','Definition from IAI: A residual current circuit breaker opens, closes or isolates a circuit and has short circuit and overload protection.',$,'IfcProtectiveDeviceType',(#323)); +#322=IFCPROPERTYSETTEMPLATE('2ueqqMUnL7RhXPXoarV5Uf',$,'Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker','Definition from IAI: A residual current circuit breaker opens, closes or isolates a circuit and has short circuit and overload protection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceType',(#323)); #323=IFCSIMPLEPROPERTYTEMPLATE('0G2SGnBfDFDRWY0DZJ29Xq',$,'Sensitivity','Current leakage to an unwanted leading path during normal operation (IEC 151-14-49)',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); -#324=IFCPROPERTYSETTEMPLATE('1l_Td$ATb2nhsrctZwp4BE',$,'Pset_ProtectiveDeviceTypeResidualCurrentSwitch','Definition from IAI: A residual current switch opens, closes or isolates a circuit and has no short circuit or overload protection.',$,'IfcProtectiveDeviceType',(#325)); +#324=IFCPROPERTYSETTEMPLATE('1l_Td$ATb2nhsrctZwp4BE',$,'Pset_ProtectiveDeviceTypeResidualCurrentSwitch','Definition from IAI: A residual current switch opens, closes or isolates a circuit and has no short circuit or overload protection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceType',(#325)); #325=IFCSIMPLEPROPERTYTEMPLATE('0JxUNHCEjDVfjWooJbdJFV',$,'Sensitivity','Current leakage to an unwanted leading path during normal operation (IEC 151-14-49)',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); -#326=IFCPROPERTYSETTEMPLATE('3sbur_nJT1VgXwPcwK7LYr',$,'Pset_ProtectiveDeviceTypeVaristor','Definition from IAI: A high voltage surge protection device.',$,'IfcProtectiveDeviceType',(#327)); +#326=IFCPROPERTYSETTEMPLATE('3sbur_nJT1VgXwPcwK7LYr',$,'Pset_ProtectiveDeviceTypeVaristor','Definition from IAI: A high voltage surge protection device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcProtectiveDeviceType',(#327)); #327=IFCSIMPLEPROPERTYTEMPLATE('3KOyPBpqz9sfjnEx$$gKOn',$,'VaristorType','A list of the available types of varistor from which that required may be selected.\X2\000A000A000A000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#328,$,$,$,.READWRITE.); #328=IFCPROPERTYENUMERATION('PEnum_VaristorType',(IFCLABEL('MetalOxide'),IFCLABEL('ZincOxide'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#329=IFCPROPERTYSETTEMPLATE('1Sg72FMrPFseu5xDTuoMS5',$,'Pset_SwitchingDeviceTypeCommon','Definition from IEC 441-14-01: A switching device is a device designed to make or break the current in one or more electric circuits.',$,'IfcSwitchingDeviceType',(#330,#331,#333)); +#329=IFCPROPERTYSETTEMPLATE('1Sg72FMrPFseu5xDTuoMS5',$,'Pset_SwitchingDeviceTypeCommon','Definition from IEC 441-14-01: A switching device is a device designed to make or break the current in one or more electric circuits.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDeviceType',(#330,#331,#333)); #330=IFCSIMPLEPROPERTYTEMPLATE('3bl7ddXMz8Neee40pg06$j',$,'NumberOfGangs','Number of gangs/buttons on this switch',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #331=IFCSIMPLEPROPERTYTEMPLATE('1epUZEUyP7IwdKwOqb1PTG',$,'SwitchFunction','Indicates types of switches which differs in functionality',.P_ENUMERATEDVALUE.,'IfcLabel',$,#332,$,$,$,.READWRITE.); #332=IFCPROPERTYENUMERATION('PEnum_SwitchFunctionType',(IFCLABEL('OnOffSwitch'),IFCLABEL('IntermediateSwitch'),IFCLABEL('DoubleThrowSwitch'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #333=IFCSIMPLEPROPERTYTEMPLATE('1ptSwPg0TEuPbQWTsbapun',$,'HasLock','Indication of whether a switching device has a key operated lock (=TRUE) or not (= FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#334=IFCPROPERTYSETTEMPLATE('1GD9bkgRPDwwI9TDXhkw1Z',$,'Pset_SwitchingDeviceTypeContactor','Definition from IAI: An electrical device used to control the flow of power in a circuit on or off.',$,'IfcSwitchingDeviceType',(#335)); +#334=IFCPROPERTYSETTEMPLATE('1GD9bkgRPDwwI9TDXhkw1Z',$,'Pset_SwitchingDeviceTypeContactor','Definition from IAI: An electrical device used to control the flow of power in a circuit on or off.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDeviceType',(#335)); #335=IFCSIMPLEPROPERTYTEMPLATE('0qhuufXs9EvubWKijFwAkX',$,'ContactorType','A list of the available types of contactor from which that required may be selected where:\X2\000A000A\X0\CapacitorSwitching - for switching 3 phase single or multi-step capacitor banks\X2\000A\X0\LowCurrent - requires the use of low resistance contacts\X2\000A\X0\MagneticLatching - enables the contactor to remain in the on position when the coil is no longer energized\X2\000A\X0\MechanicalLatching - requires that the contactor is mechanically retained in the on position\X2\000A\X0\Modular - are totally enclosed and self contained\X2\000A\X0\Reversing - has a double set of contactors that are prewired\X2\000A\X0\Standard - is a generic device that controls the flow of power in a circuit on or off\X2\000A000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#336,$,$,$,.READWRITE.); #336=IFCPROPERTYENUMERATION('PEnum_ContactorType',(IFCLABEL('CapacitorSwitching'),IFCLABEL('LowCurrent'),IFCLABEL('MagneticLatching'),IFCLABEL('MechanicalLatching'),IFCLABEL('Modular'),IFCLABEL('Reversing'),IFCLABEL('Standard'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#337=IFCPROPERTYSETTEMPLATE('1M2ReZC8j0Je5qrLmFKO7r',$,'Pset_SwitchingDeviceTypeEmergencyStop','Definition from IEC 826-08-03: An emergency stop device acts to remove as quickly as possible any danger that may have arisen unexpectedly.',$,'IfcSwitchingDeviceType',(#338)); +#337=IFCPROPERTYSETTEMPLATE('1M2ReZC8j0Je5qrLmFKO7r',$,'Pset_SwitchingDeviceTypeEmergencyStop','Definition from IEC 826-08-03: An emergency stop device acts to remove as quickly as possible any danger that may have arisen unexpectedly.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDeviceType',(#338)); #338=IFCSIMPLEPROPERTYTEMPLATE('0Iu$BIccDEyACE8KGcjWbv',$,'SwitchOperation','Indicates operation of emergency stop switch.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#339,$,$,$,.READWRITE.); #339=IFCPROPERTYENUMERATION('PEnum_SwitchFunctionType',(IFCLABEL('Mushroom'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#340=IFCPROPERTYSETTEMPLATE('1sr26ToZv9P9AAYzGWL3Oa',$,'Pset_SwitchingDeviceTypeStarter','Definition from IAI: A starter is a switch which in the closed position controls the application of power to an electrical device.',$,'IfcSwitchingDeviceType',(#341)); +#340=IFCPROPERTYSETTEMPLATE('1sr26ToZv9P9AAYzGWL3Oa',$,'Pset_SwitchingDeviceTypeStarter','Definition from IAI: A starter is a switch which in the closed position controls the application of power to an electrical device.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDeviceType',(#341)); #341=IFCSIMPLEPROPERTYTEMPLATE('3xnyTS_Ur9U8crFbsKZAEo',$,'StarterType','A list of the available types of starter from which that required may be selected where:\X2\000A000A\X0\AutoTransformer - A starter for an induction motor which uses for starting one or more reduced voltages derived from an auto transformer. (IEC 441-14-45)\X2\000A\X0\Manual - A starter in which the force for closing the main contacts is provided exclusively by manual energy. (IEC 441-14-39)\X2\000A\X0\DirectOnLine - A starter which connects the line voltage across the motor terminals in one step. (IEC 441-14-40)\X2\000A\X0\Frequency - A starter in which the frequency of the power supply is progressively increased until the normal operation frequency is attained.\X2\000A\X0\nStep - A starter in which there are (n-1) intermediate accelerating positions between the off and full on positions. (IEC 441-14-41)\X2\000A\X0\Rheostatic - A starter using one or several resistors for obtaining, during starting, stated motor torque characteristics and for limiting the current. (IEC 441-14-425)\X2\000A\X0\StarDelta - A starter for a 3 phase induction motor such that in the starting position the stator windings are connected in star and in the final running position they are connected in delta. (IEC 441-14-44)\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#342,$,$,$,.READWRITE.); #342=IFCPROPERTYENUMERATION('PEnum_StarterType',(IFCLABEL('AutoTransformer'),IFCLABEL('Manual'),IFCLABEL('DirectOnLine'),IFCLABEL('Frequency'),IFCLABEL('nStep'),IFCLABEL('Rheostatic'),IFCLABEL('StarDelta'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); -#343=IFCPROPERTYSETTEMPLATE('2sPgjKFRbDYuX1fN57pGXx',$,'Pset_SwitchingDeviceTypeSwitchDisconnector','Definition from IEC 441-14-12: A switch disconnector is a switch which in the open position satisfies the isolating requirements specified for a disconnector.',$,'IfcSwitchingDeviceType',(#344,#346,#348)); +#343=IFCPROPERTYSETTEMPLATE('2sPgjKFRbDYuX1fN57pGXx',$,'Pset_SwitchingDeviceTypeSwitchDisconnector','Definition from IEC 441-14-12: A switch disconnector is a switch which in the open position satisfies the isolating requirements specified for a disconnector.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDeviceType',(#344,#346,#348)); #344=IFCSIMPLEPROPERTYTEMPLATE('2Wy$D5F4r0X8pcOELXjv0C',$,'SwitchDisconnectorType','A list of the available types of switch disconnector from which that required may be selected where:\X2\000A000A\X0\CenterBreak - A disconnector in which both contacts of each pole are movable and engage at a point substantially midway between their supports. (IEC 441-14-08)\X2\000A\X0\DividedSupport - A disconnector in which the fixed and moving contacts of each pole are not supported by a common base or frame. (IEC 441-14-06)\X2\000A\X0\DoubleBreak - A disconnector that opens a circuit at two points. (IEC 441-14-09)\X2\000A\X0\EarthingSwitch - A disconnector in which the fixed and moving contacts of each pole are not supported by a common base or frame. (IEC 441-14-07)\X2\000A\X0\Isolator - A disconnector which in the open position satisfies isolating requirements. (IEC 441-14-12)',.P_ENUMERATEDVALUE.,'IfcLabel',$,#345,$,$,$,.READWRITE.); #345=IFCPROPERTYENUMERATION('PEnum_SwitchDisconnectorType',(IFCLABEL('CenterBreak'),IFCLABEL('DividedSupport'),IFCLABEL('DoubleBreak'),IFCLABEL('EarthingSwitch'),IFCLABEL('Isolator'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); #346=IFCSIMPLEPROPERTYTEMPLATE('3IXh6LzkvBvg1S3zQZyygr',$,'LoadDisconnectionType','A list of the available types of load disconnection from which that required may be selected.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#347,$,$,$,.READWRITE.); #347=IFCPROPERTYENUMERATION('PEnum_LoadDisconnectionType',(IFCLABEL('OffLoad'),IFCLABEL('OnLoad'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); #348=IFCSIMPLEPROPERTYTEMPLATE('3lO8Eww4z0HQ3gS4egfw92',$,'HasVisualIndication','Indicates whether a means of being to visually ascertain whether the contacts are open or closed is fitted (= TRUE) or not (= FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#349=IFCPROPERTYSETTEMPLATE('0YcicMHrv8HR60f0ZBdOm2',$,'Pset_SwitchingDeviceTypeToggleSwitch','Definition from IAI: A toggle switch is a switch that enables or isolates electrical power through a two position on/off action..',$,'IfcSwitchingDeviceType',(#350,#352,#354,#356,#357)); +#349=IFCPROPERTYSETTEMPLATE('0YcicMHrv8HR60f0ZBdOm2',$,'Pset_SwitchingDeviceTypeToggleSwitch','Definition from IAI: A toggle switch is a switch that enables or isolates electrical power through a two position on/off action..',.PSET_TYPEDRIVENOVERRIDE.,'IfcSwitchingDeviceType',(#350,#352,#354,#356,#357)); #350=IFCSIMPLEPROPERTYTEMPLATE('3dGCGP9V53D9$GrUx5Tk8w',$,'ToggleSwitchType','A list of the available types of toggle switch from which that required may be selected.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#351,$,$,$,.READWRITE.); #351=IFCPROPERTYENUMERATION('PEnum_ToggleSwitchType',(IFCLABEL('BreakGlass'),IFCLABEL('Changeover'),IFCLABEL('Dimmer'),IFCLABEL('KeyOperated'),IFCLABEL('ManualPull'),IFCLABEL('PushButton'),IFCLABEL('Pullcord'),IFCLABEL('Rocker'),IFCLABEL('Selector'),IFCLABEL('Twist'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); #352=IFCSIMPLEPROPERTYTEMPLATE('3rU8xyQGr2GP8ts9cpw9tv',$,'SwitchUsage','A list of the available usages for toggle switches from which that required may be selected\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#353,$,$,$,.READWRITE.); @@ -362,7 +362,7 @@ DATA; #355=IFCPROPERTYENUMERATION('PEnum_SwitchActivation',(IFCLABEL('Actuator'),IFCLABEL('Foot'),IFCLABEL('Hand'),IFCLABEL('Proximity'),IFCLABEL('Sound'),IFCLABEL('TwoHand'),IFCLABEL('Wire'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #356=IFCSIMPLEPROPERTYTEMPLATE('3X1VoJhGjCwRMZQ20Cfg5X',$,'IsIlluminated','An indication of whether there is an illuminated indicator to show that the switch is on (=TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #357=IFCSIMPLEPROPERTYTEMPLATE('2NCXsovcv9Kx2KdnyP4UCV',$,'Legend','A text inscribed or applied to the switch as a legend to indicate purpose or function.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#358=IFCPROPERTYSETTEMPLATE('2$EMAeZP95DvyTq0t_HRLu',$,'Pset_TransformerTypeCommon','Definition from IAI: An inductive stationary device that transfers electrical energy from one circuit to another.',$,'IfcTransformerType',(#359,#360,#361,#362,#363,#364,#365,#366,#367,#368)); +#358=IFCPROPERTYSETTEMPLATE('2$EMAeZP95DvyTq0t_HRLu',$,'Pset_TransformerTypeCommon','Definition from IAI: An inductive stationary device that transfers electrical energy from one circuit to another.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTransformerType',(#359,#360,#361,#362,#363,#364,#365,#366,#367,#368)); #359=IFCSIMPLEPROPERTYTEMPLATE('1Ujz6dt3v4uezlVFqG0Ewg',$,'PrimaryVoltage','The voltage that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,.READWRITE.); #360=IFCSIMPLEPROPERTYTEMPLATE('1kHGwuYKn8jBGAdXKlGvCL',$,'SecondaryVoltage','The voltage that has been transformed and is running out of the transformer on the secondary side.',.P_SINGLEVALUE.,'IfcElectricVoltageMeasure',$,$,$,$,$,.READWRITE.); #361=IFCSIMPLEPROPERTYTEMPLATE('3lkzxqb2H2_enrA8Eh2yD1',$,'PrimaryCurrent','The current that is going to be transformed and that runs into the transformer on the primary side.',.P_SINGLEVALUE.,'IfcElectricCurrentMeasure',$,$,$,$,$,.READWRITE.); @@ -374,7 +374,7 @@ DATA; #367=IFCSIMPLEPROPERTYTEMPLATE('3UQLn8xL547xh$NBTvktML',$,'MaximumApparentPower','Maximum apparent power/capacity in VA (volt ampere).',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #368=IFCSIMPLEPROPERTYTEMPLATE('2_szONBt1CnvORLQbQ$hzw',$,'SecondaryCurrentType','A list of the secondary current types that can result from transformer output',.P_ENUMERATEDVALUE.,'IfcLabel',$,#369,$,$,$,.READWRITE.); #369=IFCPROPERTYENUMERATION('PEnum_SecondaryCurrentType',(IFCLABEL('AC'),IFCLABEL('DC'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#370=IFCPROPERTYSETTEMPLATE('1O_LAujTz5bhU1aiC5SN5R',$,'Pset_ActionRequest','Definition from IAI: An action request is a request for an action to fulfill a need.\X2\000A\X0\',$,'IfcActionRequest',(#371,#373,#374,#375,#376,#377)); +#370=IFCPROPERTYSETTEMPLATE('1O_LAujTz5bhU1aiC5SN5R',$,'Pset_ActionRequest','Definition from IAI: An action request is a request for an action to fulfill a need.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcActionRequest',(#371,#373,#374,#375,#376,#377)); #371=IFCSIMPLEPROPERTYTEMPLATE('0Iwvv65m95dugm4j32nR9k',$,'RequestSourceType','Identifies the predefined types of sources through which a request can be made.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#372,$,$,$,.READWRITE.); #372=IFCPROPERTYENUMERATION('PEnum_RequestSourceType',(IFCLABEL('Email'),IFCLABEL('Fax'),IFCLABEL('Phone'),IFCLABEL('Post'),IFCLABEL('Verbal'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #373=IFCSIMPLEPROPERTYTEMPLATE('3bjwzwdN59meosCziawQTO',$,'RequestSourceLabel','A specific name or label that further qualifies the identity of a request source. In the event of an email, this may be the email address.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -383,13 +383,13 @@ DATA; #376=IFCSIMPLEPROPERTYTEMPLATE('1LEY0iTX95j8jdz$87wzUI',$,'RequestComments','Comments that may be made on the request.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #377=IFCSIMPLEPROPERTYTEMPLATE('0zmOXLTBH4lfHQQopkdSgz',$,'Status','The status currently assigned to the request where:\X2\000A\X0\Hold = wait to see if further requests are received before deciding on action,\X2\000A\X0\NoAction = no action is required on this request,\X2\000A\X0\Schedule = plan action to take place as part of maintenance or other task planning/scheduling,\X2\000A\X0\Urgent = take action immediately.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#378,$,$,$,.READWRITE.); #378=IFCPROPERTYENUMERATION('PEnum_RequestStatus',(IFCLABEL('Hold'),IFCLABEL('NoAction'),IFCLABEL('Schedule'),IFCLABEL('Urgent'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#379=IFCPROPERTYSETTEMPLATE('05shhalhv6te2L9s5cKo5q',$,'Pset_PackingInstructions','Definition from IAI: Packing instructions are specific instructions relating to the packing that is required for an artefact (instance of IfcProduct) in the event of a move (where the product is related to an instance of IfcMove). \X2\000A\X0\',$,'IfcProduct',(#380,#382,#383,#384)); +#379=IFCPROPERTYSETTEMPLATE('05shhalhv6te2L9s5cKo5q',$,'Pset_PackingInstructions','Definition from IAI: Packing instructions are specific instructions relating to the packing that is required for an artefact (instance of IfcProduct) in the event of a move (where the product is related to an instance of IfcMove). \X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcProduct',(#380,#382,#383,#384)); #380=IFCSIMPLEPROPERTYTEMPLATE('3A96JFBs52QO_WecVvrKus',$,'PackingCareType','Identifies the predefined types of care that may be required when handling the artefact during a move where:\X2\000A000A\X0\Fragile = artefact may be broken during a move through careless handling.\X2\000A\X0\HandleWithCare = artefact may be damaged during a move through careless handling.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#381,$,$,$,.READWRITE.); #381=IFCPROPERTYENUMERATION('PEnum_PackingCareType',(IFCLABEL('Fragile'),IFCLABEL('HandleWithCare'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #382=IFCSIMPLEPROPERTYTEMPLATE('2IglEpsBjCIAW$XbJEqL1v',$,'WrappingMaterial','Special requirements for material used to wrap an artefact.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #383=IFCSIMPLEPROPERTYTEMPLATE('2ooUQPPhH0kfgty11usXBw',$,'ContainerMaterial','Special requirements for material used to contain an artefact.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #384=IFCSIMPLEPROPERTYTEMPLATE('1IED2trrjEpRrP9zFoz9gO',$,'SpecialInstructions','Special instructions for packing.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#385=IFCPROPERTYSETTEMPLATE('1MX2ZbCmj1Lf3r0xbSd9ja',$,'Pset_Permit','Definition from IAI: A permit is a document that allows permission to gain access to an area or carry out work in a situation where security or other access restrictions apply.\X2\000A\X0\',$,'IfcPermit',(#386,#388,#389,#390,#391,#392,#393)); +#385=IFCPROPERTYSETTEMPLATE('1MX2ZbCmj1Lf3r0xbSd9ja',$,'Pset_Permit','Definition from IAI: A permit is a document that allows permission to gain access to an area or carry out work in a situation where security or other access restrictions apply.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcPermit',(#386,#388,#389,#390,#391,#392,#393)); #386=IFCSIMPLEPROPERTYTEMPLATE('0Glpbc7w1B6OC2aGwYNZdv',$,'PermitType','Identifies the predefined types of permits that can be granted where:\X2\000A000A\X0\Access = enables access to an identified area,\X2\000A\X0\Work = enables work to be carried out in an identified area',.P_ENUMERATEDVALUE.,'IfcLabel',$,#387,$,$,$,.READWRITE.); #387=IFCPROPERTYENUMERATION('PEnum_PermitType',(IFCLABEL('Access'),IFCLABEL('Work'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #388=IFCSIMPLEPROPERTYTEMPLATE('06jkUKFZP74xRwC_vTAWK3',$,'EscortRequirement','Indicates whether or not an escort is required to accompany persons carrying out a work order at or to/from the place of work (= TRUE) or not (= FALSE).\X2\000A000A\X0\NOTE - There are many instances where escorting is required, particularly in a facility that has a high security rating. Escorting may require that persons are escorted to and from the place of work. Alternatively, it may involve the escort remaining at the place of work at all times.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); @@ -398,12 +398,12 @@ DATA; #391=IFCSIMPLEPROPERTYTEMPLATE('3n50$oSODCMQXZNqGSXjMH',$,'StartTime','Start time.',.P_REFERENCEVALUE.,'IfcLocalTime',$,$,$,$,$,.READWRITE.); #392=IFCSIMPLEPROPERTYTEMPLATE('1s_Tx6t1HEAvuB3JDkhlXZ',$,'EndTime','End time.',.P_REFERENCEVALUE.,'IfcLocalTime',$,$,$,$,$,.READWRITE.); #393=IFCSIMPLEPROPERTYTEMPLATE('2VnuF5tqf5uAbqnKMj$CKG',$,'SpecialRequirements','Any additional special requirements that need to be included in the permit to work.\X2\000A000A\X0\NOTE - Additional permit requirements may be imposed according to the nature of the facility at which the work is carried out. For instance, in clean areas, special clothing may be required whilst in corrective institutions, it may be necessary to check in and check out tools that will be used for work as a safety precaution.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#394=IFCPROPERTYSETTEMPLATE('1WEwj4Apv9EQiPVNXIGLNL',$,'Pset_AirTerminalBoxPHistory','Definition from IAI: Air terminal box performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#395,#396,#397,#398)); +#394=IFCPROPERTYSETTEMPLATE('1WEwj4Apv9EQiPVNXIGLNL',$,'Pset_AirTerminalBoxPHistory','Definition from IAI: Air terminal box performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#395,#396,#397,#398)); #395=IFCSIMPLEPROPERTYTEMPLATE('1yL993DfnAQwPagKua8MlH',$,'DamperPosition','Control damper position, ranging from 0 to 1.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOSITIVERATIOMEASURE',$,$,$,$,.READWRITE.); #396=IFCSIMPLEPROPERTYTEMPLATE('2CrmT7bGDAiBrEvjF06luR',$,'AtmosphericPressure','Ambient atmospheric pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #397=IFCSIMPLEPROPERTYTEMPLATE('2nCELZzx16URbtarD0TeoL',$,'Sound','Sound performance.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #398=IFCSIMPLEPROPERTYTEMPLATE('0yIgUc1kf2jxfsoJTbLiPn',$,'AirflowCurve','Air flowrate versus damper position relationship;airflow = f ( valve position).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); -#399=IFCPROPERTYSETTEMPLATE('0neOXUmunDvQL5ekVWAeT4',$,'Pset_AirTerminalBoxTypeCommon','Definition from IAI: Air terminal box type common attributes.\X2\000A\X0\',$,'IfcAirTerminalBoxType',(#400,#401,#402,#403,#405,#407,#408,#409,#410,#411,#412,#413,#414,#415,#416)); +#399=IFCPROPERTYSETTEMPLATE('0neOXUmunDvQL5ekVWAeT4',$,'Pset_AirTerminalBoxTypeCommon','Definition from IAI: Air terminal box type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalBoxType',(#400,#401,#402,#403,#405,#407,#408,#409,#410,#411,#412,#413,#414,#415,#416)); #400=IFCSIMPLEPROPERTYTEMPLATE('0hQ4lIjnX5xhzpT9q4hCOz',$,'AirflowRateRange','Range of airflow that can be delivered.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #401=IFCSIMPLEPROPERTYTEMPLATE('0LZQ6jqgn4QwYUUyBFEqbc',$,'AirPressureRange','Allowable air static pressure range at the entrance of the air terminal box.',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #402=IFCSIMPLEPROPERTYTEMPLATE('1bk1QKjub2iRvkLu0$RZG_',$,'NominalAirFlowRate','Nominal airflow rate.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); @@ -421,7 +421,7 @@ DATA; #414=IFCSIMPLEPROPERTYTEMPLATE('3dGcVHVnbEvxsR5hU1HHnw',$,'OperationTemperatureRange','Allowable operational range of the ambient air temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #415=IFCSIMPLEPROPERTYTEMPLATE('20W1Q6KXj5rPFH3Y8GpUpS',$,'ReturnAirFractionRange','Allowable return air fraction range as a fraction of discharge airflow.',.P_BOUNDEDVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #416=IFCSIMPLEPROPERTYTEMPLATE('3Fm_F3D4bCUh2qrW8j1k9A',$,'Weight','Weight of the air terminal box.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); -#417=IFCPROPERTYSETTEMPLATE('1kvWLdsFT4CwRdcaxic4U$',$,'Pset_AirTerminalPHistory','Definition from IAI: Air terminal performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#418,#419,#420,#421,#422,#423,#424)); +#417=IFCPROPERTYSETTEMPLATE('1kvWLdsFT4CwRdcaxic4U$',$,'Pset_AirTerminalPHistory','Definition from IAI: Air terminal performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#418,#419,#420,#421,#422,#423,#424)); #418=IFCSIMPLEPROPERTYTEMPLATE('32bwFlukLEsOhBnopotvQD',$,'AirFlowRate','Volumetric flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','VOLUMETRICFLOWRATEUNIT',$,$,$,$,.READWRITE.); #419=IFCSIMPLEPROPERTYTEMPLATE('2Ml7Vxd5P5WBZNtmCGx8Yp',$,'NeckAirVelocity','Air velocity at the neck.',.P_REFERENCEVALUE.,'IfcTimeSeries','LINEARVELOCITYUNIT',$,$,$,$,.READWRITE.); #420=IFCSIMPLEPROPERTYTEMPLATE('1BcMEGdVnC0RCD0ovI4ZYj',$,'SupplyAirTemperatureHeating','Supply air temperature in heating mode ',.P_REFERENCEVALUE.,'IfcTimeSeries','THERMODYNAMICTEMPERATUREUNIT',$,$,$,$,.READWRITE.); @@ -429,7 +429,7 @@ DATA; #422=IFCSIMPLEPROPERTYTEMPLATE('20L0xi0MT6MBXjHcLSpde8',$,'PressureDrop','Drop in total pressure between inlet and outlet at nominal air-flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','PRESSUREUNIT',$,$,$,$,.READWRITE.); #423=IFCSIMPLEPROPERTYTEMPLATE('1osbY2sLXDrwGY3NKrXPzn',$,'InductionRatio','Induction ratio versus distance from the diffuser and its discharge direction; induction ratio (or entrainment ratio) is the ratio of the volumetric flow rate in the jet to the volumetric flow rate at the air terminal',.P_TABLEVALUE.,'IfcReal','IfcLengthMeasure',$,$,$,$,.READWRITE.); #424=IFCSIMPLEPROPERTYTEMPLATE('0pIhwJQz1Fc8kJgTYf24sK',$,'CenterlineAirVelocity','Centerline air velocity versus distance from the diffuser and temperature differential; a function of distance from diffuser and temperature difference between supply air and room air.',.P_TABLEVALUE.,'IfcLinearVelocityMeasure','IfcLengthMeasure',$,$,$,$,.READWRITE.); -#425=IFCPROPERTYSETTEMPLATE('35M0XAsEr5LBXyApZe$CQo',$,'Pset_AirTerminalTypeCommon','Definition from IAI: Air terminal type common attributes.\X2\000A\X0\SoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.\X2\000A\X0\',$,'IfcAirTerminalType',(#426,#428,#430,#431,#432,#434,#435,#436,#437,#439,#440,#442,#444,#445,#446,#447,#449,#450,#451,#452,#453,#454)); +#425=IFCPROPERTYSETTEMPLATE('35M0XAsEr5LBXyApZe$CQo',$,'Pset_AirTerminalTypeCommon','Definition from IAI: Air terminal type common attributes.\X2\000A\X0\SoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalType',(#426,#428,#430,#431,#432,#434,#435,#436,#437,#439,#440,#442,#444,#445,#446,#447,#449,#450,#451,#452,#453,#454)); #426=IFCSIMPLEPROPERTYTEMPLATE('2kmgiuyA91BPNTEviFr_S_',$,'Shape','Shape of the air terminal. Slot is typically a long narrow supply device with an aspect ratio generally greater than 10 to 1.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#427,$,$,$,.READWRITE.); #427=IFCPROPERTYENUMERATION('PEnum_AirTerminalShape',(IFCLABEL('ROUND'),IFCLABEL('RECTANGULAR'),IFCLABEL('SQUARE'),IFCLABEL('SLOT'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #428=IFCSIMPLEPROPERTYTEMPLATE('37taCakef1f9lsEQK09q7e',$,'FlowPattern','Flow pattern',.P_ENUMERATEDVALUE.,'IfcLabel',$,#429,$,$,$,.READWRITE.); @@ -459,20 +459,20 @@ DATA; #452=IFCSIMPLEPROPERTYTEMPLATE('3UPiijZ0jA4AeMjsy_VsJu',$,'EffectiveArea','Effective discharge area of the air terminal.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #453=IFCSIMPLEPROPERTYTEMPLATE('0oCka8jYzFbBrukVC9fj8N',$,'Weight','Weight of the air terminal.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); #454=IFCSIMPLEPROPERTYTEMPLATE('1Diruv889DSu8yHcA63SnP',$,'AirFlowrateVersusFlowControlElement','Air flowrate versus flow control element position at nominal pressure drop.',.P_TABLEVALUE.,'IfcVolumetricFlowRateMeasure','IfcPositiveRatioMeasure',$,$,$,$,.READWRITE.); -#455=IFCPROPERTYSETTEMPLATE('0$$cqar_j9I9ton8UkKnvS',$,'Pset_AirTerminalTypeRectangular','Definition from IAI: Rectangular air terminal type attributes.\X2\000A\X0\',$,'IfcAirTerminalType',(#456)); +#455=IFCPROPERTYSETTEMPLATE('0$$cqar_j9I9ton8UkKnvS',$,'Pset_AirTerminalTypeRectangular','Definition from IAI: Rectangular air terminal type attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalType',(#456)); #456=IFCSIMPLEPROPERTYTEMPLATE('2NxElieh18vBB$4xuNxfdZ',$,'FaceType','Identifies how the terminal face of an AirTerminal is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#457,$,$,$,.READWRITE.); #457=IFCPROPERTYENUMERATION('PEnum_AirTerminalFaceType',(IFCLABEL('FOURWAYPATTERN'),IFCLABEL('SINGLEDEFLECTION'),IFCLABEL('DOUBLEDEFLECTION'),IFCLABEL('SIGHTPROOF'),IFCLABEL('EGGCRATE'),IFCLABEL('PERFORATED'),IFCLABEL('LOUVERED'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#458=IFCPROPERTYSETTEMPLATE('3d7q0sSm5E_OHjTKhp9F9c',$,'Pset_AirTerminalTypeRound','Definition from IAI: Round air terminal type attributes.\X2\000A\X0\',$,'IfcAirTerminalType',(#459)); +#458=IFCPROPERTYSETTEMPLATE('3d7q0sSm5E_OHjTKhp9F9c',$,'Pset_AirTerminalTypeRound','Definition from IAI: Round air terminal type attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalType',(#459)); #459=IFCSIMPLEPROPERTYTEMPLATE('1p0LoyP3161v$MQJimx8gX',$,'FaceType','Identifies how the terminal face of an AirTerminal is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#460,$,$,$,.READWRITE.); #460=IFCPROPERTYENUMERATION('PEnum_AirTerminalFaceType',(IFCLABEL('FOURWAYPATTERN'),IFCLABEL('SINGLEDEFLECTION'),IFCLABEL('DOUBLEDEFLECTION'),IFCLABEL('SIGHTPROOF'),IFCLABEL('EGGCRATE'),IFCLABEL('PERFORATED'),IFCLABEL('LOUVERED'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#461=IFCPROPERTYSETTEMPLATE('180OGKUV5AXxHRfwpu0IGZ',$,'Pset_AirTerminalTypeSlot','Definition from IAI: Slot air terminal type attributes.\X2\000A\X0\',$,'IfcAirTerminalType',(#462,#463,#464)); +#461=IFCPROPERTYSETTEMPLATE('180OGKUV5AXxHRfwpu0IGZ',$,'Pset_AirTerminalTypeSlot','Definition from IAI: Slot air terminal type attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalType',(#462,#463,#464)); #462=IFCSIMPLEPROPERTYTEMPLATE('3v60WYDyP8j9k5I_wH0PCp',$,'SlotWidth','Slot width.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #463=IFCSIMPLEPROPERTYTEMPLATE('21HATXIcj8Uf1Quw7MYoLR',$,'SlotLength','Slot length.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #464=IFCSIMPLEPROPERTYTEMPLATE('1DFhhamD5Ewu0$KcmQMf$7',$,'NumberOfSlots','Number of slots.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#465=IFCPROPERTYSETTEMPLATE('0RW_959IL3d8y$9Y9t7nvO',$,'Pset_AirTerminalTypeSquare','Definition from IAI: Square air terminal type attributes.\X2\000A\X0\',$,'IfcAirTerminalType',(#466)); +#465=IFCPROPERTYSETTEMPLATE('0RW_959IL3d8y$9Y9t7nvO',$,'Pset_AirTerminalTypeSquare','Definition from IAI: Square air terminal type attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirTerminalType',(#466)); #466=IFCSIMPLEPROPERTYTEMPLATE('2kZSPrrxX7f9p$71cNUXkB',$,'FaceType','Identifies how the terminal face of an AirTerminal is constructed.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#467,$,$,$,.READWRITE.); #467=IFCPROPERTYENUMERATION('PEnum_AirTerminalFaceType',(IFCLABEL('FOURWAYPATTERN'),IFCLABEL('SINGLEDEFLECTION'),IFCLABEL('DOUBLEDEFLECTION'),IFCLABEL('SIGHTPROOF'),IFCLABEL('EGGCRATE'),IFCLABEL('PERFORATED'),IFCLABEL('LOUVERED'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#468=IFCPROPERTYSETTEMPLATE('2wKLP3Xr5AP8llrRQ7M918',$,'Pset_AirToAirHeatRecoveryPHist','Definition from IAI: Air to Air Heat Recovery performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#469,#470,#471,#472,#473,#474,#475,#476,#477,#478,#479)); +#468=IFCPROPERTYSETTEMPLATE('2wKLP3Xr5AP8llrRQ7M918',$,'Pset_AirToAirHeatRecoveryPHist','Definition from IAI: Air to Air Heat Recovery performance history common attributes.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcPerformanceHistory',(#469,#470,#471,#472,#473,#474,#475,#476,#477,#478,#479)); #469=IFCSIMPLEPROPERTYTEMPLATE('3cFsTQcTLEbxFxoa_vrdIO',$,'SensibleEffectiveness','Sensible heat transfer effectiveness, where effectiveness is defined as the ratio of heat transfer to maximum possible heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #470=IFCSIMPLEPROPERTYTEMPLATE('1AYcPPAXPC58pqTes3hFeR',$,'TotalEffectiveness','Total heat transfer effectiveness: The ratio of heat transfer to the maximum possible heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #471=IFCSIMPLEPROPERTYTEMPLATE('2x6aPK5XDF_v_gKB1HFoLC',$,'TemperatureEffectiveness','Temperature heat transfer effectiveness: The ratio of primary airflow temperature changes to maximum possible temperature changes.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); @@ -484,7 +484,7 @@ DATA; #477=IFCSIMPLEPROPERTYTEMPLATE('2_Vmb9scrDcApdifr0tWTt',$,'SensibleEffectivenessTable','Sensible heat transfer effectiveness curve as a function of the primary and secondary air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #478=IFCSIMPLEPROPERTYTEMPLATE('3tsMfQdo5FjOVEtNi$jPuS',$,'TotalEffectivenessTable','Total heat transfer effectiveness curve as a function of the primary and secondary air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #479=IFCSIMPLEPROPERTYTEMPLATE('1wwCl$mtj5AhUXCAg7R1V6',$,'AirPressureDropCurves','Air pressure drop as function of air flow rate',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); -#480=IFCPROPERTYSETTEMPLATE('3QHDLtTwv81AHD$fsreUsR',$,'Pset_AirToAirHeatRecoveryTypeCommon','Definition from IAI: Air to Air Heat Recovery type common attributes.\X2\000A\X0\',$,'IfcAirToAirHeatRecoveryType',(#481,#483,#484,#485,#486,#487,#488)); +#480=IFCPROPERTYSETTEMPLATE('3QHDLtTwv81AHD$fsreUsR',$,'Pset_AirToAirHeatRecoveryTypeCommon','Definition from IAI: Air to Air Heat Recovery type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcAirToAirHeatRecoveryType',(#481,#483,#484,#485,#486,#487,#488)); #481=IFCSIMPLEPROPERTYTEMPLATE('33nBbwwcTAoh0OQSGd$fze',$,'HeatTransferTypeEnum','Type of heat transfer between the two air streams.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#482,$,$,$,.READWRITE.); #482=IFCPROPERTYENUMERATION('PEnum_AirToAirHeatTransferHeatTransferType',(IFCLABEL('SENSIBLE'),IFCLABEL('LATENT'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #483=IFCSIMPLEPROPERTYTEMPLATE('3N4gcvTS1AZeKoKmD5L8n1',$,'MediaMaterial','The primary media material used for heat transfer.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -493,7 +493,7 @@ DATA; #486=IFCSIMPLEPROPERTYTEMPLATE('2V_D9lNrDCBB9M9G3Y37d7',$,'PrimaryAirflowRateRange','possible range of primary airflow that can be delivered ',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #487=IFCSIMPLEPROPERTYTEMPLATE('12U2XE0d541wPweiozYwJN',$,'SecondaryAirflowRateRange','possible range of secondary airflow that can be delivered ',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #488=IFCSIMPLEPROPERTYTEMPLATE('1woJMJeHv329qhvlFVXiaX',$,'Weight',$,.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); -#489=IFCPROPERTYSETTEMPLATE('35cGFdRSXDmhFBwxgb1lVl',$,'Pset_BoilerPHistory','Definition from IAI: Boiler performance history common attributes.\X2\000A\X0\WaterQuality attribute deleted in IFC2x2 Pset Addendum: Use IfcWaterProperties instead. CombustionProductsMaximulLoad and CombustionProductsPartialLoad attributes deleted in IFC2x2 Pset Addendum: Use IfcProductsOfCombustionProperties instead.',$,'IfcPerformanceHistory',(#490,#491,#492,#493,#494,#495,#496,#497,#498)); +#489=IFCPROPERTYSETTEMPLATE('35cGFdRSXDmhFBwxgb1lVl',$,'Pset_BoilerPHistory','Definition from IAI: Boiler performance history common attributes.\X2\000A\X0\WaterQuality attribute deleted in IFC2x2 Pset Addendum: Use IfcWaterProperties instead. CombustionProductsMaximulLoad and CombustionProductsPartialLoad attributes deleted in IFC2x2 Pset Addendum: Use IfcProductsOfCombustionProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#490,#491,#492,#493,#494,#495,#496,#497,#498)); #490=IFCSIMPLEPROPERTYTEMPLATE('0GHTaXfnbECeg6DHEW3Mio',$,'EnergySourceConsumption','Energy consumption.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #491=IFCSIMPLEPROPERTYTEMPLATE('0EMuSbSQH5dPLl4g5fAfJo',$,'OperationalEfficiency','Operational efficiency: boiler output divided by total energy input (electrical and fuel)',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); #492=IFCSIMPLEPROPERTYTEMPLATE('2vCygl82zFD8a7eXYAxmi2',$,'CombustionEfficiency','Combustion efficiency under nominal condition',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); @@ -503,7 +503,7 @@ DATA; #496=IFCSIMPLEPROPERTYTEMPLATE('2k6MWRdpX4Rfx7YVr0bUwh',$,'Load','Boiler real load',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #497=IFCSIMPLEPROPERTYTEMPLATE('05nnqd4xLA5f0Uq1lYswZ8',$,'PrimaryEnergyConsumption','Boiler primary energy source consumption (i.e., the fuel consumed for changing the thermodynamic state of the fluid).',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #498=IFCSIMPLEPROPERTYTEMPLATE('2CZfqeOyrC78xtCCHwINRP',$,'AuxiliaryEnergyConsumption','Boiler secondary energy source consumption (i.e., the electricity consumed by electrical devices such as fans and pumps).',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); -#499=IFCPROPERTYSETTEMPLATE('04PlLXrMD3Qgjkr1cX5L8S',$,'Pset_BoilerTypeCommon','Definition from IAI: Boiler type common attributes.\X2\000A\X0\SoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. PrimaryEnergySource and AuxiliaryEnergySource attributes deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',$,'IfcBoilerType',(#500,#501,#503,#504,#505,#506,#507,#508,#509,#510,#511,#512,#513,#514)); +#499=IFCPROPERTYSETTEMPLATE('04PlLXrMD3Qgjkr1cX5L8S',$,'Pset_BoilerTypeCommon','Definition from IAI: Boiler type common attributes.\X2\000A\X0\SoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. PrimaryEnergySource and AuxiliaryEnergySource attributes deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoilerType',(#500,#501,#503,#504,#505,#506,#507,#508,#509,#510,#511,#512,#513,#514)); #500=IFCSIMPLEPROPERTYTEMPLATE('230rh6_qjFufNzKqMJNMVe',$,'PressureRating','Nominal pressure rating of the boiler as rated by ASME Boiler and Pressure Vessel Code Section IV, Rules for Construction of Heating Boilers, and Section I, Rules for Construction of Power Boilers',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #501=IFCSIMPLEPROPERTYTEMPLATE('1qhGfmRmXEreox1Rp8HDvs',$,'OperatingMode','Identifies the operating mode of the boiler.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#502,$,$,$,.READWRITE.); #502=IFCPROPERTYENUMERATION('PEnum_BoilerOperatingMode',(IFCLABEL('FIXED'),IFCLABEL('TWOSTEP'),IFCLABEL('MODULATING'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); @@ -519,34 +519,34 @@ DATA; #512=IFCSIMPLEPROPERTYTEMPLATE('1bUpYJlOPAkBLyRyevYDSp',$,'HeatOutput','Total nominal heat output as listed by the Boiler manufacturer. For water boilers, it is a function of inlet versus outlet temperature. For steam boilers, it is a function of inlet temperature versus steam pressure.',.P_LISTVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #513=IFCSIMPLEPROPERTYTEMPLATE('0XsGVPMR1D$RG_px_REreu',$,'OutletTemperatureRange','Allowable outlet temperature of either the water or the steam.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #514=IFCSIMPLEPROPERTYTEMPLATE('1lFsbDKUP568ZCcaA7fDQQ',$,'NominalEnergyConsumption','Nominal fuel consumption rate required to produce the total boiler heat output.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#515=IFCPROPERTYSETTEMPLATE('0aENstQDTDde3tAM_wjKJg',$,'Pset_BoilerTypeSteam','Definition from IAI: Steam boiler type common attributes.\X2\000A\X0\',$,'IfcBoilerType',(#516)); +#515=IFCPROPERTYSETTEMPLATE('0aENstQDTDde3tAM_wjKJg',$,'Pset_BoilerTypeSteam','Definition from IAI: Steam boiler type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcBoilerType',(#516)); #516=IFCSIMPLEPROPERTYTEMPLATE('3VNVK3JAz6vBGF0z2N27RP',$,'MaximumOutletPressure','Maximum steam outlet pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#517=IFCPROPERTYSETTEMPLATE('2p$YgIeWv12Q5HLaWnyIPj',$,'Pset_ChillerPHistory','Definition from IAI: Chiller performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#518,#519,#520,#521,#522,#523)); +#517=IFCPROPERTYSETTEMPLATE('2p$YgIeWv12Q5HLaWnyIPj',$,'Pset_ChillerPHistory','Definition from IAI: Chiller performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#518,#519,#520,#521,#522,#523)); #518=IFCSIMPLEPROPERTYTEMPLATE('1ISiJDiWrAme7W6X_8zCWy',$,'Capacity','The product of the ideal capacity and the overall volumetric efficiency of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #519=IFCSIMPLEPROPERTYTEMPLATE('1chkOkVDn0exj$o1g6uqfz',$,'EnergyEfficiencyRatio','Energy efficiency ratio (EER).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #520=IFCSIMPLEPROPERTYTEMPLATE('0lJMB_olf47gK5xDCDe17Y',$,'CoefficientOfPerformance','Coefficient of performance (COP).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #521=IFCSIMPLEPROPERTYTEMPLATE('2_5cJ7KnLD7h3xEJtCi2Vo',$,'CapacityCurve','Chiller cooling capacity is a function of condensing temperature and evaporating temperature, data is in table form, Capacity = f (TempCon, TempEvp), capacity = a1+b1*Tei+c1*Tei^2+d1*Tci+e1*Tci^2+f1*Tei*Tci.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,.READWRITE.); #522=IFCSIMPLEPROPERTYTEMPLATE('2bAf9Q4dX278$UX$88IjFT',$,'CoefficientOfPerformanceCurve','Chiller coefficient of performance (COP) is function of condensing temperature and evaporating temperature, data is in table form, COP= f (TempCon, TempEvp), COP = a2+b2*Tei+c2*Tei^2+d2*Tci+e2*Tci^2+f2*Tei*Tci',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,.READWRITE.); #523=IFCSIMPLEPROPERTYTEMPLATE('0up916GpnA6OpDMn7Br$6A',$,'FullLoadRatioCurve','Ratio of actual power to full load power as a quadratic function of part load, at certain condensing and evaporating temperature, FracFullLoadPower = f ( PartLoadRatio).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,.READWRITE.); -#524=IFCPROPERTYSETTEMPLATE('2MaQh6Pf92svRp3_RoSS0S',$,'Pset_ChillerTypeCommon','Definition from IAI: Chiller type common attributes.\X2\000A\X0\',$,'IfcChillerType',(#525,#526,#527,#528,#529,#530)); +#524=IFCPROPERTYSETTEMPLATE('2MaQh6Pf92svRp3_RoSS0S',$,'Pset_ChillerTypeCommon','Definition from IAI: Chiller type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcChillerType',(#525,#526,#527,#528,#529,#530)); #525=IFCSIMPLEPROPERTYTEMPLATE('0qKoaVSxr7Xe5$m3OE8EK0',$,'NominalCapacity','Nominal cooling capacity of chiller at standardized conditions per ARI Standards 550-92, Centrifugal and Rotary Screw Water-Chilling Packages, and ARI Standards 590-92, Positive Displacement Compressor.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #526=IFCSIMPLEPROPERTYTEMPLATE('0fT$9PD057sRKF53a3XkI_',$,'NominalEfficiency','Nominal chiller efficiency under nominal conditions.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #527=IFCSIMPLEPROPERTYTEMPLATE('3HgcArX7XDy9VhpOhNQ0Es',$,'NominalCondensingTemperature','Chiller condensing temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #528=IFCSIMPLEPROPERTYTEMPLATE('3AbuEjE599qxeFl7Hpb$Su',$,'NominalEvaporatingTemperature','Chiller evaporating temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #529=IFCSIMPLEPROPERTYTEMPLATE('3vAldFR0fC2Qz2c2BKDfGB',$,'NominalHeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #530=IFCSIMPLEPROPERTYTEMPLATE('33OuPTUKj0Zh$IIC8Vb$E6',$,'NominalPowerConsumption','Nominal total power consumption.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#531=IFCPROPERTYSETTEMPLATE('14BsOhpxrCy9g$UGeYbcgW',$,'Pset_CoilPHistory','Definition from IAI: Coil performance history common attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',$,'IfcPerformanceHistory',(#532,#533,#534,#535)); +#531=IFCPROPERTYSETTEMPLATE('14BsOhpxrCy9g$UGeYbcgW',$,'Pset_CoilPHistory','Definition from IAI: Coil performance history common attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#532,#533,#534,#535)); #532=IFCSIMPLEPROPERTYTEMPLATE('0dR_pF8IP6wQGb69hgBuBo',$,'AtmosphericPressure','Ambient atmospheric pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #533=IFCSIMPLEPROPERTYTEMPLATE('3P7RSuR$b21RUx4AXX_3la',$,'AirPressureDropCurve','Air pressure drop curve, pressure drop \X2\2013\X0\ flow rate curve, AirPressureDrop = f (AirflowRate).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #534=IFCSIMPLEPROPERTYTEMPLATE('3EyDOxqivBFBkTs2CnLqqj',$,'SoundCurve','Regenerated sound versus air-flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #535=IFCSIMPLEPROPERTYTEMPLATE('2D1G_dep15Q802zoStU_zJ',$,'FaceVelocity','Air velocity through the coil.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCLINEARVELOCITYMEASURE',$,$,$,$,.READWRITE.); -#536=IFCPROPERTYSETTEMPLATE('1Q75P_Tx50LxD1TzK1uDaa',$,'Pset_CoilTypeCommon','Definition from IAI: Coil type common attributes.\X2\000A\X0\',$,'IfcCoilType',(#537,#538,#539,#540,#541)); +#536=IFCPROPERTYSETTEMPLATE('1Q75P_Tx50LxD1TzK1uDaa',$,'Pset_CoilTypeCommon','Definition from IAI: Coil type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoilType',(#537,#538,#539,#540,#541)); #537=IFCSIMPLEPROPERTYTEMPLATE('30vCvbRMH3A8GAlsQHurzv',$,'OperationalTemperatureRange','Allowable operational air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #538=IFCSIMPLEPROPERTYTEMPLATE('0mSfumb8zEdeyhgB7NBbU7',$,'AirflowRateRange','Possible range of airflow that can be delivered.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #539=IFCSIMPLEPROPERTYTEMPLATE('2ppvy6YmLF3QPauHyFu3BO',$,'NominalSensibleCapacity','Nominal sensible capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #540=IFCSIMPLEPROPERTYTEMPLATE('3idBba4b9CJhSIHCr$WrT9',$,'NominalLatentCapacity','Nominal latent capacity.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #541=IFCSIMPLEPROPERTYTEMPLATE('1SQDe2BNH2LAksVmyZQGoL',$,'NominalUA','Nominal UA value.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); -#542=IFCPROPERTYSETTEMPLATE('2a0mSoior1RwD2QsKy5_T0',$,'Pset_CoilTypeHydronic','Definition from IAI: Hydronic coil type attributes.\X2\000A\X0\',$,'IfcCoilType',(#543,#544,#546,#548,#550,#551,#552,#553,#554,#555,#556,#557,#558,#559)); +#542=IFCPROPERTYSETTEMPLATE('2a0mSoior1RwD2QsKy5_T0',$,'Pset_CoilTypeHydronic','Definition from IAI: Hydronic coil type attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoilType',(#543,#544,#546,#548,#550,#551,#552,#553,#554,#555,#556,#557,#558,#559)); #543=IFCSIMPLEPROPERTYTEMPLATE('3pCtyfYxH8uPqYAPrPAuJu',$,'FluidPressureRange','Allowable water working pressure range inside the tube',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #544=IFCSIMPLEPROPERTYTEMPLATE('1POv9ZdUX75f95a5iuZbQJ',$,'CoilCoolant','The fluid used for heating or cooling used by the hydronic coil.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#545,$,$,$,.READWRITE.); #545=IFCPROPERTYENUMERATION('PEnum_CoilCoolant',(IFCLABEL('WATER'),IFCLABEL('BRINE'),IFCLABEL('GLYCOL'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); @@ -564,7 +564,7 @@ DATA; #557=IFCSIMPLEPROPERTYTEMPLATE('0hUesYp5LD3wxmHHGsyF3g',$,'BypassFactor','Fraction of air that is bypassed by the coil (0-1).',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #558=IFCSIMPLEPROPERTYTEMPLATE('0raJ8lDGr8SPvsGTe5t9kd',$,'SensibleHeatRatio','Air-side sensible heat ratio, or fraction of sensible heat transfer to the total heat transfer.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #559=IFCSIMPLEPROPERTYTEMPLATE('2Iwr9bkR57re9a1_h4X3hE',$,'WetCoilFraction','Fraction of coil surface area that is wet (0-1).',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); -#560=IFCPROPERTYSETTEMPLATE('24NFwjcmTA3uud4h27Yz4G',$,'Pset_CompressorPHistory','Definition from IAI: Compressor performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#561,#562,#563,#564,#565,#566,#567,#568,#569,#570,#571,#572,#573,#574)); +#560=IFCPROPERTYSETTEMPLATE('24NFwjcmTA3uud4h27Yz4G',$,'Pset_CompressorPHistory','Definition from IAI: Compressor performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#561,#562,#563,#564,#565,#566,#567,#568,#569,#570,#571,#572,#573,#574)); #561=IFCSIMPLEPROPERTYTEMPLATE('0Qy3_E7Xv7U8pSXyObZmG2',$,'CompressorCapacity','The product of the ideal capacity and the overall volumetric efficiency of the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #562=IFCSIMPLEPROPERTYTEMPLATE('3Ksy$Ytor3HRje9KI0dUIa',$,'EnergyEfficiencyRatio','Energy efficiency ratio (EER).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #563=IFCSIMPLEPROPERTYTEMPLATE('0vogKk6db30An17xBGzQIY',$,'CoefficientOfPerformance','Coefficient of performance (COP).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); @@ -579,7 +579,7 @@ DATA; #572=IFCSIMPLEPROPERTYTEMPLATE('0hRsl2p5nA4BywtUnsZuD4',$,'FrictionHeatGain','Friction heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #573=IFCSIMPLEPROPERTYTEMPLATE('0gncbTIg95MxkXqn5LjgIv',$,'CompressorTotalHeatGain','Compressor total heat gain.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #574=IFCSIMPLEPROPERTYTEMPLATE('1uxTZg5qr4WeobOzDRjxg$',$,'FullLoadRatioCurve','Ratio of actual power to full load power as a quadratic function of part load, at certain condensing and evaporating temperature, FracFullLoadPower = f ( PartLoadRatio).',.P_LISTVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); -#575=IFCPROPERTYSETTEMPLATE('1anCtvxXvEGBrJ7XCJ7vUy',$,'Pset_CompressorTypeCommon','Definition from IAI: Compressor type common attributes.\X2\000A\X0\',$,'IfcCompressorType',(#576,#578,#580,#581,#582,#583,#584,#585,#586,#587)); +#575=IFCPROPERTYSETTEMPLATE('1anCtvxXvEGBrJ7XCJ7vUy',$,'Pset_CompressorTypeCommon','Definition from IAI: Compressor type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCompressorType',(#576,#578,#580,#581,#582,#583,#584,#585,#586,#587)); #576=IFCSIMPLEPROPERTYTEMPLATE('3L4hEQFpnEffhH3LYs4_2L',$,'PowerSource','Type of power driving the compressor',.P_ENUMERATEDVALUE.,'IfcLabel',$,#577,$,$,$,.READWRITE.); #577=IFCPROPERTYENUMERATION('PEnum_CompressorTypePowerSource',(IFCLABEL('MOTORDRIVEN'),IFCLABEL('ENGINEDRIVEN'),IFCLABEL('GASTURBINE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #578=IFCSIMPLEPROPERTYTEMPLATE('3KQ0UuVH9CoAHtPdHOz$Ve',$,'RefrigerantClass','Refrigerant class used by the compressor.\X2\000A\X0\CFC: Chlorofluorocarbons.\X2\000A\X0\HCFC: Hydrochlorofluorocarbons.\X2\000A\X0\HFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#579,$,$,$,.READWRITE.); @@ -592,7 +592,7 @@ DATA; #585=IFCSIMPLEPROPERTYTEMPLATE('2ALvHv60H859Q03AIbNdcK',$,'IdealCapacity','Compressor capacity under ideal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #586=IFCSIMPLEPROPERTYTEMPLATE('0mHwAUYoH4vgrPSBhcFort',$,'IdealShaftPower','Compressor shaft power under ideal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #587=IFCSIMPLEPROPERTYTEMPLATE('2XRM4Zz1f43Aq1pt4Qt9qC',$,'HasHotGasBypass','Whether or not hot gas bypass is provided for the compressor. TRUE = Yes, FALSE = No.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#588=IFCPROPERTYSETTEMPLATE('1mgzegfcr3kg4H$N1JhZyW',$,'Pset_CondenserPHistory','Definition from IAI: Condenser performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#589,#590,#591,#592,#593,#594,#595,#596,#597,#598,#599)); +#588=IFCPROPERTYSETTEMPLATE('1mgzegfcr3kg4H$N1JhZyW',$,'Pset_CondenserPHistory','Definition from IAI: Condenser performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#589,#590,#591,#592,#593,#594,#595,#596,#597,#598,#599)); #589=IFCSIMPLEPROPERTYTEMPLATE('3nqkpDkWf2JBYftoygznfd',$,'HeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #590=IFCSIMPLEPROPERTYTEMPLATE('1a$v4pbmnDnxSv4tCEhv9u',$,'ExteriorHeatTransferCoefficient','Exterior heat transfer coefficient associated with exterior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMALTRANSMITTANCEMEASURE',$,$,$,$,.READWRITE.); #591=IFCSIMPLEPROPERTYTEMPLATE('1Oua0Z_cvDrfnSaNnB$ATz',$,'InteriorHeatTransferCoefficient','Interior heat transfer coefficient associated with interior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMALTRANSMITTANCEMEASURE',$,$,$,$,.READWRITE.); @@ -604,7 +604,7 @@ DATA; #597=IFCSIMPLEPROPERTYTEMPLATE('1WG00oE3bCJvgFV9Jg1Fut',$,'CompressorCondenserPressureDrop','Pressure drop between condenser inlet and compressor outlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #598=IFCSIMPLEPROPERTYTEMPLATE('2_CkltqcT1rvxDV4qTc6PI',$,'CondenserMeanVoidFraction','Mean void fraction in condenser.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #599=IFCSIMPLEPROPERTYTEMPLATE('1yIRbuzwX5MAEtyjN$8E5t',$,'WaterFoulingResistance','Fouling resistance on water/air side.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); -#600=IFCPROPERTYSETTEMPLATE('12KmXlq2HDyB725JIgZjry',$,'Pset_CondenserTypeCommon','Definition from IAI: Condenser type common attributes.\X2\000A\X0\',$,'IfcCondenserType',(#601,#603,#604,#605,#606,#607,#608,#609)); +#600=IFCPROPERTYSETTEMPLATE('12KmXlq2HDyB725JIgZjry',$,'Pset_CondenserTypeCommon','Definition from IAI: Condenser type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCondenserType',(#601,#603,#604,#605,#606,#607,#608,#609)); #601=IFCSIMPLEPROPERTYTEMPLATE('2stHNKe7n6SxIJfnaAtgoy',$,'RefrigerantClass','Refrigerant class used by the condenser.\X2\000A\X0\CFC: Chlorofluorocarbons.\X2\000A\X0\HCFC: Hydrochlorofluorocarbons.\X2\000A\X0\HFC: Hydrofluorocarbons.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#602,$,$,$,.READWRITE.); #602=IFCPROPERTYENUMERATION('PEnum_RefrigerantClass',(IFCLABEL('CFC'),IFCLABEL('HCFC'),IFCLABEL('HFC'),IFCLABEL('HYDROCARBONS'),IFCLABEL('AMMONIA'),IFCLABEL('CO2'),IFCLABEL('H2O'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #603=IFCSIMPLEPROPERTYTEMPLATE('1W9p$nWUH5oe0ods0LAcFq',$,'RefrigerantType','Refrigerant material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -614,7 +614,7 @@ DATA; #607=IFCSIMPLEPROPERTYTEMPLATE('1WKeNc0kz5FRm6e3KK1H2t',$,'InternalWaterVolume','Internal volume of condenser (water side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); #608=IFCSIMPLEPROPERTYTEMPLATE('2p03PQWi97IvZqpEFU8LQD',$,'NominalHeatTransferArea','Nominal heat transfer surface area associated with nominal overall heat transfer coefficient.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #609=IFCSIMPLEPROPERTYTEMPLATE('2xAeQ6mtH5ng2D410c167L',$,'NominalHeatTransferCoefficient','Nominal overall heat transfer coefficient associated with nominal heat transfer area.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,.READWRITE.); -#610=IFCPROPERTYSETTEMPLATE('1joRv3VaTExhCv03p96Nvk',$,'Pset_CooledBeamPHistory','Definition from IAI: Common performance history attributes for a cooled beam.\X2\000A\X0\',$,'IfcPerformanceHistory',(#611,#612,#613,#614,#615,#616,#617,#618,#619,#620,#621,#622,#623)); +#610=IFCPROPERTYSETTEMPLATE('1joRv3VaTExhCv03p96Nvk',$,'Pset_CooledBeamPHistory','Definition from IAI: Common performance history attributes for a cooled beam.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#611,#612,#613,#614,#615,#616,#617,#618,#619,#620,#621,#622,#623)); #611=IFCSIMPLEPROPERTYTEMPLATE('2H$flA8rj4yvIxg3x1Lfsd',$,'TotalCoolingCapacity','Total cooling capacity. This includes cooling capacity of beam and cooling capacity of supply air',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #612=IFCSIMPLEPROPERTYTEMPLATE('0RF$q3MbP0CRrZCObcywh$',$,'TotalHeatingCapacity','Total heating capacity. This includes heating capacity of beam and heating capacity of supply air',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #613=IFCSIMPLEPROPERTYTEMPLATE('2QQYHbS4nBvvN8oUV3KrYk',$,'BeamCoolingCapacity','Cooling capacity of beam. This excludes cooling capacity of supply air',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); @@ -628,18 +628,18 @@ DATA; #621=IFCSIMPLEPROPERTYTEMPLATE('2mV08dhrj7$BVptfXb31W2',$,'ReturnWaterTemperatureCooling','Return water temperature in cooling mode',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMODYNAMICTEMPERATUREMEASURE',$,$,$,$,.READWRITE.); #622=IFCSIMPLEPROPERTYTEMPLATE('3dlZ1csTv3mRUM0ohDr8lX',$,'SupplyWaterTemperatureHeating','Supply water temperature in heating mode',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMODYNAMICTEMPERATUREMEASURE',$,$,$,$,.READWRITE.); #623=IFCSIMPLEPROPERTYTEMPLATE('0Mv_mKxaD5fedndr75x0I6',$,'ReturnWaterTemperatureHeating','Return water temperature in heating mode',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMODYNAMICTEMPERATUREMEASURE',$,$,$,$,.READWRITE.); -#624=IFCPROPERTYSETTEMPLATE('1ggYGKGQP55vcmLtKIG64H',$,'Pset_CooledBeamPHistoryActive','Definition from IAI: Performance history attributes for an active cooled beam.\X2\000A\X0\',$,'IfcPerformanceHistory',(#625,#626,#627)); +#624=IFCPROPERTYSETTEMPLATE('1ggYGKGQP55vcmLtKIG64H',$,'Pset_CooledBeamPHistoryActive','Definition from IAI: Performance history attributes for an active cooled beam.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#625,#626,#627)); #625=IFCSIMPLEPROPERTYTEMPLATE('3I29$bAff2RRNsoBhOlT$Z',$,'AirFlowRate','Air flow rate',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #626=IFCSIMPLEPROPERTYTEMPLATE('0rVEeAld903QtOg0UDw1c$',$,'Throw','Distance cooled beam throws the air',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOSITIVELENGTHMEASURE',$,$,$,$,.READWRITE.); #627=IFCSIMPLEPROPERTYTEMPLATE('0ylu8KwZfAmwP8wj7PrXYq',$,'AirPressureDropCurves','Air pressure drop as function of air flow rate',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); -#628=IFCPROPERTYSETTEMPLATE('2klEhr9eP7RwUUw76O8oC0',$,'Pset_CooledBeamTypeActive','Definition from IAI: Active (ventilated) cooled beam common attributes.\X2\000A\X0\',$,'IfcCooledBeamType',(#629,#631,#632,#634)); +#628=IFCPROPERTYSETTEMPLATE('2klEhr9eP7RwUUw76O8oC0',$,'Pset_CooledBeamTypeActive','Definition from IAI: Active (ventilated) cooled beam common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcCooledBeamType',(#629,#631,#632,#634)); #629=IFCSIMPLEPROPERTYTEMPLATE('2ZvIpZT9r3GgEGD70W5qu6',$,'AirFlowConfiguration','Air flow configuration type of cooled beam',.P_ENUMERATEDVALUE.,'IfcLabel',$,#630,$,$,$,.READWRITE.); #630=IFCPROPERTYENUMERATION('PEnum_CooledBeamActiveAirFlowConfigurationType',(IFCLABEL('BIDIRECTIONAL'),IFCLABEL('UNIDIRECTIONALRIGHT'),IFCLABEL('UNIDIRECTIONALLEFT'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #631=IFCSIMPLEPROPERTYTEMPLATE('0ZQJRmykDBVQWlMWkhZoKe',$,'AirflowRateRange','Possible range of airflow that can be delivered ',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #632=IFCSIMPLEPROPERTYTEMPLATE('3nymMosOP3_fafSosQUuWf',$,'SupplyAirConnectionType','The manner in which the pipe connection is made to the cooled beam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#633,$,$,$,.READWRITE.); #633=IFCPROPERTYENUMERATION('PEnum_CooledBeamSupplyAirConnectionType',(IFCLABEL('STRAIGHT'),IFCLABEL('RIGHT'),IFCLABEL('LEFT'),IFCLABEL('TOP'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #634=IFCSIMPLEPROPERTYTEMPLATE('20BJrrFD5BNw1REZEXtjbW',$,'ConnectionSize','Duct connection diameter',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#635=IFCPROPERTYSETTEMPLATE('0i0L$0oXH5mBeEb5BTUFmD',$,'Pset_CooledBeamTypeCommon','Definition from IAI: Cooled beam common attributes.\X2\000A\X0\SoundLevel and SoundAttenuation attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',$,'IfcCooledBeamType',(#636,#637,#639,#640,#641,#642,#643,#644,#645,#646,#647,#648,#649,#650,#651,#652,#654,#656,#657,#658,#659,#660)); +#635=IFCPROPERTYSETTEMPLATE('0i0L$0oXH5mBeEb5BTUFmD',$,'Pset_CooledBeamTypeCommon','Definition from IAI: Cooled beam common attributes.\X2\000A\X0\SoundLevel and SoundAttenuation attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCooledBeamType',(#636,#637,#639,#640,#641,#642,#643,#644,#645,#646,#647,#648,#649,#650,#651,#652,#654,#656,#657,#658,#659,#660)); #636=IFCSIMPLEPROPERTYTEMPLATE('1sDl8PxzT67fxD7jgP3$k$',$,'IsFreeHanging','Is it free hanging type (not mounted in a false ceiling)?',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #637=IFCSIMPLEPROPERTYTEMPLATE('0NeLmWJ4P7zv6$Ls$IeiPR',$,'WaterFlowControlSystemType','Factory fitted waterflow control system',.P_ENUMERATEDVALUE.,'IfcLabel',$,#638,$,$,$,.READWRITE.); #638=IFCPROPERTYENUMERATION('PEnum_CooledBeamWaterFlowControlSystemType',(IFCLABEL('NONE'),IFCLABEL('ONOFFVALVE'),IFCLABEL('2WAYVALVE'),IFCLABEL('3WAYVALVE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); @@ -665,13 +665,13 @@ DATA; #658=IFCSIMPLEPROPERTYTEMPLATE('16FZtiDY1AIeLxQ88K8YwC',$,'CoilLength','Length of coil',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #659=IFCSIMPLEPROPERTYTEMPLATE('1XVKX8Jv97Mx98Aso8GH7f',$,'CoilWidth','Width of coil',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #660=IFCSIMPLEPROPERTYTEMPLATE('11m$TelPr83ARTOBuNpjgm',$,'ConnectionSize','Pipe connection diameter',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#661=IFCPROPERTYSETTEMPLATE('1tt4BInx1ERO_o8YAWbaFI',$,'Pset_CoolingTowerPHistory','Definition from IAI: Cooling tower performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#662,#663,#664,#665,#666)); +#661=IFCPROPERTYSETTEMPLATE('1tt4BInx1ERO_o8YAWbaFI',$,'Pset_CoolingTowerPHistory','Definition from IAI: Cooling tower performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#662,#663,#664,#665,#666)); #662=IFCSIMPLEPROPERTYTEMPLATE('0aTtarqCv6F8ECnGiKmTnV',$,'Capacity','Cooling tower capacity in terms of heat transfer rate of the cooling tower between air stream and water stream.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #663=IFCSIMPLEPROPERTYTEMPLATE('2h2znE3uz0ZBGwUg$tLnRY',$,'HeatTransferCoefficient','Heat transfer coefficient-area product.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #664=IFCSIMPLEPROPERTYTEMPLATE('2R$vGhkyH6K98HBdm$5K$2',$,'SumpHeaterPower','Electrical heat power of sump heater.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #665=IFCSIMPLEPROPERTYTEMPLATE('2A_iNPdPrDR9jox6F3zyzD',$,'UACurve','UA value as a function of fan speed at certain water flow rate, UA = f ( fan speed).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #666=IFCSIMPLEPROPERTYTEMPLATE('2ed7CPH4fD7hjnW5MdxkcK',$,'Performance','Water temperature change as a function of wet-bulb temperature, water entering temperature, water flow rate, air flow rate, Tdiff = f ( Twet-bulb, Twater,in, mwater, mair).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); -#667=IFCPROPERTYSETTEMPLATE('1z6T3fRDH9Cguk23smM8rj',$,'Pset_CoolingTowerTypeCommon','Definition from IAI: Cooling tower type common attributes.\X2\000A\X0\WaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',$,'IfcCoolingTowerType',(#668,#669,#671,#673,#675,#677,#679,#680,#681,#682,#683,#684,#685,#686,#687,#688)); +#667=IFCPROPERTYSETTEMPLATE('1z6T3fRDH9Cguk23smM8rj',$,'Pset_CoolingTowerTypeCommon','Definition from IAI: Cooling tower type common attributes.\X2\000A\X0\WaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCoolingTowerType',(#668,#669,#671,#673,#675,#677,#679,#680,#681,#682,#683,#684,#685,#686,#687,#688)); #668=IFCSIMPLEPROPERTYTEMPLATE('0wAeY4SOrDveyuYsDMHrSL',$,'NominalCapacity','Nominal cooling tower capacity in terms of heat transfer rate of the cooling tower between air stream and water stream at nominal conditions.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #669=IFCSIMPLEPROPERTYTEMPLATE('1GGMohL7bCrx9jpMT6sl1p',$,'CircuitType','OpenCircuit: Exposes water directly to the cooling atmosphere.\X2\000A\X0\CloseCircuit: The fluid is separated from the atmosphere by a heat exchanger.\X2\000A\X0\Wet: The air stream or the heat exchange surface is evaporatively cooled.\X2\000A\X0\Dry: No evaporation into the air stream.\X2\000A\X0\DryWet: A combination of a dry tower and a wet tower.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#670,$,$,$,.READWRITE.); #670=IFCPROPERTYENUMERATION('PEnum_CoolingTowerCircuitType',(IFCLABEL('OPENCIRCUIT'),IFCLABEL('CLOSEDCIRCUITWET'),IFCLABEL('CLOSEDCIRCUITDRY'),IFCLABEL('CLOSEDCIRCUITDRYWET'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); @@ -693,14 +693,14 @@ DATA; #686=IFCSIMPLEPROPERTYTEMPLATE('18g4tEWWPDQeVoKc4pQlna',$,'Weight','Weight of cooling tower.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); #687=IFCSIMPLEPROPERTYTEMPLATE('2kavt4TnLCauUEI80oDYqe',$,'AmbientDesignDryBulbTemperature','Ambient design dry bulb temperature used for selecting the cooling tower. ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #688=IFCSIMPLEPROPERTYTEMPLATE('2759v34qzCKPbCN1I0ymgd',$,'AmbientDesignWetBulbTemperature','Ambient design wet bulb temperature used for selecting the cooling tower. ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); -#689=IFCPROPERTYSETTEMPLATE('3ehN5glkn2TebrAO1w1Rza',$,'Pset_DamperPHistory','Definition from IAI: Damper performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#690,#691,#692,#693,#694,#695)); +#689=IFCPROPERTYSETTEMPLATE('3ehN5glkn2TebrAO1w1Rza',$,'Pset_DamperPHistory','Definition from IAI: Damper performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#690,#691,#692,#693,#694,#695)); #690=IFCSIMPLEPROPERTYTEMPLATE('0Mrsz35pHEQ9ncr1dTBOFW',$,'AirFlowRate','Air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #691=IFCSIMPLEPROPERTYTEMPLATE('0MpBQbls1FjRdlclvBQAe$',$,'Leakage','Air leakage rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #692=IFCSIMPLEPROPERTYTEMPLATE('0LgLzdllDFW9zUVP0hG2bu',$,'PressureDrop','Pressure drop.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #693=IFCSIMPLEPROPERTYTEMPLATE('1WDWT204r7kw4Ws3FZKgOd',$,'BladePositionAngle','Blade position angle; angle between the blade and flow direction ( 0 - 90).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #694=IFCSIMPLEPROPERTYTEMPLATE('1BBzaOK$bBbPAV7NSHhgok',$,'DamperPosition','Damper position (0-1); damper position ( 0=closed=90deg position angle, 1=open=0deg position angle.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #695=IFCSIMPLEPROPERTYTEMPLATE('2d7uLvkyzCRP$v2HfHgCm7',$,'PressureLossCoefficient','Pressure loss coefficient.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); -#696=IFCPROPERTYSETTEMPLATE('3IjwQeOLX9HwzMMiZgYMLz',$,'Pset_DamperTypeCommon','Definition from IAI: Damper type common attributes.\X2\000A\X0\',$,'IfcDamperType',(#697,#699,#701,#702,#703,#704,#706,#708,#710,#711,#712,#713,#714,#715,#716,#717,#718,#719,#720,#721,#722,#723,#724,#725,#726,#727)); +#696=IFCPROPERTYSETTEMPLATE('3IjwQeOLX9HwzMMiZgYMLz',$,'Pset_DamperTypeCommon','Definition from IAI: Damper type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamperType',(#697,#699,#701,#702,#703,#704,#706,#708,#710,#711,#712,#713,#714,#715,#716,#717,#718,#719,#720,#721,#722,#723,#724,#725,#726,#727)); #697=IFCSIMPLEPROPERTYTEMPLATE('18QbGSj95As87hoOKgahNd',$,'Operation','The operational mechanism for the damper operation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#698,$,$,$,.READWRITE.); #698=IFCPROPERTYENUMERATION('PEnum_DamperOperation',(IFCLABEL('AUTOMATIC'),IFCLABEL('MANUAL'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #699=IFCSIMPLEPROPERTYTEMPLATE('1oCnZwIkn09xNfJ9e5EgAY',$,'Orientation','The intended orientation for the damper as specified by the manufacturer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#700,$,$,$,.READWRITE.); @@ -732,24 +732,24 @@ DATA; #725=IFCSIMPLEPROPERTYTEMPLATE('3Xd8pypB5C7Om6JDbysdAk',$,'FrameMaterial','The material from which the damper frame is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #726=IFCSIMPLEPROPERTYTEMPLATE('2p07K$DQH7jhI8oaLzFVM2',$,'FrameThickness','The thickness of the damper frame material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #727=IFCSIMPLEPROPERTYTEMPLATE('2vGb$6GtXD0uMbr8ec7jnK',$,'CloseOffRating','Close off rating. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#728=IFCPROPERTYSETTEMPLATE('2Yg9e0jJrDTATL1btKJyMA',$,'Pset_DamperTypeControlDamper','Definition from IAI: Control damper type attributes.\X2\000A\X0\Pset renamed from Pset_DamperTypeControl to Pset_DamperTypeControlDamper in IFC2x2 Pset Addendum.\X2\000A\X0\',$,'IfcDamperType',(#729,#730)); +#728=IFCPROPERTYSETTEMPLATE('2Yg9e0jJrDTATL1btKJyMA',$,'Pset_DamperTypeControlDamper','Definition from IAI: Control damper type attributes.\X2\000A\X0\Pset renamed from Pset_DamperTypeControl to Pset_DamperTypeControlDamper in IFC2x2 Pset Addendum.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamperType',(#729,#730)); #729=IFCSIMPLEPROPERTYTEMPLATE('1I4Ttr0x169B912OdJQVgL',$,'TorqueRange','Torque range: minimum operational torque to maximum allowable torque.',.P_BOUNDEDVALUE.,'IfcTorqueMeasure',$,$,$,$,$,.READWRITE.); #730=IFCSIMPLEPROPERTYTEMPLATE('0tcmpEoIL9zPUCgpIZymzH',$,'ControlDamperOperation','The inherent characteristic of the control damper operation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#731,$,$,$,.READWRITE.); #731=IFCPROPERTYENUMERATION('PEnum_ControlDamperOperation',(IFCLABEL('LINEAR'),IFCLABEL('EXPONENTIAL'),IFCLABEL('IFCPOLYLINE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#732=IFCPROPERTYSETTEMPLATE('3Iir$IGvDFrPi9gdUl6Nub',$,'Pset_DamperTypeFireDamper','Definition from IAI: Fire damper type attributes.\X2\000A\X0\Pset renamed from Pset_DamperTypeFire to Pset_DamperTypeFireDamper in IFC2x2 Pset Addendum.',$,'IfcDamperType',(#733,#735,#737,#738)); +#732=IFCPROPERTYSETTEMPLATE('3Iir$IGvDFrPi9gdUl6Nub',$,'Pset_DamperTypeFireDamper','Definition from IAI: Fire damper type attributes.\X2\000A\X0\Pset renamed from Pset_DamperTypeFire to Pset_DamperTypeFireDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamperType',(#733,#735,#737,#738)); #733=IFCSIMPLEPROPERTYTEMPLATE('3g_ALQc9jADPgJr99VlouG',$,'ActuationType','Enumeration that identifies the different types of dampers ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#734,$,$,$,.READWRITE.); #734=IFCPROPERTYENUMERATION('PEnum_FireDamperActuationType',(IFCLABEL('GRAVITY'),IFCLABEL('SPRING'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #735=IFCSIMPLEPROPERTYTEMPLATE('1g7FXP_J13T9pWzgoIimf$',$,'ClosureRatingEnum','Enumeration that identifies the closure rating for the damper ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#736,$,$,$,.READWRITE.); #736=IFCPROPERTYENUMERATION('PEnum_FireDamperClosureRating',(IFCLABEL('DYNAMIC'),IFCLABEL('STATIC'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #737=IFCSIMPLEPROPERTYTEMPLATE('2kXDAv6kv5Hh4EXwQVEHRV',$,'FireResistanceRating','Measure of the fire resistance rating in hours (e.g., 1.5 hours, 2 hours, etc.). ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #738=IFCSIMPLEPROPERTYTEMPLATE('1UJ0RKTNf66OvZyVkUklIT',$,'FusibleLinkTemperature','The temperature that the fusible link melts ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); -#739=IFCPROPERTYSETTEMPLATE('3Vh0feZDj0rglUPdck26qq',$,'Pset_DamperTypeFireSmokeDamper','Definition from IAI: Combination Fire and Smoke damper type attributes.\X2\000A\X0\New Pset in IFC2x2 Pset Addendum.',$,'IfcDamperType',(#740)); +#739=IFCPROPERTYSETTEMPLATE('3Vh0feZDj0rglUPdck26qq',$,'Pset_DamperTypeFireSmokeDamper','Definition from IAI: Combination Fire and Smoke damper type attributes.\X2\000A\X0\New Pset in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamperType',(#740)); #740=IFCSIMPLEPROPERTYTEMPLATE('2$HK237zbEze49MDa9olCD',$,'ControlType','The type of control used to operate the damper (e.g., Open/Closed Indicator, Resetable Temperature Sensor, Temperature Override, etc.) ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#741=IFCPROPERTYSETTEMPLATE('2t1kjUaCn7mgHNcDJjyAd9',$,'Pset_DamperTypeSmokeDamper','Definition from IAI: Smoke damper type attributes.\X2\000A\X0\Pset renamed from Pset_DamperTypeSmoke to Pset_DamperTypeSmokeDamper in IFC2x2 Pset Addendum.',$,'IfcDamperType',(#742)); +#741=IFCPROPERTYSETTEMPLATE('2t1kjUaCn7mgHNcDJjyAd9',$,'Pset_DamperTypeSmokeDamper','Definition from IAI: Smoke damper type attributes.\X2\000A\X0\Pset renamed from Pset_DamperTypeSmoke to Pset_DamperTypeSmokeDamper in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDamperType',(#742)); #742=IFCSIMPLEPROPERTYTEMPLATE('0ZrMRFYCvBDxZkb5C1U2RF',$,'ControlType','The type of control used to operate the damper (e.g., Open/Closed Indicator, Resetable Temperature Sensor, Temperature Override, etc.) ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#743=IFCPROPERTYSETTEMPLATE('1usmkdsG98PvAhgXg_3ej8',$,'Pset_DuctConnection','Definition from IAI: This property set is used to define the various types of duct connections. It is applied to occurrences of duct segments and fittings.\X2\000A\X0\',$,'IfcDistributionElement',(#744)); +#743=IFCPROPERTYSETTEMPLATE('1usmkdsG98PvAhgXg_3ej8',$,'Pset_DuctConnection','Definition from IAI: This property set is used to define the various types of duct connections. It is applied to occurrences of duct segments and fittings.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionElement',(#744)); #744=IFCSIMPLEPROPERTYTEMPLATE('3lLwXJUyf8aeaPOMvLmpA$',$,'ConnectionType','The connection type between duct segments or fittings and other segments or fittings. If the list contains only one value, then this connection type value applies to all ports. For more than one value in the list, the connection type value applies to the port that corresponds to the list index.The following suggested items should be utilized whenever possible for correlation with port enumerations:\X2\000A\X0\ANGLE: Angle. \X2\000A\X0\BEADEDSLEEVE: Beaded Sleeve. \X2\000A\X0\BRAZED: Brazed. \X2\000A\X0\COMPRESSION: Compression. \X2\000A\X0\CRIMP: Crimp. \X2\000A\X0\DRAWBAND: Drawband. \X2\000A\X0\DRIVESLIP: Drive slip. \X2\000A\X0\FLANGED: Flanged. \X2\000A\X0\OUTSIDESLEEVE: Outside Sleeve. \X2\000A\X0\SLIPON: Slipon. \X2\000A\X0\SOLDERED: Soldered. \X2\000A\X0\SSLIP: S-Slip. \X2\000A\X0\STANDINGSEAM: Standing seam. \X2\000A\X0\SWEDGE: Swedge. \X2\000A\X0\WELDED: Welded. \X2\000A\X0\NONE: No connection type.\X2\000A\X0\NOTDEFINED: Undefined connection type. ',.P_LISTVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#745=IFCPROPERTYSETTEMPLATE('3GClOYahXBdRhgxZo5duM4',$,'Pset_DuctDesignCriteria','Definition from IAI: This property set is used to define the general characteristics of the duct design parameters. This property set is typically attached to an instance of an IfcSystem, however, it may also be attached to individual elements within a duct distribution system where individual design parameters overrule those of the system.\X2\000A\X0\HISTORY: New property set in IFC Release 2.0.\X2\000A\X0\',$,'IfcSystem',(#746,#747,#749,#750,#751,#752,#753,#754,#755,#756,#757)); +#745=IFCPROPERTYSETTEMPLATE('3GClOYahXBdRhgxZo5duM4',$,'Pset_DuctDesignCriteria','Definition from IAI: This property set is used to define the general characteristics of the duct design parameters. This property set is typically attached to an instance of an IfcSystem, however, it may also be attached to individual elements within a duct distribution system where individual design parameters overrule those of the system.\X2\000A\X0\HISTORY: New property set in IFC Release 2.0.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcSystem',(#746,#747,#749,#750,#751,#752,#753,#754,#755,#756,#757)); #746=IFCSIMPLEPROPERTYTEMPLATE('2m1Xi6_jTB5ADfyQMthU2h',$,'DesignName','A name for the design values ',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #747=IFCSIMPLEPROPERTYTEMPLATE('2O8yERf95CGOJdDSEjEWP1',$,'DuctSizingMethod','Enumeration that identifies the methodology to be used to size system components ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#748,$,$,$,.READWRITE.); #748=IFCPROPERTYENUMERATION('PEnum_DuctSizingMethod',(IFCLABEL('CONSTANTFRICTION'),IFCLABEL('CONSTANTPRESSURE'),IFCLABEL('STATICREGAIN'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); @@ -762,11 +762,11 @@ DATA; #755=IFCSIMPLEPROPERTYTEMPLATE('3EOLK3O6fADfvKIfpIKGvG',$,'AspectRatio','The default aspect ratio ',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #756=IFCSIMPLEPROPERTYTEMPLATE('2DxYV9CKj86xN0OVIo8UIM',$,'MinimumHeight','The minimum duct height for rectangular, oval or round duct ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #757=IFCSIMPLEPROPERTYTEMPLATE('04$NpAFbb5Jvd1$ss0dLqo',$,'MinimumWidth','The minimum duct width for oval or rectangular duct ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#758=IFCPROPERTYSETTEMPLATE('3h5qdtcyr4rRRxm2dlIB14',$,'Pset_DuctFittingPHistory','Definition from IAI: Duct fitting performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#759,#760,#761)); +#758=IFCPROPERTYSETTEMPLATE('3h5qdtcyr4rRRxm2dlIB14',$,'Pset_DuctFittingPHistory','Definition from IAI: Duct fitting performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#759,#760,#761)); #759=IFCSIMPLEPROPERTYTEMPLATE('2Q3oP54vHD_hjS3Ny3EEaR',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); #760=IFCSIMPLEPROPERTYTEMPLATE('2Q$ykuAIzFpOqzalIuZIgM',$,'AtmosphericPressure','Ambient atmospheric pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #761=IFCSIMPLEPROPERTYTEMPLATE('140tTc98rB8AiWuA6ai5Lh',$,'AirFlowLeakage','Volumetric leakage flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); -#762=IFCPROPERTYSETTEMPLATE('2_nz5MO5592RNFnJ2Odluq',$,'Pset_DuctFittingTypeCommon','Definition from IAI: Duct fitting type common attributes.\X2\000A\X0\',$,'IfcDuctFittingType',(#763,#764,#765,#766,#767,#768,#769,#770,#771,#772)); +#762=IFCPROPERTYSETTEMPLATE('2_nz5MO5592RNFnJ2Odluq',$,'Pset_DuctFittingTypeCommon','Definition from IAI: Duct fitting type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctFittingType',(#763,#764,#765,#766,#767,#768,#769,#770,#771,#772)); #763=IFCSIMPLEPROPERTYTEMPLATE('0_lXlTNaD8v9vRrfIfLbM8',$,'SubType','Subtype of fitting (I.e., 5-gore, pleated, stamped, etc.) ',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #764=IFCSIMPLEPROPERTYTEMPLATE('2gxHo$w6D8avhoLRvYZTko',$,'Material','The duct fitting material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #765=IFCSIMPLEPROPERTYTEMPLATE('0rdIfSjfHEzOOb5zjo2QSa',$,'MaterialThickness','The thickness of the duct fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -777,12 +777,12 @@ DATA; #770=IFCSIMPLEPROPERTYTEMPLATE('33AgJM$_n7OuL0JW1cUid4',$,'NominalDiameterOrWidth','The nominal diameter or width of the duct fitting. If the list contains only one value, then this nominal diameter or width applies to all ports. For more than value in the list, the nominal diameter or width value applies to the port that corresponds to the list index.',.P_LISTVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #771=IFCSIMPLEPROPERTYTEMPLATE('2QAqAHO$97AuX2h5kW9oqF',$,'NominalHeight','The nominal height of the duct fitting. Refer to NominalDiameterOrWidth for comments about interpretation of multiple items in the list.',.P_LISTVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #772=IFCSIMPLEPROPERTYTEMPLATE('3$MxM6McHCevTX3I4xTf3w',$,'EndStyleTreatment','The end-style treatment of the duct fitting manufactured. If the list contains only one value, then this end-style applies to all ports. For more than one value in the list, the end-style value applies to the port that corresponds to the list index.The following suggested items should be utilized whenever possible for correlation with port enumerations:\X2\000A\X0\ANGLE: Angle. \X2\000A\X0\BEADEDSLEEVE: Beaded Sleeve. \X2\000A\X0\BRAZED: Brazed. \X2\000A\X0\COMPRESSION: Compression. \X2\000A\X0\CRIMP: Crimp. \X2\000A\X0\DRAWBAND: Drawband. \X2\000A\X0\DRIVESLIP: Drive slip. \X2\000A\X0\FLANGED: Flanged. \X2\000A\X0\OUTSIDESLEEVE: Outside Sleeve. \X2\000A\X0\SLIPON: Slipon. \X2\000A\X0\SOLDERED: Soldered. \X2\000A\X0\SSLIP: S-Slip. \X2\000A\X0\STANDINGSEAM: Standing seam. \X2\000A\X0\SWEDGE: Swedge. \X2\000A\X0\WELDED: Welded. \X2\000A\X0\NONE: No end-style treatment has been applied.\X2\000A\X0\NOTDEFINED: Undefined end-style type. ',.P_LISTVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#773=IFCPROPERTYSETTEMPLATE('2uxHmHfTT0uRyKASKx9IAA',$,'Pset_DuctSegmentPHistory','Definition from IAI: Duct segment performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#774,#775,#776,#777)); +#773=IFCPROPERTYSETTEMPLATE('2uxHmHfTT0uRyKASKx9IAA',$,'Pset_DuctSegmentPHistory','Definition from IAI: Duct segment performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#774,#775,#776,#777)); #774=IFCSIMPLEPROPERTYTEMPLATE('0gxPnl2gP8mBloouqZckgB',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); #775=IFCSIMPLEPROPERTYTEMPLATE('1HOPale912pf4uYNTqzxjQ',$,'AtmosphericPressure','Ambient atmospheric pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #776=IFCSIMPLEPROPERTYTEMPLATE('0rrQ8md4zCc96azziajk2s',$,'LeakageCurve','Leakage per unit length curve versus working pressure. If a scalar is expressed then it represents LeakageClass which is flowrate per unit area at a specified pressure rating (e.g., ASHRAE Fundamentals 2001 34.16.).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #777=IFCSIMPLEPROPERTYTEMPLATE('1sVlBObK1DdejFQ0MQpwTs',$,'FluidFlowLeakage','Volumetric leakage flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); -#778=IFCPROPERTYSETTEMPLATE('2pw6OYf4L3jgfw7DiZXYqH',$,'Pset_DuctSegmentTypeCommon','Definition from IAI: Duct segment type common attributes.\X2\000A\X0\',$,'IfcDuctSegmentType',(#779,#781,#782,#783,#784,#785,#786,#787,#788,#789,#790,#791,#792,#793)); +#778=IFCPROPERTYSETTEMPLATE('2pw6OYf4L3jgfw7DiZXYqH',$,'Pset_DuctSegmentTypeCommon','Definition from IAI: Duct segment type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctSegmentType',(#779,#781,#782,#783,#784,#785,#786,#787,#788,#789,#790,#791,#792,#793)); #779=IFCSIMPLEPROPERTYTEMPLATE('3KWFcrPGn6kPyKxnTSa5DW',$,'Shape','Cross sectional shape. Note that this shape is uniform throughout the length of the segment. For nonuniform shapes, a transition fitting should be used instead.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#780,$,$,$,.READWRITE.); #780=IFCPROPERTYENUMERATION('PEnum_DuctSegmentShape',(IFCLABEL('FLATOVAL'),IFCLABEL('RECTANGULAR'),IFCLABEL('ROUND'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #781=IFCSIMPLEPROPERTYTEMPLATE('31ur6qbODD_OryA5GUiVUR',$,'Material','The duct segment material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -798,10 +798,10 @@ DATA; #791=IFCSIMPLEPROPERTYTEMPLATE('3TOoEb7JXDrgmTgwxTbjPS',$,'EndStyleTreatment','The end-style treatment of the duct segment manufactured. If the list contains only one value, then this end-style applies to all ports. For more than one value in the list, the end-style value applies to the port that corresponds to the list index.The following suggested items should be utilized whenever possible for correlation with port enumerations:\X2\000A\X0\ANGLE: Angle. \X2\000A\X0\BEADEDSLEEVE: Beaded Sleeve. \X2\000A\X0\BRAZED: Brazed. \X2\000A\X0\COMPRESSION: Compression. \X2\000A\X0\CRIMP: Crimp. \X2\000A\X0\DRAWBAND: Drawband. \X2\000A\X0\DRIVESLIP: Drive slip. \X2\000A\X0\FLANGED: Flanged. \X2\000A\X0\OUTSIDESLEEVE: Outside Sleeve. \X2\000A\X0\SLIPON: Slipon. \X2\000A\X0\SOLDERED: Soldered. \X2\000A\X0\SSLIP: S-Slip. \X2\000A\X0\STANDINGSEAM: Standing seam. \X2\000A\X0\SWEDGE: Swedge. \X2\000A\X0\WELDED: Welded. \X2\000A\X0\NONE: No end-style treatment has been applied.\X2\000A\X0\NOTDEFINED: Undefined end-style type. ',.P_LISTVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #792=IFCSIMPLEPROPERTYTEMPLATE('1rp6VdAln2yA8yNMZN2eKo',$,'Reinforcement','The type of reinforcement, if any, used for the duct segment.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #793=IFCSIMPLEPROPERTYTEMPLATE('0shVNa2S94WhiBe3F00LU4',$,'ReinforcementSpacing','The spacing between reinforcing elements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#794=IFCPROPERTYSETTEMPLATE('0ybyLDRMLFmf2m94kJaoBC',$,'Pset_DuctSilencerPHistory','Definition from IAI: Duct silencer performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#795,#796)); +#794=IFCPROPERTYSETTEMPLATE('0ybyLDRMLFmf2m94kJaoBC',$,'Pset_DuctSilencerPHistory','Definition from IAI: Duct silencer performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#795,#796)); #795=IFCSIMPLEPROPERTYTEMPLATE('1va32ixvf45OxrRi39d6bY',$,'AirFlowRate','Volumetric air flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #796=IFCSIMPLEPROPERTYTEMPLATE('3BpBwWCsXFieduCKHzJFP0',$,'AirPressureDropCurve','Air pressure drop as a function of air flow rate.',.P_LISTVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#797=IFCPROPERTYSETTEMPLATE('2$ob6SuhvE5xUoVcmeAgtL',$,'Pset_DuctSilencerTypeCommon','Definition from IAI: Duct silencer type common attributes.\X2\000A\X0\InsertionLoss and RegeneratedSound attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',$,'IfcDuctSilencerType',(#798,#800,#801,#802,#803,#804,#805,#806)); +#797=IFCPROPERTYSETTEMPLATE('2$ob6SuhvE5xUoVcmeAgtL',$,'Pset_DuctSilencerTypeCommon','Definition from IAI: Duct silencer type common attributes.\X2\000A\X0\InsertionLoss and RegeneratedSound attributes deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDuctSilencerType',(#798,#800,#801,#802,#803,#804,#805,#806)); #798=IFCSIMPLEPROPERTYTEMPLATE('2nhK3QK_T1G9wMFIUya8T2',$,'Shape','Cross sectional shape.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#799,$,$,$,.READWRITE.); #799=IFCPROPERTYENUMERATION('PEnum_DuctSilencerShape',(IFCLABEL('FLATOVAL'),IFCLABEL('RECTANGULAR'),IFCLABEL('ROUND'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #800=IFCSIMPLEPROPERTYTEMPLATE('2RMuZVE$vCdPULeReuFpJR',$,'HydraulicDiameter','Hydraulic diameter',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -811,23 +811,23 @@ DATA; #804=IFCSIMPLEPROPERTYTEMPLATE('3AHUhjmR16CAJ4ALDM_bQU',$,'WorkingPressureRange','Allowable minimum and maximum working pressure (relative to ambient pressure).',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #805=IFCSIMPLEPROPERTYTEMPLATE('1OBzoHJTPCSgxCaBKK3O7Y',$,'TemperatureRange','Allowable minimum and maximum temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #806=IFCSIMPLEPROPERTYTEMPLATE('2smCqLwSDDu9fTo1nkT0Gl',$,'HasExteriorInsulation','TRUE if the silencer has exterior insulation. FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#807=IFCPROPERTYSETTEMPLATE('1iv991o3z2gQfnTFlEXPZf',$,'Pset_EnergyConsumptionPHistoryElectricity','Definition from IAI: Measured electrical energy consumption properties.',$,'IfcPerformanceHistory',(#808,#809,#810,#811,#812,#813)); +#807=IFCPROPERTYSETTEMPLATE('1iv991o3z2gQfnTFlEXPZf',$,'Pset_EnergyConsumptionPHistoryElectricity','Definition from IAI: Measured electrical energy consumption properties.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#808,#809,#810,#811,#812,#813)); #808=IFCSIMPLEPROPERTYTEMPLATE('29yes6iK91fuVkrADcacDY',$,'Voltage','Operating voltage.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCELECTRICVOLTAGEMEASURE',$,$,$,$,.READWRITE.); #809=IFCSIMPLEPROPERTYTEMPLATE('3C5oRVIsf4DQsmcyKxDX6v',$,'RealPower','Real power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #810=IFCSIMPLEPROPERTYTEMPLATE('0bmXisy6v32etjj1mpQ2iZ',$,'ReactivePower','Reactive power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #811=IFCSIMPLEPROPERTYTEMPLATE('22jzApVPjD2gilzgVyP84c',$,'ApparentPower','Apparent power.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #812=IFCSIMPLEPROPERTYTEMPLATE('0vGaIrAVnDiv6dmhwPIfBY',$,'PowerFactor','Power factor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCRATIOMEASURE',$,$,$,$,.READWRITE.); #813=IFCSIMPLEPROPERTYTEMPLATE('2gGXNTsK9AHwGEqj849Pt1',$,'Current','Current.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCELECTRICCURRENTMEASURE',$,$,$,$,.READWRITE.); -#814=IFCPROPERTYSETTEMPLATE('18ypnK3LXE6POPO7709FmP',$,'Pset_EnergyConsumptionPHistoryFuel','Definition from IAI: Measured fuel energy consumption properties.',$,'IfcPerformanceHistory',(#815,#816,#817)); +#814=IFCPROPERTYSETTEMPLATE('18ypnK3LXE6POPO7709FmP',$,'Pset_EnergyConsumptionPHistoryFuel','Definition from IAI: Measured fuel energy consumption properties.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#815,#816,#817)); #815=IFCSIMPLEPROPERTYTEMPLATE('3lCr513_D3pQXOa2Ni35o4',$,'Temperature','The temperature of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMODYNAMICTEMPERATUREMEASURE',$,$,$,$,.READWRITE.); #816=IFCSIMPLEPROPERTYTEMPLATE('1mJ4GGfbrBsuHE2A3nb_yE',$,'Pressure','The pressure of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #817=IFCSIMPLEPROPERTYTEMPLATE('38IgHkuCrCrPZ9G8giHvGN',$,'Flowrate','The flowrate of the fuel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCMASSFLOWRATEMEASURE',$,$,$,$,.READWRITE.); -#818=IFCPROPERTYSETTEMPLATE('0F0GR_b411phLmCYBlUv$g',$,'Pset_EnergyConsumptionPHistorySteam','Definition from IAI: Measured steam energy consumption properties.',$,'IfcPerformanceHistory',(#819,#820,#821,#822)); +#818=IFCPROPERTYSETTEMPLATE('0F0GR_b411phLmCYBlUv$g',$,'Pset_EnergyConsumptionPHistorySteam','Definition from IAI: Measured steam energy consumption properties.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#819,#820,#821,#822)); #819=IFCSIMPLEPROPERTYTEMPLATE('0XKiEHvoj8MApp$Yh7YKkZ',$,'Temperature','Operating steam temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMODYNAMICTEMPERATUREMEASURE',$,$,$,$,.READWRITE.); #820=IFCSIMPLEPROPERTYTEMPLATE('17YbdUXgT8_h68eTXCXWcw',$,'Pressure','Operating steam pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #821=IFCSIMPLEPROPERTYTEMPLATE('3cdTJhIJr3wx$Nl6coGNxD',$,'Flowrate','The mass flowrate of the steam.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCMASSFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #822=IFCSIMPLEPROPERTYTEMPLATE('2gh_y8aDz6yhg6jaMPNsql',$,'Quality','Steam quality.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); -#823=IFCPROPERTYSETTEMPLATE('1$ZH03UsP6O9OfHFy3ddM1',$,'Pset_EvaporativeCoolerPHistory','Definition from IAI: Evaporative cooler performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#824,#825,#826,#827,#828,#829,#830,#831)); +#823=IFCPROPERTYSETTEMPLATE('1$ZH03UsP6O9OfHFy3ddM1',$,'Pset_EvaporativeCoolerPHistory','Definition from IAI: Evaporative cooler performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#824,#825,#826,#827,#828,#829,#830,#831)); #824=IFCSIMPLEPROPERTYTEMPLATE('1NuFENuIXCjvMjqRkbnraC',$,'WaterSumpTemperature','Water sump temperature.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMODYNAMICTEMPERATUREMEASURE',$,$,$,$,.READWRITE.); #825=IFCSIMPLEPROPERTYTEMPLATE('0bsv63k9z37fO2_skaoC0A',$,'Effectiveness','Ratio of the change in dry bulb temperature of the (primary) air stream to the difference between the entering dry bulb temperature of the (primary) air and the wet-bulb temperature of the (secondary) air.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #826=IFCSIMPLEPROPERTYTEMPLATE('3UxhdTfJrBJO08ZLFfSGfd',$,'SensibleHeatTransferRate','Sensible heat transfer rate to primary air flow.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); @@ -836,7 +836,7 @@ DATA; #829=IFCSIMPLEPROPERTYTEMPLATE('0GacG3bDf3hhJLsFYJRXYI',$,'EffectivenessTable','Total heat transfer effectiveness curve as a function of the primary air flow rate.',.P_LISTVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #830=IFCSIMPLEPROPERTYTEMPLATE('3VeCbjJuvBX9fsfUflzcfS',$,'AirPressureDropCurve','Air pressure drop as function of air flow rate.',.P_LISTVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #831=IFCSIMPLEPROPERTYTEMPLATE('09Xu5S9HnBn9tysur4K2TA',$,'WaterPressDropCurve','Water pressure drop as function of water flow rate.',.P_LISTVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#832=IFCPROPERTYSETTEMPLATE('28eM7SW_zEZu4BrDUNSjFC',$,'Pset_EvaporativeCoolerTypeCommon','Definition from IAI: Evaporative cooler type common attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. WaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',$,'IfcEvaporativeCoolerType',(#833,#835,#836,#837,#838,#839)); +#832=IFCPROPERTYSETTEMPLATE('28eM7SW_zEZu4BrDUNSjFC',$,'Pset_EvaporativeCoolerTypeCommon','Definition from IAI: Evaporative cooler type common attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead. WaterRequirement attribute unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcEvaporativeCoolerType',(#833,#835,#836,#837,#838,#839)); #833=IFCSIMPLEPROPERTYTEMPLATE('0vTYsRd6XDCvEH8o4Bzwbx',$,'FlowArrangement','CounterFlow: Air and water flow enter in different directions.\X2\000A\X0\CrossFlow: Air and water flow are perpendicular.\X2\000A\X0\ParallelFlow: Air and water flow enter in same directions.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#834,$,$,$,.READWRITE.); #834=IFCPROPERTYENUMERATION('PEnum_EvaporativeCoolerFlowArrangement',(IFCLABEL('COUNTERFLOW'),IFCLABEL('CROSSFLOW'),IFCLABEL('PARALLELFLOW'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #835=IFCSIMPLEPROPERTYTEMPLATE('04QsByOxDAtvGbknJNTYi6',$,'HeatExchangeArea','Heat exchange area.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); @@ -844,7 +844,7 @@ DATA; #837=IFCSIMPLEPROPERTYTEMPLATE('3NUoVG1Cj63PrlmxcX$kNt',$,'OperationTemperatureRange','Allowable operation ambient air temperature range.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #838=IFCSIMPLEPROPERTYTEMPLATE('30dWAlsIjA08asCzgleJsA',$,'Weight','Weight of the evaporative cooler.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); #839=IFCSIMPLEPROPERTYTEMPLATE('06D2ELQALABQ_S3b2psf5K',$,'WaterRequirement','Make-up water requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#840=IFCPROPERTYSETTEMPLATE('0X0m5P9jv86Q5Fo_96PSBM',$,'Pset_EvaporatorPHistory','Definition from IAI: Evaporator performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#841,#842,#843,#844,#845,#846,#847,#848,#849,#850,#851)); +#840=IFCPROPERTYSETTEMPLATE('0X0m5P9jv86Q5Fo_96PSBM',$,'Pset_EvaporatorPHistory','Definition from IAI: Evaporator performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#841,#842,#843,#844,#845,#846,#847,#848,#849,#850,#851)); #841=IFCSIMPLEPROPERTYTEMPLATE('2a1BrZFt96FgMxVy7vKqBT',$,'HeatRejectionRate','Sum of the refrigeration effect and the heat equivalent of the power input to the compressor.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); #842=IFCSIMPLEPROPERTYTEMPLATE('3BT1lKatD39OMfXbFfEvMi',$,'ExteriorHeatTransferCoefficient','Exterior heat transfer coefficient associated with exterior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMALTRANSMITTANCEMEASURE',$,$,$,$,.READWRITE.); #843=IFCSIMPLEPROPERTYTEMPLATE('38TLmoeCv8Peb55L9gww1E',$,'InteriorHeatTransferCoefficient','Interior heat transfer coefficient associated with interior surface area.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMALTRANSMITTANCEMEASURE',$,$,$,$,.READWRITE.); @@ -856,7 +856,7 @@ DATA; #849=IFCSIMPLEPROPERTYTEMPLATE('0b5e8pg3L6Ovpdumh8cZo2',$,'CompressorEvaporatorPressureDrop','Pressure drop between the evaporator outlet and the compressor inlet.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #850=IFCSIMPLEPROPERTYTEMPLATE('27NzgvzV1D_9PswMbTLSkH',$,'EvaporatorMeanVoidFraction','Mean void fraction in evaporator.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #851=IFCSIMPLEPROPERTYTEMPLATE('3sEXaEP1n7uOUhTtCT6mSI',$,'WaterFoulingResistance','Fouling resistance on water/air side.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); -#852=IFCPROPERTYSETTEMPLATE('0h98NvNBn2XAz8VstWZofW',$,'Pset_EvaporatorTypeCommon','Definition from IAI: Evaporator type common attributes.\X2\000A\X0\',$,'IfcEvaporatorType',(#853,#855,#857,#859,#860,#861,#862,#863,#864,#865)); +#852=IFCPROPERTYSETTEMPLATE('0h98NvNBn2XAz8VstWZofW',$,'Pset_EvaporatorTypeCommon','Definition from IAI: Evaporator type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcEvaporatorType',(#853,#855,#857,#859,#860,#861,#862,#863,#864,#865)); #853=IFCSIMPLEPROPERTYTEMPLATE('3MES8aF55CHeDbvwOP0ED9',$,'EvaporatorMediumType','ColdLiquid: Evaporator is using liquid type of fluid to exchange heat with refrigerant.\X2\000A\X0\ColdAir: Evaporator is using air to exchange heat with refrigerant.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#854,$,$,$,.READWRITE.); #854=IFCPROPERTYENUMERATION('PEnum_EvaporatorMediumType',(IFCLABEL('COLDLIQUID'),IFCLABEL('COLDAIR'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #855=IFCSIMPLEPROPERTYTEMPLATE('3TqU6Vxsr85A17P_tQRxQA',$,'EvaporatorCoolant','The fluid used for the coolant in the evaporator.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#856,$,$,$,.READWRITE.); @@ -870,7 +870,7 @@ DATA; #863=IFCSIMPLEPROPERTYTEMPLATE('3Y4ZDMmeTEIv7IAlY_j$Rg',$,'InternalWaterVolume','Internal volume of evaporator (water side).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); #864=IFCSIMPLEPROPERTYTEMPLATE('1XDZgnmwv48vFQT8KQS8BL',$,'NominalHeatTransferArea','Nominal heat transfer surface area associated with nominal overall heat transfer coefficient.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #865=IFCSIMPLEPROPERTYTEMPLATE('1Ztsbg3CP4MBFkXASYy1BR',$,'NominalHeatTransferCoefficient','Nominal overall heat transfer coefficient associated with nominal heat transfer area.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,.READWRITE.); -#866=IFCPROPERTYSETTEMPLATE('2cztgS8LH569H7wN_nKWqV',$,'Pset_FanPHistory','Definition from IAI: Fan performance history attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',$,'IfcPerformanceHistory',(#867,#868,#869,#870,#871,#872,#873,#874,#875,#876,#877)); +#866=IFCPROPERTYSETTEMPLATE('2cztgS8LH569H7wN_nKWqV',$,'Pset_FanPHistory','Definition from IAI: Fan performance history attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#867,#868,#869,#870,#871,#872,#873,#874,#875,#876,#877)); #867=IFCSIMPLEPROPERTYTEMPLATE('3bVctMulHEZhY0P7sGFqcN',$,'FanRotationSpeed','Fan rotation speed.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCROTATIONALFREQUENCYMEASURE',$,$,$,$,.READWRITE.); #868=IFCSIMPLEPROPERTYTEMPLATE('3yX7tMYAz1nRM0flzpEW5P',$,'WheelTipSpeed','Fan blade tip speed, typically defined as the linear speed of the tip of the fan blade furthest from the shaft. ',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCLINEARVELOCITYMEASURE',$,$,$,$,.READWRITE.); #869=IFCSIMPLEPROPERTYTEMPLATE('2ixi8u5Aj8KgkAmNlTHyne',$,'FanEfficiency','Fan mechanical efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); @@ -882,7 +882,7 @@ DATA; #875=IFCSIMPLEPROPERTYTEMPLATE('2skmSdgt99EPWut4d5bDT_',$,'DischargeVelocity','The speed at which air discharges from the fan through the fan housing discharge opening. ',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCLINEARVELOCITYMEASURE',$,$,$,$,.READWRITE.); #876=IFCSIMPLEPROPERTYTEMPLATE('1aqW0ANY5CHQ1Qzp5DZSPo',$,'DischargePressureLoss','Fan discharge pressure loss associated with the discharge arrangement.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #877=IFCSIMPLEPROPERTYTEMPLATE('1T7S6J7X9AgwGd1KcDFOOM',$,'DrivePowerLoss','Fan drive power losses associated with the type of connection between the motor and the fan wheel.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); -#878=IFCPROPERTYSETTEMPLATE('0PNWL06PbB5BJfvU0irDZk',$,'Pset_FanTypeCommon','Definition from IAI: Fan type common attributes.\X2\000A\X0\',$,'IfcFanType',(#879,#881,#883,#884,#885,#886,#887,#888,#889,#890,#891,#892)); +#878=IFCPROPERTYSETTEMPLATE('0PNWL06PbB5BJfvU0irDZk',$,'Pset_FanTypeCommon','Definition from IAI: Fan type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFanType',(#879,#881,#883,#884,#885,#886,#887,#888,#889,#890,#891,#892)); #879=IFCSIMPLEPROPERTYTEMPLATE('3oA6i6_tf5$fPts6jlGVVm',$,'MotorDriveType','Motor drive type:\X2\000A\X0\DIRECTDRIVE: Direct drive. \X2\000A\X0\BELTDRIVE: Belt drive. \X2\000A\X0\COUPLING: Coupling. \X2\000A\X0\OTHER: Other type of motor drive. \X2\000A\X0\NOTKNOWN: Unknown motor drive type.\X2\000A\X0\UNSET: Unspecified motor drive type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#880,$,$,$,.READWRITE.); #880=IFCPROPERTYENUMERATION('PEnum_FanMotorConnectionType',(IFCLABEL('DIRECTDRIVE'),IFCLABEL('BELTDRIVE'),IFCLABEL('COUPLING'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #881=IFCSIMPLEPROPERTYTEMPLATE('2B1_j0Xg58MwXLEmuE8WBG',$,'CapacityControlType','\X2\000A\X0\InletVane: Control by adjusting inlet vane\X2\000A\X0\VariableSpeedDrive: Control by variable speed drive \X2\000A\X0\BladePitchAngle: Control by adjusting blade pitch angle\X2\000A\X0\TwoSpeed: Control by switch between high and low speed\X2\000A\X0\DischargeDamper: Control by modulating discharge damper',.P_ENUMERATEDVALUE.,'IfcLabel',$,#882,$,$,$,.READWRITE.); @@ -897,15 +897,15 @@ DATA; #890=IFCSIMPLEPROPERTYTEMPLATE('1BEa968pn3rP7UyiaakVBx',$,'NominalRotationSpeed','Nominal fan wheel speed.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,.READWRITE.); #891=IFCSIMPLEPROPERTYTEMPLATE('20WsLucOb6dh2i$G$Hd2B_',$,'NominalPowerRate','Nominal fan power rate.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #892=IFCSIMPLEPROPERTYTEMPLATE('0Up6d$iTH2eeur9CP7aWlq',$,'OperationalCriteria','Time of operation at maximum operational ambient air temperature.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#893=IFCPROPERTYSETTEMPLATE('1rh_PpLgvAYx$4QBvDjeJ$',$,'Pset_FanTypeSmokeControl','Definition from IAI: Smoke control attributes of a fan participating as part of a smoke control system.\X2\000A\X0\',$,'IfcFanType',(#894,#895,#896)); +#893=IFCPROPERTYSETTEMPLATE('1rh_PpLgvAYx$4QBvDjeJ$',$,'Pset_FanTypeSmokeControl','Definition from IAI: Smoke control attributes of a fan participating as part of a smoke control system.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFanType',(#894,#895,#896)); #894=IFCSIMPLEPROPERTYTEMPLATE('2TCwFOHEn26OgRXYjbtdKW',$,'OperationalCriteria','Time of operation at maximum operational ambient air temperature.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); #895=IFCSIMPLEPROPERTYTEMPLATE('1MLZKTJvP3RfuAvHZUaQ3q',$,'MaximumDesignTemperature','Maximum design operational temperature.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #896=IFCSIMPLEPROPERTYTEMPLATE('3S70Aw2wz1DOF$HVWVl2tl',$,'SmokeControlFlowrate','Flowrate of fan while operating as a part of the smoke control system.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#897=IFCPROPERTYSETTEMPLATE('37K8coRvfE$us4Tg4tWDPP',$,'Pset_FilterPHistory','Definition from IAI: Filter performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#898,#899,#900)); +#897=IFCPROPERTYSETTEMPLATE('37K8coRvfE$us4Tg4tWDPP',$,'Pset_FilterPHistory','Definition from IAI: Filter performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#898,#899,#900)); #898=IFCSIMPLEPROPERTYTEMPLATE('04aWORbZ56GRfppdRYgHsv',$,'CountedEfficiency','Filter efficiency based the particle counts concentration before and after filter against particles with certain size distribution.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); #899=IFCSIMPLEPROPERTYTEMPLATE('3iGINvzx95O8pphySiI0oD',$,'WeightedEfficiency','Filter efficiency based the particle weight concentration before and after filter against particles with certain size distribution.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); #900=IFCSIMPLEPROPERTYTEMPLATE('095m_s5ob4NQZJKjHKFe2O',$,'ParticleMassHolding','Mass of particle holding in the filter.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCMASSMEASURE',$,$,$,$,.READWRITE.); -#901=IFCPROPERTYSETTEMPLATE('2FyznM_Ej8TO527vJ8MMH$',$,'Pset_FilterTypeAirParticleFilter','Definition from IAI: Air particle filter type attributes.\X2\000A\X0\',$,'IfcFilterType',(#902,#904,#905,#906,#908,#909,#910,#911,#912,#913,#914,#915)); +#901=IFCPROPERTYSETTEMPLATE('2FyznM_Ej8TO527vJ8MMH$',$,'Pset_FilterTypeAirParticleFilter','Definition from IAI: Air particle filter type attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilterType',(#902,#904,#905,#906,#908,#909,#910,#911,#912,#913,#914,#915)); #902=IFCSIMPLEPROPERTYTEMPLATE('1mBHuoHnv4fBJBPez3EJMu',$,'AirParticleFilterType','A panel dry type extended surface filter is a dry-type air filter with random fiber mats or blankets in the forms of pockets, V-shaped or radial pleats, and include the following:\X2\000A\X0\CoarseFilter: Filter with a efficiency lower than 30% for atmosphere dust-spot.\X2\000A\X0\CoarseMetalScreen: Filter made of metal screen.\X2\000A\X0\CoarseCellFoams: Filter made of cell foams.\X2\000A\X0\CoarseSpunGlass: Filter made of spun glass.\X2\000A\X0\MediumFilter: Filter with an efficiency between 30-98% for atmosphere dust-spot.\X2\000A\X0\MediumElectretFilter: Filter with fine electret synthetic fibers.\X2\000A\X0\MediumNaturalFiberFilter: Filter with natural fibers.\X2\000A\X0\HEPAFilter: High efficiency particulate air filter.\X2\000A\X0\ULPAFilter: Ultra low penetration air filter.\X2\000A\X0\MembraneFilters: Filter made of membrane for certain pore diameters in flat sheet and pleated form.\X2\000A\X0\A renewable media with a moving curtain viscous filter are random-fiber media coated with viscous substance in roll form or curtain where fresh media is fed across the face of the filter and the dirty media is rewound onto a roll at the bottom or to into a reservoir:\X2\000A\X0\RollForm: Viscous filter used in roll form.\X2\000A\X0\AdhesiveReservoir: Viscous filter used in moving curtain form.\X2\000A\X0\A renewable moving curtain dry media filter is a random-fiber dry media of relatively high porosity used in moving-curtain(roll) filters.\X2\000A\X0\An electrical filter uses electrostatic precipitation to remove and collect particulate contaminants.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#903,$,$,$,.READWRITE.); #903=IFCPROPERTYENUMERATION('PEnum_FilterAirParticleFilterType',(IFCLABEL('COARSEMETALSCREEN'),IFCLABEL('COARSECELLFOAMS'),IFCLABEL('COARSESPUNGLASS'),IFCLABEL('MEDIUMELECTRETFILTER'),IFCLABEL('MEDIUMNATURALFIBERFILTER'),IFCLABEL('HEPAFILTER'),IFCLABEL('ULPAFILTER'),IFCLABEL('MEMBRANEFILTERS'),IFCLABEL('RENEWABLEMOVINGCURTIANDRYMEDIAFILTER'),IFCLABEL('ELECTRICALFILTER'),IFCLABEL('ROLLFORM'),IFCLABEL('ADHESIVERESERVOIR'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #904=IFCSIMPLEPROPERTYTEMPLATE('1bcZUDXAT5BgiPYlBPAyOP',$,'FrameMaterial','Filter frame material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -920,7 +920,7 @@ DATA; #913=IFCSIMPLEPROPERTYTEMPLATE('3$fOm_Q293ogGQjU9WuYWl',$,'PressureDropCurve','Under certain dust holding weight, DelPressure = f (fluidflowRate)',.P_TABLEVALUE.,'IfcPressureMeasure','IfcReal',$,$,$,'DelPressure = f (fluidflowRate)',.READWRITE.); #914=IFCSIMPLEPROPERTYTEMPLATE('3w7VL$7Rn42g76LMIzJz4i',$,'CountedEfficiencyCurve','Counted efficiency curve as a function of dust holding weight, efficiency = f (dust holding weight).',.P_TABLEVALUE.,'IfcReal','IfcReal',$,$,$,'efficiency = f (dust holding weight)',.READWRITE.); #915=IFCSIMPLEPROPERTYTEMPLATE('1VMwu2Xej7G9EzW40IPBau',$,'WeightedEfficiencyCurve','Weighted efficiency curve as a function of dust holding weight, efficiency = f (dust holding weight).',.P_TABLEVALUE.,'IfcReal','IfcReal',$,$,$,'efficiency = f (dust holding weight)',.READWRITE.); -#916=IFCPROPERTYSETTEMPLATE('10GeIomfL5P9K3zwaCxicm',$,'Pset_FilterTypeCommon','Definition from IAI: Filter type common attributes.\X2\000A\X0\',$,'IfcFilterType',(#917,#918,#919,#920,#921,#922,#923,#924,#925,#926,#927,#928)); +#916=IFCPROPERTYSETTEMPLATE('10GeIomfL5P9K3zwaCxicm',$,'Pset_FilterTypeCommon','Definition from IAI: Filter type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFilterType',(#917,#918,#919,#920,#921,#922,#923,#924,#925,#926,#927,#928)); #917=IFCSIMPLEPROPERTYTEMPLATE('3lmm1$fLTFoenWx$xziSxY',$,'MediaMaterial','Filter media material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #918=IFCSIMPLEPROPERTYTEMPLATE('3Ik4aPS9r4LQbu4V3_aZvo',$,'Weight','Weight of filter.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); #919=IFCSIMPLEPROPERTYTEMPLATE('1tibtcWEH2LeW7tsXb$R8y',$,'InitialResistance','Initial new filter fluid resistance (i.e., pressure drop at the maximum air flowrate across the filter when the filter is new per ASHRAE Standard 52.1).',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); @@ -933,23 +933,23 @@ DATA; #926=IFCSIMPLEPROPERTYTEMPLATE('1VM5RB31P20QP_1yanEZbX',$,'NominalFlowrate','Nominal fluid flow rate through the filter.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #927=IFCSIMPLEPROPERTYTEMPLATE('3hF9QSrAT1Hx5nEPtDJhjO',$,'NominalParticleGeometricMeanDiameter','Particle geometric mean diameter associated with nominal efficiency.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #928=IFCSIMPLEPROPERTYTEMPLATE('1o4VnNnAz2xuhVaUmT_8PX',$,'NominalParticleGeometricStandardDeviation','Particle geometric standard deviation associated with nominal efficiency.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); -#929=IFCPROPERTYSETTEMPLATE('015CR2E4vEpBlZwnVi1XkY',$,'Pset_FlowMeterTypeCommon','Definition from IAI: Common attributes of a flow meter type',$,'IfcFlowMeterType',(#930,#932,#933)); +#929=IFCPROPERTYSETTEMPLATE('015CR2E4vEpBlZwnVi1XkY',$,'Pset_FlowMeterTypeCommon','Definition from IAI: Common attributes of a flow meter type',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeterType',(#930,#932,#933)); #930=IFCSIMPLEPROPERTYTEMPLATE('18zWRvvfn0Y81I5nfYbKPw',$,'ReadOutType','Indication of the form that readout from the meter takes. In the case of a dial read out, this may comprise multiple dials that give a cumulative reading and/or a mechanical odometer.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#931,$,$,$,.READWRITE.); #931=IFCPROPERTYENUMERATION('PEnum_MeterReadOutType',(IFCLABEL('DIAL'),IFCLABEL('DIGITAL'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #932=IFCSIMPLEPROPERTYTEMPLATE('0DavzIX2f5Q8gThwORutqR',$,'RemoteReading','Indicates whether the meter has a connection for remote reading through connection of a communication device (set TRUE) or not (set FALSE). ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #933=IFCSIMPLEPROPERTYTEMPLATE('3p$KF3ThDEJBi3P5kH_aPF',$,'IsMain','Indicates whether the meter is the main meter on the system. If FALSE, it is a submeter. ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#934=IFCPROPERTYSETTEMPLATE('2zW5vNzyH86eZKKplagexN',$,'Pset_FlowMeterTypeEnergyMeter','Definition from IAI: Device that measures, indicates and sometimes records, the energy usage in a system.',$,'IfcFlowMeterType',(#935)); +#934=IFCPROPERTYSETTEMPLATE('2zW5vNzyH86eZKKplagexN',$,'Pset_FlowMeterTypeEnergyMeter','Definition from IAI: Device that measures, indicates and sometimes records, the energy usage in a system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeterType',(#935)); #935=IFCSIMPLEPROPERTYTEMPLATE('1P7YSQXeP1WfVkST7mbas1',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#936=IFCPROPERTYSETTEMPLATE('2HFdL4WR1Flw9UQzdHD8VG',$,'Pset_FlowMeterTypeGasMeter','Definition from IAI: Device that measures, indicates and sometimes records, the volume of gas that passes through it without interrupting the flow.',$,'IfcFlowMeterType',(#937,#939,#940,#941)); +#936=IFCPROPERTYSETTEMPLATE('2HFdL4WR1Flw9UQzdHD8VG',$,'Pset_FlowMeterTypeGasMeter','Definition from IAI: Device that measures, indicates and sometimes records, the volume of gas that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeterType',(#937,#939,#940,#941)); #937=IFCSIMPLEPROPERTYTEMPLATE('3wWSR_LZv43fGymCMKCScC',$,'GasType','Defines the types of gas that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#938,$,$,$,.READWRITE.); #938=IFCPROPERTYENUMERATION('PEnum_GasType',(IFCLABEL('COMMERCIALBUTANE'),IFCLABEL('COMMERCIALPROPANE'),IFCLABEL('LIQUEFIEDPETROLEUMGAS'),IFCLABEL('NATURALGAS'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #939=IFCSIMPLEPROPERTYTEMPLATE('38Ak_e9OvDZhomoQ5M$vCV',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #940=IFCSIMPLEPROPERTYTEMPLATE('2KFp7vrDP9zPlUDILmUcNJ',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #941=IFCSIMPLEPROPERTYTEMPLATE('1vuTRqCtzBPA$3F1lAFhsE',$,'MaximumPressureLoss','Pressure loss expected across the meter under conditions of maximum flow.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#942=IFCPROPERTYSETTEMPLATE('23pWf6Wob7lwupYQLV0Rwc',$,'Pset_FlowMeterTypeOilMeter','Definition from IAI: Device that measures, indicates and sometimes records, the volume of oil that passes through it without interrupting the flow.',$,'IfcFlowMeterType',(#943,#944)); +#942=IFCPROPERTYSETTEMPLATE('23pWf6Wob7lwupYQLV0Rwc',$,'Pset_FlowMeterTypeOilMeter','Definition from IAI: Device that measures, indicates and sometimes records, the volume of oil that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeterType',(#943,#944)); #943=IFCSIMPLEPROPERTYTEMPLATE('2P_5oyAjD5OhLd2Jl8alBm',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #944=IFCSIMPLEPROPERTYTEMPLATE('0ksdIClwn9Ee2Ya56zOHKJ',$,'MaximumFlowRate','Maximum rate of flow which the meter is expected to pass.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#945=IFCPROPERTYSETTEMPLATE('1tWeB2nTb008UcBcK2_HIY',$,'Pset_FlowMeterTypeWaterMeter','Definition from IAI: Device that measures, indicates and sometimes records, the volume of water that passes through it without interrupting the flow.',$,'IfcFlowMeterType',(#946,#948,#949,#950,#951)); +#945=IFCPROPERTYSETTEMPLATE('1tWeB2nTb008UcBcK2_HIY',$,'Pset_FlowMeterTypeWaterMeter','Definition from IAI: Device that measures, indicates and sometimes records, the volume of water that passes through it without interrupting the flow.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFlowMeterType',(#946,#948,#949,#950,#951)); #946=IFCSIMPLEPROPERTYTEMPLATE('0fGLAp2YL1Tgm7EhbYRHQj',$,'Type','Defines the allowed values for selection of the flow meter operation type.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#947,$,$,$,.READWRITE.); #947=IFCPROPERTYENUMERATION('PEnum_WaterMeterType',(IFCLABEL('COMPOUND'),IFCLABEL('INFERENTIAL'),IFCLABEL('PISTON'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #948=IFCSIMPLEPROPERTYTEMPLATE('22cUSBOgL1_guHYd0iCdy7',$,'ConnectionSize','Defines the size of inlet and outlet pipe connections to the meter.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -957,30 +957,30 @@ DATA; #950=IFCSIMPLEPROPERTYTEMPLATE('3cTxzVAO95Mxm5eNVblcp4',$,'MaximumPressureLoss','Pressure loss expected across the meter under conditions of maximum flow.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #951=IFCSIMPLEPROPERTYTEMPLATE('1z3Bm8T3f1NeoDE0JzO7dS',$,'BackflowPreventerType','Identifies the type of backflow preventer installed to prevent the backflow of contaminated or polluted water from an irrigation/reticulation system to a potable water supply.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#952,$,$,$,.READWRITE.); #952=IFCPROPERTYENUMERATION('PEnum_BackflowPreventerType',(IFCLABEL('NONE'),IFCLABEL('ATMOSPHERICVACUUMBREAKER'),IFCLABEL('ANTISIPHONVALVE'),IFCLABEL('DOUBLECHECKBACKFLOWPREVENTER'),IFCLABEL('PRESSUREVACUUMBREAKER'),IFCLABEL('REDUCEDPRESSUREBACKFLOWPREVENTER'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#953=IFCPROPERTYSETTEMPLATE('3HAjT9MUz5d8$$bjZ5ns3o',$,'Pset_GasTerminalPHistory','Definition from IAI: Gas terminal performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#954)); +#953=IFCPROPERTYSETTEMPLATE('3HAjT9MUz5d8$$bjZ5ns3o',$,'Pset_GasTerminalPHistory','Definition from IAI: Gas terminal performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#954)); #954=IFCSIMPLEPROPERTYTEMPLATE('0ijA1l2JX3uBiRgcKR5Ack',$,'GasFlowRate','The volumetric flowrate of gas to the gas terminal.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); -#955=IFCPROPERTYSETTEMPLATE('269q55k411FfEuzYUgir02',$,'Pset_GasTerminalTypeCommon','Definition from IAI: Common attributes of gas terminal types. \X2\000A\X0\GasProperties attribute deleted in IFC2x2 Pset Addendum: Use IfcFuelProperties instead.',$,'IfcGasTerminalType',(#956)); +#955=IFCPROPERTYSETTEMPLATE('269q55k411FfEuzYUgir02',$,'Pset_GasTerminalTypeCommon','Definition from IAI: Common attributes of gas terminal types. \X2\000A\X0\GasProperties attribute deleted in IFC2x2 Pset Addendum: Use IfcFuelProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcGasTerminalType',(#956)); #956=IFCSIMPLEPROPERTYTEMPLATE('0hzm8J0Wz0$u9apvNGXotm',$,'GasFlowRateRange','Gas volumetric flowrate within which the gas terminal is designed to operate.',.P_BOUNDEDVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#957=IFCPROPERTYSETTEMPLATE('0jBLiwXor91vqiEnP455Up',$,'Pset_GasTerminalTypeGasAppliance','Definition from IAI: Piece of equipment for occupants use that is connected to a gas installation (definition is a modification from that found in BS6100).',$,'IfcGasTerminalType',(#958,#960)); +#957=IFCPROPERTYSETTEMPLATE('0jBLiwXor91vqiEnP455Up',$,'Pset_GasTerminalTypeGasAppliance','Definition from IAI: Piece of equipment for occupants use that is connected to a gas installation (definition is a modification from that found in BS6100).',.PSET_TYPEDRIVENOVERRIDE.,'IfcGasTerminalType',(#958,#960)); #958=IFCSIMPLEPROPERTYTEMPLATE('37qh4TTxLCSR7Y9KXaHuNn',$,'GasApplianceType','Selection of the type of gas appliance from the enumerated list of types.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#959,$,$,$,.READWRITE.); #959=IFCPROPERTYENUMERATION('PEnum_GasApplianceType',(IFCLABEL('GASFIRE'),IFCLABEL('GASCOOKER'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #960=IFCSIMPLEPROPERTYTEMPLATE('14VBexdcj4pO4WUUKHPZ0G',$,'FlueType','Defines the types of flue that may be specified for connection to gas appliances where:\X2\000A000A\X0\BalancedFlue =\X2\0009\X0\Room sealed appliance that has its inlet for combustion air and its outlet for products of combustion in adjacent external positions, disposed so that wind effects are substantially balanced between them.\X2\000A\X0\Flued =\X2\0009\X0\Gas burning appliance designed for connection to a flue system\X2\000A\X0\Flueless =\X2\0009\X0\Gas burning appliance designed for use without connection to a flue system\X2\000A\X0\OpenFlued =\X2\0009\X0\Gas burning appliance designed to be connected to an open flue system, combustion air being drawn from a room or internal space in which the gas burning appliance is installed\X2\000A\X0\RoomSealed =\X2\0009\X0\Gas burning appliance that has its combustion system, including air inlet and products outlet, isolated from a room or internal space in which the gas burning appliance is installed\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#961,$,$,$,.READWRITE.); #961=IFCPROPERTYENUMERATION('PEnum_FlueType',(IFCLABEL('BALANCEDFLUE'),IFCLABEL('FLUED'),IFCLABEL('FLUELESS'),IFCLABEL('OPENFLUED'),IFCLABEL('ROOMSEALED'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#962=IFCPROPERTYSETTEMPLATE('06L1R0VVP7VgUkRT0lH4$N',$,'Pset_GasTerminalTypeGasBurner','Definition from IAI: A complete unit on which or in which a flame is maintained through the provision of a gas supply.',$,'IfcGasTerminalType',(#963)); +#962=IFCPROPERTYSETTEMPLATE('06L1R0VVP7VgUkRT0lH4$N',$,'Pset_GasTerminalTypeGasBurner','Definition from IAI: A complete unit on which or in which a flame is maintained through the provision of a gas supply.',.PSET_TYPEDRIVENOVERRIDE.,'IfcGasTerminalType',(#963)); #963=IFCSIMPLEPROPERTYTEMPLATE('0uc6jzJZv7Dh708jkRVBei',$,'GasBurnerType','Selection of the type of gas burner from the enumerated list of types',.P_ENUMERATEDVALUE.,'IfcLabel',$,#964,$,$,$,.READWRITE.); #964=IFCPROPERTYENUMERATION('PEnum_GasBurnerType',(IFCLABEL('FORCEDDRAFT'),IFCLABEL('NATURALDRAFT'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#965=IFCPROPERTYSETTEMPLATE('2JQqSB1GvAXRoUTX7mn_G$',$,'Pset_HeatExchangerTypeCommon','Definition from IAI: Heat exchanger type common attributes.\X2\000A\X0\',$,'IfcHeatExchangerType',(#966,#968)); +#965=IFCPROPERTYSETTEMPLATE('2JQqSB1GvAXRoUTX7mn_G$',$,'Pset_HeatExchangerTypeCommon','Definition from IAI: Heat exchanger type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcHeatExchangerType',(#966,#968)); #966=IFCSIMPLEPROPERTYTEMPLATE('1A1euMCDPE0e$IswhSzjAv',$,'Arrangement','Defines the basic flow arrangements for the heat exchanger:\X2\000A\X0\COUNTERFLOW: Counterflow heat exchanger arrangement. \X2\000A\X0\CROSSFLOW: Crossflow heat exchanger arrangement. \X2\000A\X0\PARALLELFLOW: Parallel flow heat exchanger arrangement. \X2\000A\X0\MULTIPASS: Multipass flow heat exchanger arrangement. \X2\000A\X0\OTHER: Other type of heat exchanger flow arrangement not defined above. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#967,$,$,$,.READWRITE.); #967=IFCPROPERTYENUMERATION('PEnum_HeatExchangerArrangement',(IFCLABEL('COUNTERFLOW'),IFCLABEL('CROSSFLOW'),IFCLABEL('PARALLELFLOW'),IFCLABEL('MULTIPASS'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #968=IFCSIMPLEPROPERTYTEMPLATE('2PGNcUOpLAxBt3PtFl5YRO',$,'ShellMaterial','Material used to construct the shell of the heat exchanger.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#969=IFCPROPERTYSETTEMPLATE('0uBX9uHWvAgu7zYcRRUTJw',$,'Pset_HeatExchangerTypePlate','Definition from IAI: Plate heat exchanger type common attributes.\X2\000A\X0\',$,'IfcHeatExchangerType',(#970)); +#969=IFCPROPERTYSETTEMPLATE('0uBX9uHWvAgu7zYcRRUTJw',$,'Pset_HeatExchangerTypePlate','Definition from IAI: Plate heat exchanger type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcHeatExchangerType',(#970)); #970=IFCSIMPLEPROPERTYTEMPLATE('2eQ5SNKZbDJwaSpxZ39rd3',$,'NumberOfPlates','Number of plates used by the plate heat exchanger.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#971=IFCPROPERTYSETTEMPLATE('0pvilnnIbEEBPmEpFtm2ZK',$,'Pset_HumidifierPHistory','Definition from IAI: Humidifier performance history attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',$,'IfcPerformanceHistory',(#972,#973,#974,#975)); +#971=IFCPROPERTYSETTEMPLATE('0pvilnnIbEEBPmEpFtm2ZK',$,'Pset_HumidifierPHistory','Definition from IAI: Humidifier performance history attributes.\X2\000A\X0\Sound attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#972,#973,#974,#975)); #972=IFCSIMPLEPROPERTYTEMPLATE('2Jji7ZGTnFoftO06t6d77S',$,'AtmosphericPressure','Ambient atmospheric pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #973=IFCSIMPLEPROPERTYTEMPLATE('0e7sPmhRfCtwPlIubaKI1S',$,'SaturationEfficiency','Saturation efficiency: Ratio of leaving air absolute humidity to the maximum absolute humidity.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); #974=IFCSIMPLEPROPERTYTEMPLATE('0kcgypymf9d9nboNY_hVTo',$,'SaturationEfficiencyCurve','Saturation efficiency as a function of the air flow rate.',.P_TABLEVALUE.,'IfcReal','IfcVolumetricFlowRateMeasure',$,$,$,$,.READWRITE.); #975=IFCSIMPLEPROPERTYTEMPLATE('1KKQhySdrFx9kYMrBV09vC',$,'AirPressureDropCurve','Air pressure drop versus air-flow rate.',.P_TABLEVALUE.,'IfcPressureMeasure','IfcVolumetricFlowRateMeasure',$,$,$,$,.READWRITE.); -#976=IFCPROPERTYSETTEMPLATE('3wEGb7sA9F$voinaXFx1t_',$,'Pset_HumidifierTypeCommon','Definition from IAI: Humidifier type common attributes.\X2\000A\X0\WaterProperties attribute renamed to WaterRequirement and unit type modified in IFC2x2 Pset Addendum.',$,'IfcHumidifierType',(#977,#979,#980,#981,#982,#984)); +#976=IFCPROPERTYSETTEMPLATE('3wEGb7sA9F$voinaXFx1t_',$,'Pset_HumidifierTypeCommon','Definition from IAI: Humidifier type common attributes.\X2\000A\X0\WaterProperties attribute renamed to WaterRequirement and unit type modified in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcHumidifierType',(#977,#979,#980,#981,#982,#984)); #977=IFCSIMPLEPROPERTYTEMPLATE('17FEDqlBX8nwfVs42mQXZF',$,'Application','Humidifier application.\X2\000A\X0\Fixed: Humidifier installed in a ducted flow distribution system.\X2\000A\X0\Portable: Humidifier is not installed in a ducted flow distribution system.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#978,$,$,$,.READWRITE.); #978=IFCPROPERTYENUMERATION('PEnum_HumidifierApplication',(IFCLABEL('PORTABLE'),IFCLABEL('FIXED'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #979=IFCSIMPLEPROPERTYTEMPLATE('0zf4YNVHDAE9d9RM7eyjy5',$,'Weight','The weight of the humidifier.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); @@ -989,9 +989,9 @@ DATA; #982=IFCSIMPLEPROPERTYTEMPLATE('1$7XWRpsX9WekR71FbjnBE',$,'InternalControl','Internal modulation control.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#983,$,$,$,.READWRITE.); #983=IFCPROPERTYENUMERATION('PEnum_HumidifierInternalControl',(IFCLABEL('ONOFF'),IFCLABEL('STEPPED'),IFCLABEL('MODULATING'),IFCLABEL('NONE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #984=IFCSIMPLEPROPERTYTEMPLATE('36S9FmNKfDs9OCblFl0slF',$,'WaterRequirement','Make-up water requirement.',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#985=IFCPROPERTYSETTEMPLATE('1XSZmgSgnCCQLLTr5j0qU8',$,'Pset_PipeConnection','Definition from IAI: This property set is used to define the various types of pipe connections. It is applied to occurrences of pipe segments and fittings.\X2\000A\X0\',$,'IfcDistributionElement',(#986)); +#985=IFCPROPERTYSETTEMPLATE('1XSZmgSgnCCQLLTr5j0qU8',$,'Pset_PipeConnection','Definition from IAI: This property set is used to define the various types of pipe connections. It is applied to occurrences of pipe segments and fittings.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionElement',(#986)); #986=IFCSIMPLEPROPERTYTEMPLATE('0gLDSQlCv5iumk0FmKo0QS',$,'ConnectionType','The connection type between pipe segments or fittings and other segments or fittings. If the list contains only one value, then this connection type value applies to all ports. For more than one value in the list, the connection type value applies to the port that corresponds to the list index.The following suggested items should be utilized whenever possible for correlation with port enumerations:\X2\000A\X0\BRAZED: Brazed connection type. \X2\000A\X0\COMPRESSION: Compression connection type. \X2\000A\X0\FLANGED: Flanged connection type including bolts and gasket. \X2\000A\X0\GLANDJOINT: Gland-joint connection type. \X2\000A\X0\FLEXIBLEBOLTEDGLANDJOINT: Flexible bolted gland-joint connection type. \X2\000A\X0\FLEXIBLEBOLTEDGLANDJOINTWITHANODEENDCAP: Flexible bolted gland-joint with anode end-cap connection type. \X2\000A\X0\GROOVED: Grooved connection type. \X2\000A\X0\SOLDERED: Soldered connection type. \X2\000A\X0\SOLDERED_FEMALE: Female-soldered connection type. \X2\000A\X0\SOLDERED_MALE: Male-soldered connection type. \X2\000A\X0\SWEDGE: Swedge connection type. \X2\000A\X0\THREADED: Threaded connection type. \X2\000A\X0\THREADED_FEMALE: Female-threaded connection type. \X2\000A\X0\THREADED_MALE: Male-threaded connection type. \X2\000A\X0\WELDED: Welded connection type. \X2\000A\X0\WELDED_BUTT: Butt-welded connection type. \X2\000A\X0\WELDED_BRANCH: Branch-welded connection type. \X2\000A\X0\WELDED_FLANGE: Flange-welded connection type. \X2\000A\X0\NONE: There is no connection.\X2\000A\X0\NOTDEFINED: Undefined connection type. ',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#987=IFCPROPERTYSETTEMPLATE('0ddUQpBFz3mR5TB72MR5wc',$,'Pset_PipeConnectionFlanged','Definition from IAI: This property set is used to define the specifics of a flanged pipe connection used between occurrences of pipe segments and fittings.\X2\000A\X0\',$,'IfcDistributionElement',(#988,#989,#990,#991,#992,#993,#994,#995,#996)); +#987=IFCPROPERTYSETTEMPLATE('0ddUQpBFz3mR5TB72MR5wc',$,'Pset_PipeConnectionFlanged','Definition from IAI: This property set is used to define the specifics of a flanged pipe connection used between occurrences of pipe segments and fittings.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionElement',(#988,#989,#990,#991,#992,#993,#994,#995,#996)); #988=IFCSIMPLEPROPERTYTEMPLATE('1utD$NjD92JBePEvW$r_04',$,'FlangeTable','Designation of the standard table to which the flange conforms',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #989=IFCSIMPLEPROPERTYTEMPLATE('0khqBP7Nr7R8jNUEKwBzDR',$,'FlangeStandard','Designation of the standard describing the flange table',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #990=IFCSIMPLEPROPERTYTEMPLATE('2yA2PdjwPEufZkhYEEIT4o',$,'BoreSize','The nominal bore of the pipe flange',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1001,10 +1001,10 @@ DATA; #994=IFCSIMPLEPROPERTYTEMPLATE('0a94F1pj9CbxGVueeWlb6S',$,'NumberOfBoltholes','Number of boltholes in the flange',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #995=IFCSIMPLEPROPERTYTEMPLATE('0Un0xP7tv9f8GyHh4WweUh',$,'BoltSize','Size of the bolts securing the flange',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #996=IFCSIMPLEPROPERTYTEMPLATE('1I_03uI8z0XO2ymFGofqO7',$,'BoltholePitch','Diameter of the circle along which the boltholes are placed',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#997=IFCPROPERTYSETTEMPLATE('32X4YPzODAhOG_5eTaShgu',$,'Pset_PipeFittingPHistory','Definition from IAI: Pipe fitting performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#998,#999)); +#997=IFCPROPERTYSETTEMPLATE('32X4YPzODAhOG_5eTaShgu',$,'Pset_PipeFittingPHistory','Definition from IAI: Pipe fitting performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#998,#999)); #998=IFCSIMPLEPROPERTYTEMPLATE('2$SZzVQv5BiOaTBtpZQdC8',$,'LossCoefficient','Dimensionless loss coefficient used for calculating fluid resistance representing the ratio of total pressure loss to velocity pressure at a referenced cross-section.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCREAL',$,$,$,$,.READWRITE.); #999=IFCSIMPLEPROPERTYTEMPLATE('0DP2dNhd1EK9XyASoKl3mA',$,'FlowrateLeakage','Leakage flowrate versus pressure difference.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); -#1000=IFCPROPERTYSETTEMPLATE('3nxfT928j8EvEueCcYmFnb',$,'Pset_PipeFittingTypeCommon','Definition from IAI: Pipe fitting type common attributes.\X2\000A\X0\',$,'IfcPipeFittingType',(#1001,#1002,#1003,#1004,#1005,#1006,#1007,#1008,#1009,#1010,#1011)); +#1000=IFCPROPERTYSETTEMPLATE('3nxfT928j8EvEueCcYmFnb',$,'Pset_PipeFittingTypeCommon','Definition from IAI: Pipe fitting type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeFittingType',(#1001,#1002,#1003,#1004,#1005,#1006,#1007,#1008,#1009,#1010,#1011)); #1001=IFCSIMPLEPROPERTYTEMPLATE('348U3DNlv6Se1FNLiandxt',$,'SubType','Subtype of the pipe fitting..The following suggested items should be utilized whenever possible for consistency across applications:\X2\000A\X0\BEND_15DEGREE: Changes the direction of flow through 15 degrees. \X2\000A\X0\BEND_22_5DEGREE: Changes the direction of flow through 22.5 degrees. \X2\000A\X0\BEND_25DEGREE: Changes the direction of flow through 25 degrees. \X2\000A\X0\BEND_30DEGREE: Changes the direction of flow through 30 degrees. \X2\000A\X0\BEND_45DEGREE: Changes the direction of flow through 45 degrees. \X2\000A\X0\BEND_67DEGREE: Changes the direction of flow through 67 degrees. \X2\000A\X0\BEND_76DEGREE: Changes the direction of flow through 76 degrees. \X2\000A\X0\BEND_87_5DEGREE: Changes the direction of flow through 87.5 degrees. \X2\000A\X0\BEND_90DEGREE: Changes the direction of flow through 90 degrees. \X2\000A\X0\BEND_135DEGREE: Changes the direction of flow through 135 degrees. \X2\000A\X0\BEND_180DEGREE: Changes the direction of flow through 180 degrees. \X2\000A\X0\JUNCTION_CROSS_SQUARE: Branch fitting with two opposing branches that are swept in the direction of the main flow. \X2\000A\X0\JUNCTION_CROSS_SWEEP: Branch fitting with two swept opposing branches at right angles to the main flow. \X2\000A\X0\JUNCTION_TEE_SQUARE: Branch fitting in which the branch is at an angle of 90 degrees to the main pipe. \X2\000A\X0\JUNCTION_TEE_SWEEP: Branch fitting in which the branch is curved through 90 degrees to join a main pipe tangentially. \X2\000A\X0\JUNCTION_TEE_TWINBEND: Symmetrical pipe fitting in which two short radius bends curve through 90 degree to form a single pipe. \X2\000A\X0\+I1JUNCTION_TEE_TWINELBOW: Symmetrical pipe fitting in which two elbows curve through 90 degree to form a single pipe. \X2\000A\X0\JUNCTION_TEE_Y: Branch fitting in the shape of a letter Y. \X2\000A\X0\OBSTRUCTION_CAP: Device fixed onto the end of a pipe or pipe fitting to close it. \X2\000A\X0\OBSTRUCTION_PLUG: Device fixed into the end of a pipe or pipe fitting to close it. \X2\000A\X0\OTHER: Other fitting subtype.\X2\000A\X0\NOTDEFINED: The fitting subtype is not defined. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1002=IFCSIMPLEPROPERTYTEMPLATE('0ZVZdpgiz9zfvYgTbKnrsG',$,'Material','The pipe fitting material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1003=IFCSIMPLEPROPERTYTEMPLATE('0V99Hcp996vPBznlYqwfa_',$,'PressureClass','The test or rated pressure classification of the fitting.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); @@ -1016,10 +1016,10 @@ DATA; #1009=IFCSIMPLEPROPERTYTEMPLATE('09XU658wnB$wc3gV$zR3m6',$,'OuterDiameter','The actual outer diameter of the pipe. Refer to NominalDiameter for comments about interpretation of multiple items in the list.',.P_LISTVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1010=IFCSIMPLEPROPERTYTEMPLATE('0f2v5vA_b9uvV$tm1z6xbF',$,'EndStyleTreatment','The end-style treatment of the pipe fitting as made available from the manufacturer. If the list contains only one value, then this end-style applies to all ports. For more than one value in the list, the end-style value applies to the port that corresponds to the list index.The following suggested items should be utilized whenever possible for correlation with port enumerations:\X2\000A\X0\FLANGED: Flanged. \X2\000A\X0\GROOVED: Grooved. \X2\000A\X0\THREADED: Threaded. \X2\000A\X0\NONE: No end-style has been applied.\X2\000A\X0\NOTDEFINED: Undefined end-style type. ',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1011=IFCSIMPLEPROPERTYTEMPLATE('0LBt3nbLv7f9Ki8GDCWDmO',$,'FittingLossFactor','A factor that determines the pressure loss due to friction through the fitting.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); -#1012=IFCPROPERTYSETTEMPLATE('3__zsiBvbEHBzAj$pHnzMB',$,'Pset_PipeSegmentPHistory','Definition from IAI: Pipe segment performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#1013,#1014)); +#1012=IFCPROPERTYSETTEMPLATE('3__zsiBvbEHBzAj$pHnzMB',$,'Pset_PipeSegmentPHistory','Definition from IAI: Pipe segment performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#1013,#1014)); #1013=IFCSIMPLEPROPERTYTEMPLATE('3GImJz3xDBffJcsZA86QdO',$,'LeakageCurve','Leakage per unit length curve versus working pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #1014=IFCSIMPLEPROPERTYTEMPLATE('3FOmbHGY1A2g1DIirHU0UR',$,'FluidFlowLeakage','Volumetric leakage flow rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); -#1015=IFCPROPERTYSETTEMPLATE('1JxHb0OeH0GvTTDd69ZuFx',$,'Pset_PipeSegmentTypeCommon','Definition from IAI: Pipe segment type common attributes.\X2\000A\X0\',$,'IfcPipeSegmentType',(#1016,#1017,#1018,#1019,#1020,#1021,#1022,#1023,#1024)); +#1015=IFCPROPERTYSETTEMPLATE('1JxHb0OeH0GvTTDd69ZuFx',$,'Pset_PipeSegmentTypeCommon','Definition from IAI: Pipe segment type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegmentType',(#1016,#1017,#1018,#1019,#1020,#1021,#1022,#1023,#1024)); #1016=IFCSIMPLEPROPERTYTEMPLATE('3w3vrUQ0f418RdszolI46C',$,'Material','The pipe fitting material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1017=IFCSIMPLEPROPERTYTEMPLATE('0zfd_7KgDAcfCBvkjYOVhu',$,'WorkingPressure','Working pressure.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1018=IFCSIMPLEPROPERTYTEMPLATE('1WANmgWJjBkxf7eTWncclV',$,'UnitWeight','Weight per unit length.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); @@ -1029,20 +1029,20 @@ DATA; #1022=IFCSIMPLEPROPERTYTEMPLATE('33PPXqElrANQAgvMBd6kze',$,'InnerDiameter','The actual inner diameter of the pipe. Refer to NominalDiameter for comments about interpretation of multiple items in the list.',.P_LISTVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1023=IFCSIMPLEPROPERTYTEMPLATE('16Y7reBt1Ddw2sN9g4V_AH',$,'OuterDiameter','The actual outer diameter of the pipe. Refer to NominalDiameter for comments about interpretation of multiple items in the list.',.P_LISTVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1024=IFCSIMPLEPROPERTYTEMPLATE('1mgEHgGBX40RbTwVFXXKJj',$,'EndStyleTreatment','The end-style treatment of the pipe segment as made available from the manufacturer. If the list contains only one value, then this end-style applies to all ports. For more than one value in the list, the end-style value applies to the port that corresponds to the list index.The following suggested items should be utilized whenever possible for correlation with port enumerations:\X2\000A\X0\FLANGED: Flanged. \X2\000A\X0\GROOVED: Grooved. \X2\000A\X0\THREADED: Threaded. \X2\000A\X0\NONE: No end-style has been applied.\X2\000A\X0\NOTDEFINED: Undefined end-style type. ',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1025=IFCPROPERTYSETTEMPLATE('0Gkjq5Y5H4RgUWSgvOQ5sQ',$,'Pset_PipeSegmentTypeGutter','Definition from IAI: Gutter segment type common attributes.\X2\000A\X0\',$,'IfcPipeSegmentType',(#1026,#1027)); +#1025=IFCPROPERTYSETTEMPLATE('0Gkjq5Y5H4RgUWSgvOQ5sQ',$,'Pset_PipeSegmentTypeGutter','Definition from IAI: Gutter segment type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcPipeSegmentType',(#1026,#1027)); #1026=IFCSIMPLEPROPERTYTEMPLATE('0ebSoh8CL3cwWh5GnySNos',$,'Slope','Angle of the gutter to allow for drainage ',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); #1027=IFCSIMPLEPROPERTYTEMPLATE('0awoB8Suv7nxoZ9mSdNvld',$,'FlowRating','Actual flow capacity for the gutter. Value of 0.00 means this value has not been set. ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#1028=IFCPROPERTYSETTEMPLATE('1BBPKFDznDOfWGrL2v1ott',$,'Pset_ProjectionElementShadingDevicePHistory','Definition from IAI: Shading device performance history attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#1029,#1030)); +#1028=IFCPROPERTYSETTEMPLATE('1BBPKFDznDOfWGrL2v1ott',$,'Pset_ProjectionElementShadingDevicePHistory','Definition from IAI: Shading device performance history attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#1029,#1030)); #1029=IFCSIMPLEPROPERTYTEMPLATE('1CFW1EOHLFrwMrPKZc8b6r',$,'TiltAngle','The angle of tilt defined in the plane perpendicular to the extrusion axis (X-Axis of the local placement). The angle shall be measured from the orientation of the Z-Axis in the local placement.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcTimeSeriesValue',$,$,$,$,.READWRITE.); #1030=IFCSIMPLEPROPERTYTEMPLATE('3lXdnudsbF6AtsZCeJ33kp',$,'Azimuth','The azimuth of the outward normal for the outward or upward facing surface.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcTimeSeriesValue',$,$,$,$,.READWRITE.); -#1031=IFCPROPERTYSETTEMPLATE('390BHSeoX08gddhA20S9De',$,'Pset_PumpPHistory','Definition from IAI: Pump performance history attributes.',$,'IfcPerformanceHistory',(#1032,#1033,#1034,#1035,#1036,#1037)); +#1031=IFCPROPERTYSETTEMPLATE('390BHSeoX08gddhA20S9De',$,'Pset_PumpPHistory','Definition from IAI: Pump performance history attributes.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#1032,#1033,#1034,#1035,#1036,#1037)); #1032=IFCSIMPLEPROPERTYTEMPLATE('21Qr8lLtT7LAN4CItXOoUe',$,'MechanicalEfficiency','The pumps operational mechanical efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #1033=IFCSIMPLEPROPERTYTEMPLATE('0kufNxpAr2hed2lpYXrJ7f',$,'OverallEfficiency','The pump and motor overall operational efficiency.',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #1034=IFCSIMPLEPROPERTYTEMPLATE('3ZTLRxTWDByhCZn3l6v30S',$,'PressureRise','The developed pressure.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); #1035=IFCSIMPLEPROPERTYTEMPLATE('0Dnqvia3f3yA5NSZ$dIfC6',$,'RotationSpeed','Pump rotational speed.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCROTATIONALFREQUENCYMEASURE',$,$,$,$,.READWRITE.); #1036=IFCSIMPLEPROPERTYTEMPLATE('3OeUzCSaD7ZQ5HWFwjaXUw',$,'Flowrate','The actual operational fluid flowrate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #1037=IFCSIMPLEPROPERTYTEMPLATE('0NkaLd0KX3WuO$EE1VQHGp',$,'Power','The actual power consumption of the pump.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOWERMEASURE',$,$,$,$,.READWRITE.); -#1038=IFCPROPERTYSETTEMPLATE('2xbphS04zFCRbDT_6Su1pL',$,'Pset_PumpTypeCommon','Definition from IAI: Common attributes of a pump type.',$,'IfcPumpType',(#1039,#1040,#1041,#1042,#1043,#1044,#1045,#1046,#1047)); +#1038=IFCPROPERTYSETTEMPLATE('2xbphS04zFCRbDT_6Su1pL',$,'Pset_PumpTypeCommon','Definition from IAI: Common attributes of a pump type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcPumpType',(#1039,#1040,#1041,#1042,#1043,#1044,#1045,#1046,#1047)); #1039=IFCSIMPLEPROPERTYTEMPLATE('1_TrSIZBDEVvSilL4RRiAc',$,'FlowRateRange','Allowable range of volume of fluid being pumped against the resistance specified.',.P_BOUNDEDVALUE.,'IfcMassFlowRateMeasure',$,$,$,$,$,.READWRITE.); #1040=IFCSIMPLEPROPERTYTEMPLATE('0Xt$GfAob6V8praLGRcSdq',$,'FlowResistanceRange','Allowable range of frictional resistance against which the fluid is being pumped',.P_BOUNDEDVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1041=IFCSIMPLEPROPERTYTEMPLATE('11Q5W7Hcv7PwjXNbglR43K',$,'ConnectionSize','The connection size of the to and from the pump',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1052,7 +1052,7 @@ DATA; #1045=IFCSIMPLEPROPERTYTEMPLATE('1uLz9lIdb0FuOm6kgVDb3e',$,'TemperatureRange','Allowable operational range of the fluid temperature.',.P_BOUNDEDVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1046=IFCSIMPLEPROPERTYTEMPLATE('3An4JRNaz7vBsaa4nLkeFI',$,'NetPositiveSuctionHead','Minimum liquid pressure at the pump inlet to prevent cavitation. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1047=IFCSIMPLEPROPERTYTEMPLATE('0lRup9MoP2vAyKmseuifA6',$,'NominalRotationSpeed','Pump rotational speed under nominal conditions.',.P_SINGLEVALUE.,'IfcRotationalFrequencyMeasure',$,$,$,$,$,.READWRITE.); -#1048=IFCPROPERTYSETTEMPLATE('2uR0e0NvL32OXZ__Vos$__',$,'Pset_SpaceHeaterPHistoryCommon','Definition from IAI: Space heater performance history common attributes.\X2\000A\X0\',$,'IfcPerformanceHistory',(#1049,#1050,#1051,#1052,#1053,#1054,#1055,#1056,#1057,#1058,#1059,#1060)); +#1048=IFCPROPERTYSETTEMPLATE('2uR0e0NvL32OXZ__Vos$__',$,'Pset_SpaceHeaterPHistoryCommon','Definition from IAI: Space heater performance history common attributes.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#1049,#1050,#1051,#1052,#1053,#1054,#1055,#1056,#1057,#1058,#1059,#1060)); #1049=IFCSIMPLEPROPERTYTEMPLATE('3AzIoB9cn92R5_46TUz1nY',$,'FractionRadiantHeatTransfer','Fraction of the total heat transfer rate as the radiant heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,.READWRITE.); #1050=IFCSIMPLEPROPERTYTEMPLATE('2KDSnj6rb80gZa6eNPcF_f',$,'FractionConvectiveHeatTransfer','Fraction of the total heat transfer rate as the convective heat transfer.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,.READWRITE.); #1051=IFCSIMPLEPROPERTYTEMPLATE('17VLQuhhDDfRcOTZzklwnP',$,'Effectiveness','Ratio of the real heat transfer rate to the maximum possible heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,.READWRITE.); @@ -1065,7 +1065,7 @@ DATA; #1058=IFCSIMPLEPROPERTYTEMPLATE('3Yr1Ilsnj8ze38fkLMfXJA',$,'AirResistanceCurve','Air resistance curve (w/ fan only); Pressure = f ( flow rate).',.P_REFERENCEVALUE.,'IfcTimeSeries',$,$,$,$,$,.READWRITE.); #1059=IFCSIMPLEPROPERTYTEMPLATE('0kpbjXTKX7pAIyCXE512U4',$,'Exponent','Characteristic exponent, slope of log(heat output) vs log (surface temperature minus environmental temperature).',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcReal',$,$,$,$,.READWRITE.); #1060=IFCSIMPLEPROPERTYTEMPLATE('2Jzw$nOZb3sw0dYDxR_yOu',$,'HeatOutputRate','Overall heat transfer rate.',.P_REFERENCEVALUE.,'IfcTimeSeries','IfcPowerMeasure',$,$,$,$,.READWRITE.); -#1061=IFCPROPERTYSETTEMPLATE('1fY65MKL9E_8T7I8pRdMad',$,'Pset_SpaceHeaterTypeCommon','Definition from IAI: Space heater type common attributes.\X2\000A\X0\SoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',$,'IfcSpaceHeaterType',(#1062,#1064,#1066,#1067,#1068,#1069,#1070)); +#1061=IFCPROPERTYSETTEMPLATE('1fY65MKL9E_8T7I8pRdMad',$,'Pset_SpaceHeaterTypeCommon','Definition from IAI: Space heater type common attributes.\X2\000A\X0\SoundLevel attribute deleted in IFC2x2 Pset Addendum: Use IfcSoundProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeaterType',(#1062,#1064,#1066,#1067,#1068,#1069,#1070)); #1062=IFCSIMPLEPROPERTYTEMPLATE('3JZoegwsH1avSJL6bx0Iw6',$,'TemperatureClassification','Enumeration defining the temperature classification of the space heater surface temperature.\X2\000A\X0\low temperature - surface temperature is relatively low, usually heated by hot water or electricity.\X2\000A\X0\high temperature - surface temperature is relatively high, usually heated by gas or steam.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1063,$,$,$,.READWRITE.); #1063=IFCPROPERTYENUMERATION('PEnum_SpaceHeaterTemperatureClassification',(IFCLABEL('LOWTEMPERATURE'),IFCLABEL('HIGHTEMPERATURE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1064=IFCSIMPLEPROPERTYTEMPLATE('2W3JFV07T8vuEZLnA$msBC',$,'HeatingSource','Enumeration defining the heating source used by the space heater.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1065,$,$,$,.READWRITE.); @@ -1075,17 +1075,17 @@ DATA; #1068=IFCSIMPLEPROPERTYTEMPLATE('1uRifiTyr3XfoP7mibdzib',$,'ThermalMassHeatCapacity','Product of component mass and specific heat',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #1069=IFCSIMPLEPROPERTYTEMPLATE('1u9kQ1InrD3RYQdCOcCCu7',$,'OutputCapacity','Total nominal heat output as listed by the manufacturer.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #1070=IFCSIMPLEPROPERTYTEMPLATE('0yxxgljN5AhO9xnimpkAnJ',$,'ThermalEfficiency','Overall Thermal Efficiency is defined as gross energy output of the heat transfer device divided by the energy input.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); -#1071=IFCPROPERTYSETTEMPLATE('20E2r1$tn4FuqKqSkKvBNu',$,'Pset_SpaceHeaterTypeHydronic','Definition from IAI: Hydronic space heater type common attributes.\X2\000A\X0\WaterProperties attribute deleted in IFC2x2 Pset Addendum: Use IfcWaterProperties instead.',$,'IfcSpaceHeaterType',(#1072,#1073)); +#1071=IFCPROPERTYSETTEMPLATE('20E2r1$tn4FuqKqSkKvBNu',$,'Pset_SpaceHeaterTypeHydronic','Definition from IAI: Hydronic space heater type common attributes.\X2\000A\X0\WaterProperties attribute deleted in IFC2x2 Pset Addendum: Use IfcWaterProperties instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSpaceHeaterType',(#1072,#1073)); #1072=IFCSIMPLEPROPERTYTEMPLATE('2ly0s9TBf178VFXqCxBZNX',$,'TubingLength','Water tube length inside the component.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #1073=IFCSIMPLEPROPERTYTEMPLATE('30K80RlhXDqeFagD1uH$ua',$,'WaterContent','Weight of water content within the heater.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); -#1074=IFCPROPERTYSETTEMPLATE('0qXanxBTH25Av$MSHuhope',$,'Pset_SpaceThermalPHistory','Definition from IAI: Thermal and air flow conditions of a space or zone. HISTORY: New property set in IFC 2x2.',$,'IfcPerformanceHistory',(#1075,#1076,#1077,#1078,#1079,#1080)); +#1074=IFCPROPERTYSETTEMPLATE('0qXanxBTH25Av$MSHuhope',$,'Pset_SpaceThermalPHistory','Definition from IAI: Thermal and air flow conditions of a space or zone. HISTORY: New property set in IFC 2x2.',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#1075,#1076,#1077,#1078,#1079,#1080)); #1075=IFCSIMPLEPROPERTYTEMPLATE('2stOi7ZlnF7xMpFjhq3Czc',$,'CoolingAirFlowRate','Cooling air flow rate in the space. ',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #1076=IFCSIMPLEPROPERTYTEMPLATE('2JCJqmNozAa9RN1pioz22q',$,'HeatingAirFlowRate','Heating air flow rate in the space. ',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #1077=IFCSIMPLEPROPERTYTEMPLATE('3LfFIilpX4IAIBqdlK_mW5',$,'VentilationAirFlowRate','Ventilation air flow rate in the space. ',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #1078=IFCSIMPLEPROPERTYTEMPLATE('0lKbLwCmf6SwniabXSCZ_j',$,'ExhaustAirFlowRate','Exhaust air flow rate in the space. ',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMETRICFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #1079=IFCSIMPLEPROPERTYTEMPLATE('0xgx8YYgLD9P0HsozjH2ni',$,'SpaceTemperature','Temperature of the space. ',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCTHERMODYNAMICTEMPERATUREMEASURE',$,$,$,$,.READWRITE.); #1080=IFCSIMPLEPROPERTYTEMPLATE('1fIgi6TdX4xhxvwaeRG6md',$,'SpaceRelativeHumidity','The relative humidity of the space.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPOSITIVERATIOMEASURE',$,$,$,$,.READWRITE.); -#1081=IFCPROPERTYSETTEMPLATE('34xl0ut0T0UeibpTmRD9ll',$,'Pset_TankTypeCommon','Definition from IAI: Common attributes of a tank type.',$,'IfcTankType',(#1082,#1084,#1086,#1087,#1088,#1089,#1090,#1091,#1092,#1093)); +#1081=IFCPROPERTYSETTEMPLATE('34xl0ut0T0UeibpTmRD9ll',$,'Pset_TankTypeCommon','Definition from IAI: Common attributes of a tank type.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTankType',(#1082,#1084,#1086,#1087,#1088,#1089,#1090,#1091,#1092,#1093)); #1082=IFCSIMPLEPROPERTYTEMPLATE('1yHQFyNkj4oBq4EUulwy6M',$,'Type','Defines the types of tank that may be specified where: \X2\000A000A\X0\BreakPressure =\X2\0009\X0\ Tank that breaks the hydraulic pressure in a distribution system\X2\000A\X0\Expansion =\X2\0009\X0\ Tank, connected to the primary circuit of a hot water system that accommodates increase in volume of the water when heated\X2\000A\X0\FeedAndExpansion =\X2\0009\X0\ Tank that supplies cold water to a hot water system and also accommodates increase in volume of the water when heated\X2\000A\X0\GasStorage_Butane =\X2\0009\X0\ Main tank to which commercial butane is delivered and from which it is supplied to a gas distribution system.\X2\000A\X0\GasStorage_LPG =\X2\0009\X0\ Main tank to which liquefied petroleum gas is delivered and from which it is supplied to a gas distribution system.\X2\000A\X0\GasStorage_Propane =\X2\0009\X0\ Main tank to which commercial propane is delivered and from which it is supplied to a gas distribution system.\X2\000A\X0\OilService =\X2\0009\X0\ Secondary tank from which oil fuel is fed to a single oil fuel burning appliance\X2\000A\X0\OilStorage =\X2\0009\X0\ Main tank to which oil fuel is delivered and from which it is supplied to an oil fuel burning appliance or oil service tank.\X2\000A\X0\PressureVessel = Tank that stores fluid under pressure.\X2\000A\X0\WaterStorage_General =\X2\0009\X0\ Tank that stores water sufficient to meet general requirements for a designated period of time and supplies it to points of outlet\X2\000A\X0\WaterStorage_Potable =\X2\0009\X0\ Tank that stores water sufficient to meet potable water requirements for a designated period of time and supplies it to points of outlet\X2\000A\X0\WaterStorage_Process =\X2\0009\X0\ Tank that stores water sufficient to meet process and/or production requirements for a designated period of time and supplies it to points of outlet\X2\000A\X0\WaterStorage_CoolingTowerMakeup =\X2\0009\X0\ Tank that stores water sufficient to meet cooling tower make up water requirements for a designated period of time and supplies it to points of outlet\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1083,$,$,$,.READWRITE.); #1083=IFCPROPERTYENUMERATION('PEnum_TankType',(IFCLABEL('BREAKPRESSURE'),IFCLABEL('EXPANSION'),IFCLABEL('FEEDANDEXPANSION'),IFCLABEL('GASSTORAGEBUTANE'),IFCLABEL('GASSTORAGELIQUIFIEDPETROLEUMGAS'),IFCLABEL('GASSTORAGEPROPANE'),IFCLABEL('OILSERVICE'),IFCLABEL('OILSTORAGE'),IFCLABEL('PRESSUREVESSEL'),IFCLABEL('WATERSTORAGEGENERAL'),IFCLABEL('WATERSTORAGEPOTABLE'),IFCLABEL('WATERSTORAGEPROCESS'),IFCLABEL('WATERSTORAGECOOLINGTOWERMAKEUP'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1084=IFCSIMPLEPROPERTYTEMPLATE('3siS99iwn3mfn1IIGR6rlE',$,'AccessType','Defines the types of access (or cover) to a tank that may be specified.\X2\000A000A\X0\Note that covers are generally specified for rectangular tanks. For cylindrical tanks, access will normally be via a manhole.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1085,$,$,$,.READWRITE.); @@ -1098,26 +1098,26 @@ DATA; #1091=IFCSIMPLEPROPERTYTEMPLATE('2qaoe8GHj99fgJSyXW_xC1',$,'OperatingWeight','Operating weight of the tank including all of its contents.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); #1092=IFCSIMPLEPROPERTYTEMPLATE('25PBFp4jfAvP7OUH4BDMed',$,'Material','Material from which the tank is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1093=IFCSIMPLEPROPERTYTEMPLATE('0BxGdvIA18HwtCXInKI4wb',$,'MaterialThickness','Thickness of the material from which the tank is constructed',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1094=IFCPROPERTYSETTEMPLATE('20rMKRPenE68wNEhY_xUzX',$,'Pset_TankTypeExpansion','Definition from IAI: Common attributes of an expansion type tank.',$,'IfcTankType',(#1095,#1096,#1097)); +#1094=IFCPROPERTYSETTEMPLATE('20rMKRPenE68wNEhY_xUzX',$,'Pset_TankTypeExpansion','Definition from IAI: Common attributes of an expansion type tank.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTankType',(#1095,#1096,#1097)); #1095=IFCSIMPLEPROPERTYTEMPLATE('3NWnAkdvLBpvJLoFPhFOEM',$,'ChargePressure','Nominal or design operating pressure of the tank. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1096=IFCSIMPLEPROPERTYTEMPLATE('1JxFlxYRXCduh2f6kJY3JU',$,'PressureRegulatorSetting','Pressure that is automatically maintained in the tank. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1097=IFCSIMPLEPROPERTYTEMPLATE('1DcqgEXNH5qggIZMEgYZhv',$,'ReliefValveSetting','Pressure at which the relief valve activates. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#1098=IFCPROPERTYSETTEMPLATE('2AKdDVlNH2Tv9JvTWNDTKJ',$,'Pset_TankTypePreformed','Definition from IAI: Fixed vessel manufactured as a single unit with one or more compartments for storing a liquid.\X2\000A000A\X0\Pset renamed from Pset_TankTypePreformedTank to Pset_TankTypePreformed in IFC2x2 Pset Addendum.',$,'IfcTankType',(#1099,#1101,#1103,#1104)); +#1098=IFCPROPERTYSETTEMPLATE('2AKdDVlNH2Tv9JvTWNDTKJ',$,'Pset_TankTypePreformed','Definition from IAI: Fixed vessel manufactured as a single unit with one or more compartments for storing a liquid.\X2\000A000A\X0\Pset renamed from Pset_TankTypePreformedTank to Pset_TankTypePreformed in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTankType',(#1099,#1101,#1103,#1104)); #1099=IFCSIMPLEPROPERTYTEMPLATE('2$$3idrb50jA5MSx184gn4',$,'PatternType','Defines the types of pattern (or shape of a tank that may be specified.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1100,$,$,$,.READWRITE.); #1100=IFCPROPERTYENUMERATION('PEnum_TankPatternType',(IFCLABEL('HORIZONTALCYLINDER'),IFCLABEL('VERTICALCYLINDER'),IFCLABEL('RECTANGULAR'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1101=IFCSIMPLEPROPERTYTEMPLATE('01YsBiFOHCTf2ehlWg6p1f',$,'EndShapeType','Defines the types of end shapes that can be used for preformed tanks. The convention for reading these enumerated values is that for a vertical cylinder, the first value is the base and the second is the top; for a horizontal cylinder, the order of reading should be left to right. For a speherical tank, the value UNSET should be used.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1102,$,$,$,.READWRITE.); #1102=IFCPROPERTYENUMERATION('PEnum_EndShapeType',(IFCLABEL('CONCAVECONVEX'),IFCLABEL('FLATCONVEX'),IFCLABEL('CONVEXCONVEX'),IFCLABEL('CONCAVEFLAT'),IFCLABEL('FLATFLAT'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET\X2\000A\X0\')),$); #1103=IFCSIMPLEPROPERTYTEMPLATE('1ZPdjeDmX5eO4wasWMhFKz',$,'FirstCurvatureRadius','FirstCurvatureRadius should be defined as the base or left side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1104=IFCSIMPLEPROPERTYTEMPLATE('0IiaMqMV9BrQZK3TukeEEc',$,'SecondCurvatureRadius','SecondCurvatureRadius should be defined as the top or right side radius of curvature value.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1105=IFCPROPERTYSETTEMPLATE('1uXoy$$x5FCRCpdnPlhWRW',$,'Pset_TankTypePressureVessel','Definition from IAI: Common attributes of a pressure vessel.',$,'IfcTankType',(#1106,#1107,#1108)); +#1105=IFCPROPERTYSETTEMPLATE('1uXoy$$x5FCRCpdnPlhWRW',$,'Pset_TankTypePressureVessel','Definition from IAI: Common attributes of a pressure vessel.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTankType',(#1106,#1107,#1108)); #1106=IFCSIMPLEPROPERTYTEMPLATE('0da6C6QfnFSBdqeqPGWNDi',$,'ChargePressure','Nominal or design operating pressure of the tank. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1107=IFCSIMPLEPROPERTYTEMPLATE('1M3WhFhgP0w9BlL97aeGFp',$,'PressureRegulatorSetting','Pressure that is automatically maintained in the tank. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1108=IFCSIMPLEPROPERTYTEMPLATE('2B8uzdbX1F6fKAyKwJ0YPi',$,'ReliefValveSetting','Pressure at which the relief valve activates. ',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#1109=IFCPROPERTYSETTEMPLATE('1TrplXo551nf9YWkVXUbIu',$,'Pset_TankTypeSectional','Definition from IAI: Fixed vessel constructed from sectional parts with one or more compartments for storing a liquid.\X2\000A000A\X0\Note (1): All sectional construction tanks are considered to be rectangular by default.\X2\000A\X0\Note (2): Generally, it is not expected that sectional construction tanks will be used for the purposes of gas storage.\X2\000A000A\X0\Pset renamed from Pset_TankTypeSectionalTank to Pset_TankTypeSectional in IFC2x2 Pset Addendum.',$,'IfcTankType',(#1110,#1111,#1112)); +#1109=IFCPROPERTYSETTEMPLATE('1TrplXo551nf9YWkVXUbIu',$,'Pset_TankTypeSectional','Definition from IAI: Fixed vessel constructed from sectional parts with one or more compartments for storing a liquid.\X2\000A000A\X0\Note (1): All sectional construction tanks are considered to be rectangular by default.\X2\000A\X0\Note (2): Generally, it is not expected that sectional construction tanks will be used for the purposes of gas storage.\X2\000A000A\X0\Pset renamed from Pset_TankTypeSectionalTank to Pset_TankTypeSectional in IFC2x2 Pset Addendum.',.PSET_TYPEDRIVENOVERRIDE.,'IfcTankType',(#1110,#1111,#1112)); #1110=IFCSIMPLEPROPERTYTEMPLATE('1Te5FOGKjFyeYILaii658n',$,'NumberOfSections','Number of sections used in the construction of the tank\X2\000A000A\X0\Note: All sections assumed to be the same size.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #1111=IFCSIMPLEPROPERTYTEMPLATE('02MohtjlzDef4peBknt$Q2',$,'SectionLength','The length of a section used in the construction of the tank',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1112=IFCSIMPLEPROPERTYTEMPLATE('0qzXsyBJrDTfT_fuVgV8oy',$,'SectionWidth','The width of a section used in the construction of the tank.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1113=IFCPROPERTYSETTEMPLATE('22A7wbxHv6ufYxv6E7RBhW',$,'Pset_TubeBundleTypeCommon','Definition from IAI: Tube bundle type common attributes.\X2\000A\X0\',$,'IfcTubeBundleType',(#1114,#1115,#1116,#1117,#1118,#1119,#1120,#1121,#1122,#1123,#1124,#1125,#1126,#1127,#1128)); +#1113=IFCPROPERTYSETTEMPLATE('22A7wbxHv6ufYxv6E7RBhW',$,'Pset_TubeBundleTypeCommon','Definition from IAI: Tube bundle type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcTubeBundleType',(#1114,#1115,#1116,#1117,#1118,#1119,#1120,#1121,#1122,#1123,#1124,#1125,#1126,#1127,#1128)); #1114=IFCSIMPLEPROPERTYTEMPLATE('1ftS6toSv1EfhnrEVFNoJ9',$,'NumberOfRows','Number of tube rows in the tube bundle assembly.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #1115=IFCSIMPLEPROPERTYTEMPLATE('0YI6ziKYvC0QLYqb$RiiEl',$,'StaggeredRowSpacing','Staggered tube row spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1116=IFCSIMPLEPROPERTYTEMPLATE('3Z_ranHjH0cBhMTYyBK_I5',$,'InLineRowSpacing','In-line tube row spacing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1133,7 +1133,7 @@ DATA; #1126=IFCSIMPLEPROPERTYTEMPLATE('1A$fyLi_5FaB1$hotwqDK2',$,'VerticalSpacing','Vertical spacing between tubes in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1127=IFCSIMPLEPROPERTYTEMPLATE('2Kyqo_yZX0gOUBmWEz6t8A',$,'Material','Material used for construction of the tubes.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1128=IFCSIMPLEPROPERTYTEMPLATE('288taIhcn16wFJdhB1tK$A',$,'HasTurbulator','TRUE if the tube has a turbulator, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1129=IFCPROPERTYSETTEMPLATE('0MXGb7V1D7lBAaFpLqZGKF',$,'Pset_TubeBundleTypeFinned','Definition from IAI: Finned tube bundle type attributes.\X2\000A\X0\Contains the attributes related to the fins attached to a tube in a finned tube bundle such as is commonly found in coils.\X2\000A\X0\',$,'IfcTubeBundleType',(#1130,#1131,#1132,#1133,#1134,#1135,#1136,#1137,#1138)); +#1129=IFCPROPERTYSETTEMPLATE('0MXGb7V1D7lBAaFpLqZGKF',$,'Pset_TubeBundleTypeFinned','Definition from IAI: Finned tube bundle type attributes.\X2\000A\X0\Contains the attributes related to the fins attached to a tube in a finned tube bundle such as is commonly found in coils.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcTubeBundleType',(#1130,#1131,#1132,#1133,#1134,#1135,#1136,#1137,#1138)); #1130=IFCSIMPLEPROPERTYTEMPLATE('36PSf78OL1W8GxSaDAnICI',$,'Spacing','Distance between fins on a tube in the tube bundle.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1131=IFCSIMPLEPROPERTYTEMPLATE('20YINZOCXCOvdxbMYkXQyv',$,'Thickness','Thickness of the fin.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1132=IFCSIMPLEPROPERTYTEMPLATE('2BKlEr1AD7duYGuVDvs1q2',$,'ThermalConductivity','The thermal conductivity of the fin.',.P_SINGLEVALUE.,'IfcThermalConductivityMeasure',$,$,$,$,$,.READWRITE.); @@ -1143,7 +1143,7 @@ DATA; #1136=IFCSIMPLEPROPERTYTEMPLATE('2Z3VQxrlD0BwjGGtLPJZPv',$,'Material','Material used for construction of the fins.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1137=IFCSIMPLEPROPERTYTEMPLATE('3w$n8zOxbAnQxgPLyu$BD0',$,'FinCorrugatedType','Description of a fin corrugated type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1138=IFCSIMPLEPROPERTYTEMPLATE('07i5Xlti15qPrlIxmr9Xfd',$,'HasCoating','TRUE if the fin has a coating, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1139=IFCPROPERTYSETTEMPLATE('3InpMfa6L2Vg5$Wz9yJrlG',$,'Pset_UnitaryEquipmentTypeAirConditioningUnit','Definition from IAI: Air conditioning unit equipment type attributes.\X2\000A\X0\Note that these attributes were formely Pset_PackagedACUnit prior to IFC2x2.\X2\000A\X0\HeatingEnergySource attribute deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',$,'IfcUnitaryEquipmentType',(#1140,#1141,#1142,#1143,#1144,#1145,#1146,#1147,#1148)); +#1139=IFCPROPERTYSETTEMPLATE('3InpMfa6L2Vg5$Wz9yJrlG',$,'Pset_UnitaryEquipmentTypeAirConditioningUnit','Definition from IAI: Air conditioning unit equipment type attributes.\X2\000A\X0\Note that these attributes were formely Pset_PackagedACUnit prior to IFC2x2.\X2\000A\X0\HeatingEnergySource attribute deleted in IFC2x2 Pset Addendum: Use IfcEnergyProperties, IfcFuelProperties, etc. instead.',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipmentType',(#1140,#1141,#1142,#1143,#1144,#1145,#1146,#1147,#1148)); #1140=IFCSIMPLEPROPERTYTEMPLATE('0J3TZh24j23R7ugFScVZUP',$,'SensibleCoolingCapacity','Sensible cooling capacity of the PackagedACUnit per ARI Standards 210/240, 270, 275, 360, 340 and 365. ',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #1141=IFCSIMPLEPROPERTYTEMPLATE('1Ugu0J8$L9bORcajgpQOjo',$,'LatentCoolingCapacity','Latent cooling capacity of the PackagedACUnit per ARI Standards 210/240, 270, 275, 360, 340 and 365. ',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #1142=IFCSIMPLEPROPERTYTEMPLATE('2MHmBzlV5Fpep7i9sUTz0v',$,'CoolingEfficiency','Coefficient of Performance: Ratio of cooling energy output to energy input under full load operating conditions per ARI Standards 210/240, 270, 275, 360, 340 and 365. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); @@ -1153,19 +1153,19 @@ DATA; #1146=IFCSIMPLEPROPERTYTEMPLATE('2dAZiaBtb5TufdzccDt_AQ',$,'CondenserEnteringTemperature','Temperature of fluid entering condenser per manufacturer''s listing (if available) ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1147=IFCSIMPLEPROPERTYTEMPLATE('2m1wMqJ3HEQe1$hUog1qYj',$,'CondenserLeavingTemperature','Termperature of fluid leaving condenser per manufacturer''s listing (if available) ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1148=IFCSIMPLEPROPERTYTEMPLATE('07WA3IPXH2LBVBKMKJfcY$',$,'OutsideAirFlowrate','Flow rate of outside air entering the PackagedACUnit per the manufacturer''s listing (if available) ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); -#1149=IFCPROPERTYSETTEMPLATE('0vsrmzilTEtObiToetppsG',$,'Pset_UnitaryEquipmentTypeAirHandler','Definition from IAI: Air handler unitary equipment type attributes.\X2\000A\X0\Note that these attributes were formerly Pset_AirHandler prior to IFC2x2.\X2\000A\X0\',$,'IfcUnitaryEquipmentType',(#1150,#1152,#1154)); +#1149=IFCPROPERTYSETTEMPLATE('0vsrmzilTEtObiToetppsG',$,'Pset_UnitaryEquipmentTypeAirHandler','Definition from IAI: Air handler unitary equipment type attributes.\X2\000A\X0\Note that these attributes were formerly Pset_AirHandler prior to IFC2x2.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcUnitaryEquipmentType',(#1150,#1152,#1154)); #1150=IFCSIMPLEPROPERTYTEMPLATE('20jY7fc3fD_xbInDrignAL',$,'AirHandlerConstruction','Enumeration defining how the air handler might be fabricated. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1151,$,$,$,.READWRITE.); #1151=IFCPROPERTYENUMERATION('PEnum_AirHandlerConstruction',(IFCLABEL('MANUFACTUREDITEM'),IFCLABEL('CONSTRUCTEDONSITE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1152=IFCSIMPLEPROPERTYTEMPLATE('2w_M1PTZv9mgVKoXp4qNA6',$,'AirHandlerFanCoilArrangement','Enumeration defining the arrangement of the supply air fan and the cooling coil. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1153,$,$,$,.READWRITE.); #1153=IFCPROPERTYENUMERATION('PEnum_AirHandlerFanCoilArrangement',(IFCLABEL('BLOWTHROUGH'),IFCLABEL('DRAWTHROUGH'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1154=IFCSIMPLEPROPERTYTEMPLATE('2RYnNYiUbC2xRkGwd2S0Xl',$,'DualDeck','Does the AirHandler have a dual deck? TRUE = Yes, FALSE = No. ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1155=IFCPROPERTYSETTEMPLATE('2Q41ym3KHETgxnlfbdg0gH',$,'Pset_ValvePHistory','Definition from IAI: Valve performance history common attributes of a typical 2 port pattern type valve.\X2\000A\X0\',$,'IfcPerformanceHistory',(#1156,#1157,#1158)); +#1155=IFCPROPERTYSETTEMPLATE('2Q41ym3KHETgxnlfbdg0gH',$,'Pset_ValvePHistory','Definition from IAI: Valve performance history common attributes of a typical 2 port pattern type valve.\X2\000A\X0\',.PSET_PERFORMANCEDRIVEN.,'IfcPerformanceHistory',(#1156,#1157,#1158)); #1156=IFCSIMPLEPROPERTYTEMPLATE('1Z03FKM5P9vhYb513ksBqg',$,'PercentageOpen','The ratio between the amount that the valve is open to the full open position of the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCRATIOMEASURE',$,$,$,$,.READWRITE.); #1157=IFCSIMPLEPROPERTYTEMPLATE('35F4bWHsn23uWvpHpXHbQb',$,'MeasuredFlowRate','The rate of flow of a fluid measured across the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCMASSFLOWRATEMEASURE',$,$,$,$,.READWRITE.); #1158=IFCSIMPLEPROPERTYTEMPLATE('0t3w3Twxz6dPBmPKh8x0Ng',$,'MeasuredPressureDrop','The actual pressure drop in the fluid measured across the valve.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCPRESSUREMEASURE',$,$,$,$,.READWRITE.); -#1159=IFCPROPERTYSETTEMPLATE('0z3N6796n4c9KeTc4_4aNI',$,'Pset_ValveTypeAirRelease','Definition from IAI: Valve used to release air from a pipe or fitting. \X2\000A\X0\Note that an air release valve is constrained to have a single port pattern\X2\000A\X0\',$,'IfcValveType',(#1160)); +#1159=IFCPROPERTYSETTEMPLATE('0z3N6796n4c9KeTc4_4aNI',$,'Pset_ValveTypeAirRelease','Definition from IAI: Valve used to release air from a pipe or fitting. \X2\000A\X0\Note that an air release valve is constrained to have a single port pattern\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1160)); #1160=IFCSIMPLEPROPERTYTEMPLATE('1PFcrCtQn1mxeCikhIE4Lu',$,'IsAutomatic','Indication of whether the valve is automatically operated (TRUE) or manually operated (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1161=IFCPROPERTYSETTEMPLATE('2KWvfyXvXA4O2_cNx1cjwt',$,'Pset_ValveTypeCommon','Definition from IAI: Valve type common attributes.\X2\000A\X0\',$,'IfcValveType',(#1162,#1164,#1166,#1168,#1169,#1170,#1171,#1172,#1173,#1174)); +#1161=IFCPROPERTYSETTEMPLATE('2KWvfyXvXA4O2_cNx1cjwt',$,'Pset_ValveTypeCommon','Definition from IAI: Valve type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1162,#1164,#1166,#1168,#1169,#1170,#1171,#1172,#1173,#1174)); #1162=IFCSIMPLEPROPERTYTEMPLATE('0Vtv3zCYrCFgMhNZabAV25',$,'ValvePattern','The configuration of the ports of a valve according to either the linear route taken by a fluid flowing through the valve or by the number of ports where:\X2\000A000A\X0\SINGLEPORT = Valve that has a single entry port from the system that it serves, the exit port being to the surrounding environment.\X2\000A\X0\ANGLED_2_PORT = Valve in which the direction of flow is changed through 90 degrees\X2\000A\X0\STRAIGHT_2_PORT = Valve in which the flow is straight through\X2\000A\X0\STRAIGHT_3_PORT = Valve with three separate ports\X2\000A\X0\CROSSOVER_4_PORT = Valve with 4 separate ports\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1163,$,$,$,.READWRITE.); #1163=IFCPROPERTYENUMERATION('PEnum_ValvePattern',(IFCLABEL('SINGLEPORT'),IFCLABEL('ANGLED_2_PORT'),IFCLABEL('STRAIGHT_2_PORT'),IFCLABEL('STRAIGHT_3_PORT'),IFCLABEL('CROSSOVER_4_PORT'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1164=IFCSIMPLEPROPERTYTEMPLATE('1Fv8j5r5TDUeEBrXXZIeqI',$,'ValveOperation','The method of valve operation where:\X2\000A000A\X0\DROPWEIGHT = A valve that is closed by the action of a weighted lever being released, the weight normally being prevented from dropping by being held by a wire, the closure normally being made by the action of heat on a fusible link in the wire\X2\000A\X0\FLOAT = A valve that is opened and closed by the action of a float that rises and falls with water level. The float may be a ball attached to a lever or other mechanism\X2\000A\X0\HYDRAULIC = A valve that is opened and closed by hydraulic actuation\X2\000A\X0\LEVER = A valve that is opened and closed by the action of a lever rotating the gate within the valve.\X2\000A\X0\LOCKSHIELD = A valve that requires the use of a special lockshield key for opening and closing, the operating mechanism being protected by a shroud during normal operation.\X2\000A\X0\MOTORIZED = A valve that is opened and closed by the action of an electric motor on an actuator\X2\000A\X0\PNEUMATIC = A valve that is opened and closed by pneumatic actuation\X2\000A\X0\SOLENOID = A valve that is normally held open by a magnetic field in a coil acting on the gate but that is closed immediately if the electrical current generating the magnetic field is removed. \X2\000A\X0\SPRING = A valve that is normally held in position by the pressure of a spring on a plate but that may be caused to open if the pressure of the fluid is sufficient to overcome the spring pressure. \X2\000A\X0\THERMOSTATIC = A valve in which the ports are opened or closed to maintain a required predetermined temperature.\X2\000A\X0\WHEEL = A valve that is opened and closed by the action of a wheel moving the gate within the valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1165,$,$,$,.READWRITE.); @@ -1179,9 +1179,9 @@ DATA; #1172=IFCSIMPLEPROPERTYTEMPLATE('0Yd68bKA9FPvT2pTuWWW$U',$,'WorkingPressure','The normally expected maximum working pressure of the valve',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1173=IFCSIMPLEPROPERTYTEMPLATE('0GxXoeIm18pf53t_LXO5DF',$,'FlowCoefficient','Flow coefficient (the quantity of fluid that passes through a fully open valve at unit pressure drop), typically expressed as the Kv or Cv value for the valve.',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #1174=IFCSIMPLEPROPERTYTEMPLATE('11ddS1OQD51gBskJB9K6EL',$,'CloseOffRating','Close off rating.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#1175=IFCPROPERTYSETTEMPLATE('1PhhWAmnT5zuFqwSr4Q01n',$,'Pset_ValveTypeDrawOffCock','Definition from BS6100 250 6223: A small diameter valve, used to drain water from a cistern or water filled system.',$,'IfcValveType',(#1176)); +#1175=IFCPROPERTYSETTEMPLATE('1PhhWAmnT5zuFqwSr4Q01n',$,'Pset_ValveTypeDrawOffCock','Definition from BS6100 250 6223: A small diameter valve, used to drain water from a cistern or water filled system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1176)); #1176=IFCSIMPLEPROPERTYTEMPLATE('2sit0jWD9COh_MuX$677iN',$,'HasHoseUnion','Indicates whether the drawoff cock is fitted with a hose union connection (= TRUE) or not (= FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1177=IFCPROPERTYSETTEMPLATE('13ao3jQyn3ABSFZAY$dZFC',$,'Pset_ValveTypeFaucet','Definition from BS6100: A small diameter valve, with a free outlet, from which water is drawn.',$,'IfcValveType',(#1178,#1180,#1182,#1184,#1185)); +#1177=IFCPROPERTYSETTEMPLATE('13ao3jQyn3ABSFZAY$dZFC',$,'Pset_ValveTypeFaucet','Definition from BS6100: A small diameter valve, with a free outlet, from which water is drawn.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1178,#1180,#1182,#1184,#1185)); #1178=IFCSIMPLEPROPERTYTEMPLATE('3gzWLkF8D2JRWG6NtTRWcQ',$,'FaucetType','Defines the range of faucet types that may be specified where:\X2\000A000A\X0\Bib =\X2\0009\X0\ Faucet with a horizontal inlet and a nozzle that discharges downwards.\X2\000A\X0\Globe =\X2\0009\X0\ Faucet fitted through the end of a bath, with a horizontal inlet, a partially spherical body and a vertical nozzle.\X2\000A\X0\Diverter =\X2\0009\X0\Combination faucet assembly with a valve to enable the flow of mixed water to be transferred to a showerhead.\X2\000A\X0\DividedFlowCombination =\X2\0009\X0\ Combination faucet assembly in which hot and cold water are kept separate until emerging from a common nozzle\X2\000A\X0\Pillar =\X2\0009\X0\ Faucet that has a vertical inlet and a nozzle that discharges downwards\X2\000A\X0\SingleOutletCombination =\X2\0009\X0\ Combination faucet assembly in which hot and cold water mix before emerging from a common nozzle\X2\000A\X0\Spray =\X2\0009\X0\ Faucet with a spray outlet\X2\000A\X0\SprayMixing =\X2\0009\X0\ Spray faucet connected to hot and cold water supplies that delivers water at a temperature determined during use.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1179,$,$,$,.READWRITE.); #1179=IFCPROPERTYENUMERATION('PEnum_FaucetType',(IFCLABEL('BIB'),IFCLABEL('GLOBE'),IFCLABEL('DIVERTER'),IFCLABEL('DIVIDEDFLOWCOMBINATION'),IFCLABEL('PILLAR'),IFCLABEL('SINGLEOUTLETCOMBINATION'),IFCLABEL('SPRAY'),IFCLABEL('SPRAYMIXING'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1180=IFCSIMPLEPROPERTYTEMPLATE('1vEyhSzA556QUJIE3ZRI5a',$,'FaucetOperation','Defines the range of ways in which a faucet can be operated that may be specified where:\X2\000A000A\X0\CeramicDisc =\X2\0009\X0\ Quick action faucet with a ceramic seal to open or close the orifice\X2\000A\X0\LeverHandle =\X2\0009\X0\ Quick action faucet that is operated by a lever handle\X2\000A\X0\NonConcussiveSelfClosing =\X2\0009\X0\ Self closing faucet that does not induce surge pressure\X2\000A\X0\QuarterTurn =\X2\0009\X0\ Quick action faucet that can be fully opened or shut by turning the operating mechanism through 90 degrees.\X2\000A\X0\QuickAction =\X2\0009\X0\ Faucet that can be opened or closed fully with a single small movement of the operating mechanism\X2\000A\X0\ScrewDown =\X2\0009\X0\ Faucet in which a plate or disc is moved, by the rotation of a screwed spindle, to close or open the orifice.\X2\000A\X0\SelfClosing =\X2\0009\X0\ Faucet that is opened by pressure of the top of an operating spindle and is closed under the action of a spring or weight when the pressure is released\X2\000A\X0\TimedSelfClosing = \X2\0009\X0\Self closing faucet that discharges for a predetermined period of time\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1181,$,$,$,.READWRITE.); @@ -1190,37 +1190,37 @@ DATA; #1183=IFCPROPERTYENUMERATION('PEnum_FaucetFunction',(IFCLABEL('COLD'),IFCLABEL('HOT'),IFCLABEL('MIXED'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1184=IFCSIMPLEPROPERTYTEMPLATE('1P8vzEN$j6nAUX5xU6Mo32',$,'Finish','Description of the finish applied to the faucet',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1185=IFCSIMPLEPROPERTYTEMPLATE('37c80UWA14Cgl0Rpx5ZS$X',$,'FaucetTopDescription','Description of the operating mechanism/top of the faucet',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1186=IFCPROPERTYSETTEMPLATE('0kadfqOEH3JP42roHv9I52',$,'Pset_ValveTypeFlushing','Definition from IAI: Valve that flushes a predetermined quantity of water to cleanse a WC, urinal or slop hopper.\X2\000A\X0\Note that a flushing valve is constrained to have a 2 port pattern.\X2\000A\X0\',$,'IfcValveType',(#1187,#1188,#1189)); +#1186=IFCPROPERTYSETTEMPLATE('0kadfqOEH3JP42roHv9I52',$,'Pset_ValveTypeFlushing','Definition from IAI: Valve that flushes a predetermined quantity of water to cleanse a WC, urinal or slop hopper.\X2\000A\X0\Note that a flushing valve is constrained to have a 2 port pattern.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1187,#1188,#1189)); #1187=IFCSIMPLEPROPERTYTEMPLATE('2N6khtTw14QwxxDK_Z$LDJ',$,'FlushingRate','The predetermined quantity of water to be flushed',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #1188=IFCSIMPLEPROPERTYTEMPLATE('1GNudZCBrCIBzZpJcqbkt8',$,'HasIntegralShutOffDevice','Indication of whether the flushing valve has an integral shut off device fitted (set TRUE) or not (set FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1189=IFCSIMPLEPROPERTYTEMPLATE('3Vkq7FUVbBsuBSl94EuKO8',$,'IsHighPressure','Indication of whether the flushing valve is suitable for use on a high pressure water main (set TRUE) or not (set FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1190=IFCPROPERTYSETTEMPLATE('1HYd_X0355YQGaUZOkV4dB',$,'Pset_ValveTypeGasTap','Definition from IAI: A small diameter valve, used to discharge gas from a system.',$,'IfcValveType',(#1191)); +#1190=IFCPROPERTYSETTEMPLATE('1HYd_X0355YQGaUZOkV4dB',$,'Pset_ValveTypeGasTap','Definition from IAI: A small diameter valve, used to discharge gas from a system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1191)); #1191=IFCSIMPLEPROPERTYTEMPLATE('0yZOdbhof9RBSblzAkZQ6m',$,'HasHoseUnion','Indicates whether the gas tap is fitted with a hose union connection (= TRUE) or not (= FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1192=IFCPROPERTYSETTEMPLATE('3$zDfbTKz8WxeflwVwC8Ia',$,'Pset_ValveTypeIsolating','Definition from IAI: Valve that is used to isolate system components.\X2\000A\X0\Note that an isolating valve is constrained to have a 2 port pattern.\X2\000A\X0\',$,'IfcValveType',(#1193,#1194)); +#1192=IFCPROPERTYSETTEMPLATE('3$zDfbTKz8WxeflwVwC8Ia',$,'Pset_ValveTypeIsolating','Definition from IAI: Valve that is used to isolate system components.\X2\000A\X0\Note that an isolating valve is constrained to have a 2 port pattern.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1193,#1194)); #1193=IFCSIMPLEPROPERTYTEMPLATE('1l2uKpIOz1nuOOL$r29eDY',$,'IsNormallyOpen','If TRUE, the valve is normally open. If FALSE is is normally closed. ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1194=IFCSIMPLEPROPERTYTEMPLATE('2Xk9JnQO5AVQ$Pm$DdZGLu',$,'IsolatingPurpose','Defines the purpose for which the isolating valve is used since the way in which the valve is identified as an isolating valve may be in the context of its use. Note that unless there is a contextual name for the isolating valve (as in the case of a Landing Valve on a rising fire main), then the value assigned shoulkd be UNSET',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1195,$,$,$,.READWRITE.); #1195=IFCPROPERTYENUMERATION('PEnum_IsolatingPurpose',(IFCLABEL('LANDING'),IFCLABEL('LANDINGWITHPRESSUREREGULATION'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#1196=IFCPROPERTYSETTEMPLATE('2Am_SHn1H9lvDUCMoBaXlI',$,'Pset_ValveTypeMixing','Definition from IAI: A valve where typically the temperature of the outlet is determined by mixing hot and cold water inlet flows.',$,'IfcValveType',(#1197,#1199)); +#1196=IFCPROPERTYSETTEMPLATE('2Am_SHn1H9lvDUCMoBaXlI',$,'Pset_ValveTypeMixing','Definition from IAI: A valve where typically the temperature of the outlet is determined by mixing hot and cold water inlet flows.',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1197,#1199)); #1197=IFCSIMPLEPROPERTYTEMPLATE('0g6xp$04zCCOXyhjcbsUSY',$,'MixerControl','Defines the form of control of the mixing valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1198,$,$,$,.READWRITE.); #1198=IFCPROPERTYENUMERATION('PEnum_MixingValveControl',(IFCLABEL('MANUAL'),IFCLABEL('PREDEFINED'),IFCLABEL('THERMOSTATIC'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1199=IFCSIMPLEPROPERTYTEMPLATE('0wWv7dQGz8iQUu_2IZqVhE',$,'OutletConnectionSize','The size of the pipework connection from the mixing valve.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1200=IFCPROPERTYSETTEMPLATE('2fzHzgAsP709a93BHUuSlL',$,'Pset_ValveTypePressureReducing','Definition from IAI: Valve that reduces the pressure of a fluid immediately downstream of its position in a pipeline to a preselected value or by a predetermined ratio.\X2\000A\X0\Note that a pressure reducing valve is constrained to have a 2 port pattern.\X2\000A\X0\',$,'IfcValveType',(#1201,#1202)); +#1200=IFCPROPERTYSETTEMPLATE('2fzHzgAsP709a93BHUuSlL',$,'Pset_ValveTypePressureReducing','Definition from IAI: Valve that reduces the pressure of a fluid immediately downstream of its position in a pipeline to a preselected value or by a predetermined ratio.\X2\000A\X0\Note that a pressure reducing valve is constrained to have a 2 port pattern.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1201,#1202)); #1201=IFCSIMPLEPROPERTYTEMPLATE('0CTXCm2Cb0xg0O5pfm99xk',$,'UpstreamPressure','The operating pressure of the fluid upstream of the pressure reducing valve',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1202=IFCSIMPLEPROPERTYTEMPLATE('1gmL6eTLn5T9jMkevwKvWB',$,'DownstreamPressure','The operating pressure of the fluid downstream of the pressure reducing valve',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#1203=IFCPROPERTYSETTEMPLATE('0A$UJlsMHAIxCX5NfBOiBb',$,'Pset_ValveTypePressureRelief','Definition from IAI: Spring or weight loaded valve that automatically discharges to a safe place fluid that has built up to excessive pressure in pipes or fittings.\X2\000A\X0\Note that a pressure relief valve is constrained to have a single port pattern.\X2\000A\X0\',$,'IfcValveType',(#1204)); +#1203=IFCPROPERTYSETTEMPLATE('0A$UJlsMHAIxCX5NfBOiBb',$,'Pset_ValveTypePressureRelief','Definition from IAI: Spring or weight loaded valve that automatically discharges to a safe place fluid that has built up to excessive pressure in pipes or fittings.\X2\000A\X0\Note that a pressure relief valve is constrained to have a single port pattern.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcValveType',(#1204)); #1204=IFCSIMPLEPROPERTYTEMPLATE('3nM_EJKujA5PzJMBZDp$og',$,'ReliefPressure','The pressure at which the spring or weight in the valve is set to discharge fluid',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); -#1205=IFCPROPERTYSETTEMPLATE('23FQLmd8r06gGSfG$_vmYu',$,'Pset_VibrationIsolatorTypeCommon','Definition from IAI: Vibration isolator type common attributes.\X2\000A\X0\',$,'IfcVibrationIsolatorType',(#1206,#1207,#1208,#1209,#1210,#1211)); +#1205=IFCPROPERTYSETTEMPLATE('23FQLmd8r06gGSfG$_vmYu',$,'Pset_VibrationIsolatorTypeCommon','Definition from IAI: Vibration isolator type common attributes.\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcVibrationIsolatorType',(#1206,#1207,#1208,#1209,#1210,#1211)); #1206=IFCSIMPLEPROPERTYTEMPLATE('1sFSa_Pyb4LgANT7kEw0yh',$,'VibrationTransmissibility','The vibration transmissibility percentage.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1207=IFCSIMPLEPROPERTYTEMPLATE('3$5je__lPCyuImCA24rSFT',$,'IsolatorStaticDeflection','Static deflection of the vibration isolator.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #1208=IFCSIMPLEPROPERTYTEMPLATE('10EjzGdBbD1hs9UyIj_A7E',$,'IsolatorCompressibility','The compressibility of the vibration isolator.',.P_SINGLEVALUE.,'IfcRatioMeasure',$,$,$,$,$,.READWRITE.); #1209=IFCSIMPLEPROPERTYTEMPLATE('0Nedk47Lj2eOA58YdZeYQC',$,'Height','Height of the vibration isolator before tha application of load. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1210=IFCSIMPLEPROPERTYTEMPLATE('2CtzO6DvT3bxrLryLvul2o',$,'Material','Material from which the damping element of the vibration isolator is constructed. ',.P_REFERENCEVALUE.,'IfcMaterial ',$,$,$,$,$,.READWRITE.); #1211=IFCSIMPLEPROPERTYTEMPLATE('3I9_dKk7rA_xS3EvouC51X',$,'MaximumSupportedWeight','The maximum weight that can be carried by the vibration isolator. ',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); -#1212=IFCPROPERTYSETTEMPLATE('1MkwvVFNnF3AueJSFnASur',$,'Pset_ActorCommon','Definition from IAI: A property set that enables further classification of actors, including the ability to give a number of actors to be designated as a population, the number being specified as a property to be dealt with as a single value rather than having to aggregate a number of instances of IfcActor.',$,'IfcActor',(#1213,#1214,#1215)); +#1212=IFCPROPERTYSETTEMPLATE('1MkwvVFNnF3AueJSFnASur',$,'Pset_ActorCommon','Definition from IAI: A property set that enables further classification of actors, including the ability to give a number of actors to be designated as a population, the number being specified as a property to be dealt with as a single value rather than having to aggregate a number of instances of IfcActor.',.PSET_OCCURRENCEDRIVEN.,'IfcActor',(#1213,#1214,#1215)); #1213=IFCSIMPLEPROPERTYTEMPLATE('2fO_v3yqb5qgVPd35k1L9X',$,'NumberOfActors','The number of actors that are to be dealt with together in the population.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); #1214=IFCSIMPLEPROPERTYTEMPLATE('2XqS0lhFvBUvGhNBry4aB_',$,'Category','Designation of the category into which the actors in the population belong.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1215=IFCSIMPLEPROPERTYTEMPLATE('0sygUX5Hb3u8IpA51fQLGA',$,'SkillLevel','Skill level exhibited by the actor and which indicates an extent of their capability to perform actions on the artefacts upon which they can act.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1216=IFCPROPERTYSETTEMPLATE('0mTM09ZEDAAQakpM49F3Ay',$,'Pset_ProductRequirements','Definition from IAI: Categorization of the required properties of an entity that are used to determine what the level of the requirement is, to enable its performance/quality to be determined, assessed, or measured, and compared against the requirement, and then to analyze whether the entity is suitable for use within a given context..',$,'IfcProduct',(#1217,#1218,#1219,#1220,#1221,#1222,#1223,#1224,#1225,#1226)); +#1216=IFCPROPERTYSETTEMPLATE('0mTM09ZEDAAQakpM49F3Ay',$,'Pset_ProductRequirements','Definition from IAI: Categorization of the required properties of an entity that are used to determine what the level of the requirement is, to enable its performance/quality to be determined, assessed, or measured, and compared against the requirement, and then to analyze whether the entity is suitable for use within a given context..',.PSET_OCCURRENCEDRIVEN.,'IfcProduct',(#1217,#1218,#1219,#1220,#1221,#1222,#1223,#1224,#1225,#1226)); #1217=IFCSIMPLEPROPERTYTEMPLATE('1XLxQDYln3tgrH9NmyaXkO',$,'Name','Subject matter for which a value is to be reported.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1218=IFCSIMPLEPROPERTYTEMPLATE('2WqP0fZDDDaumoyHbQArh2',$,'Category','A reference to a classification of the degree of aggregation or granularity of topic data such as regional, local etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1219=IFCSIMPLEPROPERTYTEMPLATE('0VhO4RBUL4qRBCXyUZ4kGz',$,'GroupName','Name of grouping of topics.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1231,22 +1231,22 @@ DATA; #1224=IFCSIMPLEPROPERTYTEMPLATE('2ZevLs7FTC49gj3a9sZ4SJ',$,'SupplyEvaluationValue','Value of the subject matter as determined using an agreed scale for what is provided, or capable of being provided.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1225=IFCSIMPLEPROPERTYTEMPLATE('3ElVqfsJT4UfxsUK2mT_l6',$,'GapValue','Difference determined between the topic demand value and the topic supply evaluation value.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1226=IFCSIMPLEPROPERTYTEMPLATE('1DzDp332b5xxCl3E2unabI',$,'GapValueWeighted','Difference determined between the topic demand value and the topic supply evaluation value, weighted for topic demand importance value.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1227=IFCPROPERTYSETTEMPLATE('0haWkl8vz3j8fUZ9aDbGOX',$,'Pset_ProjectCommon','Definition from IAI: Common properties for a building project.',$,'IfcProject',(#1228,#1229,#1230)); +#1227=IFCPROPERTYSETTEMPLATE('0haWkl8vz3j8fUZ9aDbGOX',$,'Pset_ProjectCommon','Definition from IAI: Common properties for a building project.',.PSET_OCCURRENCEDRIVEN.,'IfcProject',(#1228,#1229,#1230)); #1228=IFCSIMPLEPROPERTYTEMPLATE('2_3$o$xX1Atxq26DafII_V',$,'ConstructionMode','The type of construction action the project deals with, e.g. new construction, renovation, refurbishment, etc. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1229=IFCSIMPLEPROPERTYTEMPLATE('3Eum6BoM1EKv3s4PxJptfx',$,'BuildingPermitId','The building permit identifier for the written authorization required by building authorities before construction on a specific project can begin.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1230=IFCSIMPLEPROPERTYTEMPLATE('2EVo$JLSbE9AihUZqf96zl',$,'GrossAreaPlanned','Total planned area for the project. Used for programming the project',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); -#1231=IFCPROPERTYSETTEMPLATE('2EirlRx7XBEhCbznWEZxij',$,'Pset_DesignPoint','Definition from IAI: A point of connection taken as a reference for hydraulic calculations in sprinkler systems. The point is assigned to an instance of IfcDistributionPort and located according to circumstances as set out by local building codes. For instance, it may be either the last elbow, tee or branch downstream of which a sprinkler array is located (where ranges are directly connected to the distribution pipe without risers or drops) or the point of connection of the riser or drop nearest the installation valves in the sprinkler array (where ranges are connected to the distribution pipe with risers or drops). Other circumstances may be referenced in local codes and the assignment of the design point must be established by a user.\X2\000A\X0\',$,'IfcDistributionPort',(#1232)); +#1231=IFCPROPERTYSETTEMPLATE('2EirlRx7XBEhCbznWEZxij',$,'Pset_DesignPoint','Definition from IAI: A point of connection taken as a reference for hydraulic calculations in sprinkler systems. The point is assigned to an instance of IfcDistributionPort and located according to circumstances as set out by local building codes. For instance, it may be either the last elbow, tee or branch downstream of which a sprinkler array is located (where ranges are directly connected to the distribution pipe without risers or drops) or the point of connection of the riser or drop nearest the installation valves in the sprinkler array (where ranges are connected to the distribution pipe with risers or drops). Other circumstances may be referenced in local codes and the assignment of the design point must be established by a user.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort',(#1232)); #1232=IFCSIMPLEPROPERTYTEMPLATE('039GtPbm1F7u_pRJP9EOuO',$,'IsDesignPoint','Indicates whether an instance of IfcDistributionPort is to act as the design point for sprinkler hydraulic calculation (set TRUE) or not (either set FALSE or assumed to be FALSE where an instance of the property set is not assigned to an instance of IfcDistributionPort). ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1233=IFCPROPERTYSETTEMPLATE('2lFPTE54z9MhLLsV5ogorN',$,'Pset_DrainageCatchment','Definition from IAI: Area of land that drains naturally to a given point (BS6100 modified). Used as a non type driven property set in conjunction with an appropriate instance of IfcSpatialStructureElement that is identified as a catchment using the inherited IfcRoot.Name attribute. Catchments may be nested using IfcRelNests so that subcatchment areas (as component parts of a catchment area) can be identified. A catchment area will be geometrically defined by a closed loop (closed polyline or polyloop)\X2\000A\X0\Note also that the boundary between catchment areas (watershed) is not currently identified.\X2\000A\X0\',$,'IfcSite',(#1234)); +#1233=IFCPROPERTYSETTEMPLATE('2lFPTE54z9MhLLsV5ogorN',$,'Pset_DrainageCatchment','Definition from IAI: Area of land that drains naturally to a given point (BS6100 modified). Used as a non type driven property set in conjunction with an appropriate instance of IfcSpatialStructureElement that is identified as a catchment using the inherited IfcRoot.Name attribute. Catchments may be nested using IfcRelNests so that subcatchment areas (as component parts of a catchment area) can be identified. A catchment area will be geometrically defined by a closed loop (closed polyline or polyloop)\X2\000A\X0\Note also that the boundary between catchment areas (watershed) is not currently identified.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#1234)); #1234=IFCSIMPLEPROPERTYTEMPLATE('3aqx2jrKzBlxezluYx1vRR',$,'AreaDrained','The area measure enclosed within the catchment',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); -#1235=IFCPROPERTYSETTEMPLATE('3l3o1nbjn9NgRRr__SRG6i',$,'Pset_DrainageCulvert','Definition from IAI: Covered channel or large pipe that forms a watercourse below ground level, usually under a road or railway (BS6100). Used as a non type driven property set in conjunction with an instance of IfcSystem that is classified as a culvert.\X2\000A\X0\',$,'IfcSystem',(#1236,#1237)); +#1235=IFCPROPERTYSETTEMPLATE('3l3o1nbjn9NgRRr__SRG6i',$,'Pset_DrainageCulvert','Definition from IAI: Covered channel or large pipe that forms a watercourse below ground level, usually under a road or railway (BS6100). Used as a non type driven property set in conjunction with an instance of IfcSystem that is classified as a culvert.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcSystem',(#1236,#1237)); #1236=IFCSIMPLEPROPERTYTEMPLATE('0tzcpEyqjE_Q1cl$sEjMUT',$,'InternalWidth','The internal width of the culvert',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #1237=IFCSIMPLEPROPERTYTEMPLATE('1k$Z6t7Ef0APaDRWQDeyEp',$,'ClearDepth','The clear depth of the culvert',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#1238=IFCPROPERTYSETTEMPLATE('0AmMAl4ojEgOZx1BpfYL4o',$,'Pset_DrainageOutfall','Definition from IAI: Structure through which water is discharged into a watercourse or body of water (BS6100). Used as a non type driven property set in conjunction with an instance of IfcProxy that is identified as an outfall using the inherited IfcRoot.Name attribute.\X2\000A\X0\',$,'IfcProxy',(#1239)); +#1238=IFCPROPERTYSETTEMPLATE('0AmMAl4ojEgOZx1BpfYL4o',$,'Pset_DrainageOutfall','Definition from IAI: Structure through which water is discharged into a watercourse or body of water (BS6100). Used as a non type driven property set in conjunction with an instance of IfcProxy that is identified as an outfall using the inherited IfcRoot.Name attribute.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcProxy',(#1239)); #1239=IFCSIMPLEPROPERTYTEMPLATE('2ho9HIlBn1gRv5miefid_9',$,'InvertLevel','The lowest point of the outfall',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#1240=IFCPROPERTYSETTEMPLATE('38buQ3TR59FP6AspHbzDBF',$,'Pset_DrainageReserve','Definition from IAI: Area exclusively reserved for the routing of drainage services. Used as a non type driven property set in conjunction with an appropriate instance of IfcSpatialStructureElement that is identified as a drainage reserve using the inherited IfcRoot.Name attribute.\X2\000A\X0\',$,'IfcSite',(#1241)); +#1240=IFCPROPERTYSETTEMPLATE('38buQ3TR59FP6AspHbzDBF',$,'Pset_DrainageReserve','Definition from IAI: Area exclusively reserved for the routing of drainage services. Used as a non type driven property set in conjunction with an appropriate instance of IfcSpatialStructureElement that is identified as a drainage reserve using the inherited IfcRoot.Name attribute.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#1241)); #1241=IFCSIMPLEPROPERTYTEMPLATE('2t9RBWqxP3rBFsNtM_7G3T',$,'Width','The width of the drainage reserve',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#1242=IFCPROPERTYSETTEMPLATE('1UIRuRLOD24wgUWkhM0MQb',$,'Pset_FireSuppressionTerminalTypeBreechingInlet','Definition from IAI: Symmetrical pipe fitting that unites two or more inlets into a single pipe (BS6100 330 114 adapted).',$,'IfcFireSuppressionTerminalType',(#1243,#1245,#1246,#1247,#1249,#1250)); +#1242=IFCPROPERTYSETTEMPLATE('1UIRuRLOD24wgUWkhM0MQb',$,'Pset_FireSuppressionTerminalTypeBreechingInlet','Definition from IAI: Symmetrical pipe fitting that unites two or more inlets into a single pipe (BS6100 330 114 adapted).',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminalType',(#1243,#1245,#1246,#1247,#1249,#1250)); #1243=IFCSIMPLEPROPERTYTEMPLATE('0choSJxcz0IeZeX6aVHpxN',$,'BreechingInletType','Defines the type of breeching inlet.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1244,$,$,$,.READWRITE.); #1244=IFCPROPERTYENUMERATION('PEnum_BreechingInletType',(IFCLABEL('TWOWAY'),IFCLABEL('FOURWAY'),IFCLABEL('OTHER'),IFCLABEL('USERDEFINED'),IFCLABEL('NOTDEFINED')),$); #1245=IFCSIMPLEPROPERTYTEMPLATE('3IeWXdCFn6mu0TylmeScRq',$,'InletDiameter','The inlet diameter of the breeching inlet.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1255,7 +1255,7 @@ DATA; #1248=IFCPROPERTYENUMERATION('PEnum_BreechingInletCouplingType',(IFCLABEL('INSTANTANEOUS_FEMALE'),IFCLABEL('INSTANTANEOUS_MALE'),IFCLABEL('OTHER'),IFCLABEL('USERDEFINED'),IFCLABEL('NOTDEFINED')),$); #1249=IFCSIMPLEPROPERTYTEMPLATE('1zTd7jVqz2MOc_GDalf5ST',$,'HasCaps','Does the inlet connection have protective caps.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1250=IFCSIMPLEPROPERTYTEMPLATE('3vhCxNR91ECQESv0D5nrM2',$,'Material','Material from which the object is constructed',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1251=IFCPROPERTYSETTEMPLATE('2bJ$XoP6X5NQ7mUmzSQj3l',$,'Pset_FireSuppressionTerminalTypeFireHydrant','Definition from IAI: Device, fitted to a pipe, through which a temporary supply of water may be provided (BS6100 330 6107)\X2\000A000A\X0\For further details on fire hydrants, see www.firehydrant.org',$,'IfcFireSuppressionTerminalType',(#1252,#1254,#1255,#1256,#1257,#1258,#1259,#1260,#1261,#1262)); +#1251=IFCPROPERTYSETTEMPLATE('2bJ$XoP6X5NQ7mUmzSQj3l',$,'Pset_FireSuppressionTerminalTypeFireHydrant','Definition from IAI: Device, fitted to a pipe, through which a temporary supply of water may be provided (BS6100 330 6107)\X2\000A000A\X0\For further details on fire hydrants, see www.firehydrant.org',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminalType',(#1252,#1254,#1255,#1256,#1257,#1258,#1259,#1260,#1261,#1262)); #1252=IFCSIMPLEPROPERTYTEMPLATE('0suQG1pMPABRbblUMqELgE',$,'FireHydrantType','Defines the range of hydrant types from which the required type can be selected where:\X2\000A000A\X0\DryBarrel =\X2\0009\X0\ A hydrant that has isolating valves fitted below ground and that may be used where the possibility of water freezing is a consideration.\X2\000A\X0\WetBarrel =\X2\0009\X0\ A hydrant that has isolating valves fitted above ground and that may be used where there is no possibility of water freezing.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1253,$,$,$,.READWRITE.); #1253=IFCPROPERTYENUMERATION('PEnum_FireHydrantType',(IFCLABEL('DryBarrel'),IFCLABEL('WetBarrel'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1254=IFCSIMPLEPROPERTYTEMPLATE('1CXRtXpdz4u9ISjzf6UCq6',$,'PumperConnectionSize','The size of a connection to which a fire hose may be connected that is then linked to a pumping unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1267,7 +1267,7 @@ DATA; #1260=IFCSIMPLEPROPERTYTEMPLATE('2fK5hFU8H6pf790b9PA20i',$,'PressureRating','Maximum pressure that the hydrant is manufactured to withstand.',.P_SINGLEVALUE.,'IfcPressureMeasure',$,$,$,$,$,.READWRITE.); #1261=IFCSIMPLEPROPERTYTEMPLATE('1jax1hNAL0UeBDZ$bMyDy2',$,'BodyColor','Color of the body of the hydrant.\X2\000A000A\X0\Note: Consult local fire regulations for statutory colors that may be required for hydrant bodies in particular circumstances.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1262=IFCSIMPLEPROPERTYTEMPLATE('3erUIrETH5o9UtSXwt65zg',$,'CapColor','Color of the caps of the hydrant.\X2\000A000A\X0\Note: Consult local fire regulations for statutory colors that may be required for hydrant caps in particular circumstances.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1263=IFCPROPERTYSETTEMPLATE('1Hf_iOZvjAKhSpNATnFVQS',$,'Pset_FireSuppressionTerminalTypeHoseReel','Definition from IAI: A supporting framework on which a hose may be wound (BS6100 155 8201).\X2\000A000A\X0\Note that the service provided by the hose (water/foam) is determined by the context of the system onto which the hose reel is connected.',$,'IfcFireSuppressionTerminalType',(#1264,#1266,#1268,#1269,#1270,#1271,#1273,#1274)); +#1263=IFCPROPERTYSETTEMPLATE('1Hf_iOZvjAKhSpNATnFVQS',$,'Pset_FireSuppressionTerminalTypeHoseReel','Definition from IAI: A supporting framework on which a hose may be wound (BS6100 155 8201).\X2\000A000A\X0\Note that the service provided by the hose (water/foam) is determined by the context of the system onto which the hose reel is connected.',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminalType',(#1264,#1266,#1268,#1269,#1270,#1271,#1273,#1274)); #1264=IFCSIMPLEPROPERTYTEMPLATE('3Ybv1fdmbDyQ95AP_Cgnju',$,'HoseReelType','Identifies the predefined types of hose arrangement from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1265,$,$,$,.READWRITE.); #1265=IFCPROPERTYENUMERATION('PEnum_HoseReelType',(IFCLABEL('Rack'),IFCLABEL('Reel'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1266=IFCSIMPLEPROPERTYTEMPLATE('1tqNiFNTTAu91XFhs9jMa3',$,'HoseReelMountingType','Identifies the predefined types of hose reel mounting from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1267,$,$,$,.READWRITE.); @@ -1279,7 +1279,7 @@ DATA; #1272=IFCPROPERTYENUMERATION('PEnum_HoseNozzleType',(IFCLABEL('Fog'),IFCLABEL('StraightStream'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1273=IFCSIMPLEPROPERTYTEMPLATE('1KhFZoVTjEYhZpyonvcRo3',$,'ClassOfService','A classification of usage of the hose reel that may be applied.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1274=IFCSIMPLEPROPERTYTEMPLATE('1gzeeMZ416m9DuoZCfYsjX',$,'ClassificationAuthority','The name of the authority that applies the classification of service to the hose reel (e.g. NFPA/FEMA)',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1275=IFCPROPERTYSETTEMPLATE('0D6KbJVzX1$97TF6u1cWrB',$,'Pset_FireSuppressionTerminalTypeSprinkler','Definition from IAI: Device for sprinkling water from a pipe under pressure over an area (BS6100 100 3432)',$,'IfcFireSuppressionTerminalType',(#1276,#1278,#1280,#1282,#1283,#1284,#1285,#1287,#1288,#1289,#1290,#1291,#1292,#1293)); +#1275=IFCPROPERTYSETTEMPLATE('0D6KbJVzX1$97TF6u1cWrB',$,'Pset_FireSuppressionTerminalTypeSprinkler','Definition from IAI: Device for sprinkling water from a pipe under pressure over an area (BS6100 100 3432)',.PSET_TYPEDRIVENOVERRIDE.,'IfcFireSuppressionTerminalType',(#1276,#1278,#1280,#1282,#1283,#1284,#1285,#1287,#1288,#1289,#1290,#1291,#1292,#1293)); #1276=IFCSIMPLEPROPERTYTEMPLATE('0w78OMbbr1u8RGZUo4JjlM',$,'SprinklerType','Identifies the predefined types of sprinkler from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1277,$,$,$,.READWRITE.); #1277=IFCPROPERTYENUMERATION('PEnum_SprinklerType',(IFCLABEL('Ceiling'),IFCLABEL('Concealed'),IFCLABEL('Cut-off'),IFCLABEL('Pendant'),IFCLABEL('RecessedPendant'),IFCLABEL('Sidewall'),IFCLABEL('Upright'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1278=IFCSIMPLEPROPERTYTEMPLATE('044LqQeCzCrvXU2tudWjiT',$,'Activation','Identifies the predefined methods of sprinkler activation from which that required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1279,$,$,$,.READWRITE.); @@ -1298,7 +1298,7 @@ DATA; #1291=IFCSIMPLEPROPERTYTEMPLATE('13sJ8aa7D32OkhQPtFMoMe',$,'ConnectionSize','Size of the inlet connection to the sprinkler.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1292=IFCSIMPLEPROPERTYTEMPLATE('2n1NCrnFz2VRkLMjEHyVQd',$,'FrameMaterial','The material used to construct the frame of the sprinkler.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1293=IFCSIMPLEPROPERTYTEMPLATE('3hIcmGldn7tOuWa9m_q50W',$,'DeflectorMaterial','The material used to construct the deflector plate.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1294=IFCPROPERTYSETTEMPLATE('2PkFiiMxDCDvfWDDQJHT1m',$,'Pset_SanitaryTerminalTypeBath','Definition from IAI: Sanitary appliance for immersion of the human body or parts of it (BS6100).',$,'IfcSanitaryTerminalType',(#1295,#1297,#1298,#1299,#1300,#1301,#1302,#1303,#1304)); +#1294=IFCPROPERTYSETTEMPLATE('2PkFiiMxDCDvfWDDQJHT1m',$,'Pset_SanitaryTerminalTypeBath','Definition from IAI: Sanitary appliance for immersion of the human body or parts of it (BS6100).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1295,#1297,#1298,#1299,#1300,#1301,#1302,#1303,#1304)); #1295=IFCSIMPLEPROPERTYTEMPLATE('2kUM$t$KDC_PpcM1HW_$Hu',$,'BathType','The property enumeration defines the types of bath that may be specified within the property set where:\X2\000A000A\X0\Domestic =\X2\0009\X0\Bath, for one person at a time, into which the whole body can be easily immersed.\X2\000A\X0\DomesticCorner =\X2\0009\X0\Bath, for one person at a time, into which the whole body can be easily immersed and in which the immersion trough is at an angle.\X2\000A\X0\Foot =\X2\0009\X0\Shallow bath for washing the feet.\X2\000A\X0\Jacuzzi =\X2\0009\X0\Whirlpool bath for more than one person\X2\000A\X0\Plunge =\X2\0009\X0\Bath, usually for more than one person at a time, into which the whole body can be easily immersed.\X2\000A\X0\Sitz =\X2\0009\X0\Bath in which a bather sits as in a chair.\X2\000A\X0\Treatment =\X2\0009\X0\Bath used for hydrotherapy purposes.\X2\000A\X0\Whirlpool =\X2\0009\X0\Bath in which an integrated device agitates the water by pumped circulation or induction of water and/or air.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1296,$,$,$,.READWRITE.); #1296=IFCPROPERTYENUMERATION('PEnum_BathType',(IFCLABEL('Domestic'),IFCLABEL('DomesticCorner'),IFCLABEL('Foot'),IFCLABEL('Jacuzzi'),IFCLABEL('Plunge'),IFCLABEL('Sitz'),IFCLABEL('Treatment'),IFCLABEL('Whirlpool'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); #1297=IFCSIMPLEPROPERTYTEMPLATE('12tWalxLDCYvRDTIrj9GWv',$,'NominalLength','Nominal or quoted length of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1309,7 +1309,7 @@ DATA; #1302=IFCSIMPLEPROPERTYTEMPLATE('16$5MVS2D4of3tqgKkW1aW',$,'Color','Principal color of the object.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1303=IFCSIMPLEPROPERTYTEMPLATE('2YC321NL57MwPCCM5ticem',$,'DrainSize','The size of the drain outlet connection from the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1304=IFCSIMPLEPROPERTYTEMPLATE('32PiCJ2u92h9DsHwfHfTYM',$,'HasGrabHandles','Indicates whether the bath is fitted with handles that provide assistance to a bather in entering or leaving the bath',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1305=IFCPROPERTYSETTEMPLATE('01eRZYW9XF6gpJRCGFRKsm',$,'Pset_SanitaryTerminalTypeBidet','Definition from IAI: Waste water appliance for washing the excretory organs while sitting astride the bowl (BS6100)',$,'IfcSanitaryTerminalType',(#1306,#1308,#1309,#1310,#1311,#1312,#1313,#1314)); +#1305=IFCPROPERTYSETTEMPLATE('01eRZYW9XF6gpJRCGFRKsm',$,'Pset_SanitaryTerminalTypeBidet','Definition from IAI: Waste water appliance for washing the excretory organs while sitting astride the bowl (BS6100)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1306,#1308,#1309,#1310,#1311,#1312,#1313,#1314)); #1306=IFCSIMPLEPROPERTYTEMPLATE('24rFxZT_55gB2X_1xPum$B',$,'BidetMounting','The property enumeration Pset_SanitaryMountingEnum defines the forms of mounting or fixing of the sanitary terminal that may be specified within property sets used to define sanitary terminals (WC\X2\2019\X0\s, basins, sinks, etc.) where:-\X2\000A000A\X0\BackToWall =\X2\0009\X0\A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X2\000A\X0\Pedestal =\X2\0009\X0\A floor mounted sanitary terminal that has an integral base\X2\000A\X0\CounterTop =\X2\0009\X0\A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X2\000A\X0\WallHung =\X2\0009\X0\A sanitary terminal cantilevered clear of the floor\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1307,$,$,$,.READWRITE.); #1307=IFCPROPERTYENUMERATION('PEnum_SanitaryMounting',(IFCLABEL('BackToWall'),IFCLABEL('Pedestal'),IFCLABEL('CounterTop'),IFCLABEL('WallHung'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1308=IFCSIMPLEPROPERTYTEMPLATE('2NXMZimJ12_8Zb3WS7zYaA',$,'NominalLength','Nominal or quoted length of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1319,7 +1319,7 @@ DATA; #1312=IFCSIMPLEPROPERTYTEMPLATE('18rl6s8D91E9TewajBR2zJ',$,'Color','Color selection for this object',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1313=IFCSIMPLEPROPERTYTEMPLATE('3deFtBrPr0Ou9sUM8_vJ_k',$,'SpilloverLevel','The level at which water spills out of the object',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1314=IFCSIMPLEPROPERTYTEMPLATE('3JhRZ22DXCsB5jO6OasOk4',$,'DrainSize','The size of the drain outlet connection from the object ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1315=IFCPROPERTYSETTEMPLATE('1dA9tfohP5u95O2tdnIqor',$,'Pset_SanitaryTerminalTypeCistern','Definition from IAI: A water storage unit attached to a sanitary terminal that is fitted with a device, operated automatically or by the user, that discharges water to cleanse a water closet (toilet) pan, urinal or slop hopper. (BS6100 330 5008)',$,'IfcSanitaryTerminalType',(#1316,#1318,#1319,#1320,#1322,#1323,#1324,#1325)); +#1315=IFCPROPERTYSETTEMPLATE('1dA9tfohP5u95O2tdnIqor',$,'Pset_SanitaryTerminalTypeCistern','Definition from IAI: A water storage unit attached to a sanitary terminal that is fitted with a device, operated automatically or by the user, that discharges water to cleanse a water closet (toilet) pan, urinal or slop hopper. (BS6100 330 5008)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1316,#1318,#1319,#1320,#1322,#1323,#1324,#1325)); #1316=IFCSIMPLEPROPERTYTEMPLATE('1QdWjOAUT9mAxL09GccIaJ',$,'CisternHeight','Enumeration that identifies the height of the cistern or, if set to ''None'' if the urinal has no cistern and is flushed using mains or high pressure water through a flushing valve.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1317,$,$,$,.READWRITE.); #1317=IFCPROPERTYENUMERATION('PEnum_CisternHeight',(IFCLABEL('HighLevel'),IFCLABEL('LowLevel'),IFCLABEL('None'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1318=IFCSIMPLEPROPERTYTEMPLATE('0XJfuzYVPE_vagUpoBT6yt',$,'CisternCapacity','Volumetric capacity of the cistern',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); @@ -1330,7 +1330,7 @@ DATA; #1323=IFCSIMPLEPROPERTYTEMPLATE('00a35QOADBiOICYFLNi3yy',$,'IsAutomaticFlush','Boolean value that determines if the cistern is flushed automatically either after each use or periodically (TRUE) or whether manual flushing is required (FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1324=IFCSIMPLEPROPERTYTEMPLATE('38pexwjf5BROQDOOTfiZwp',$,'CisternMaterial','Material from which the object is constructed',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1325=IFCSIMPLEPROPERTYTEMPLATE('2dvbZWfrP6juZQJ1CWj6OT',$,'CisternColor','Color of the object',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1326=IFCPROPERTYSETTEMPLATE('1zMP5HxFzBvAn3Bsp0m_Jm',$,'Pset_SanitaryTerminalTypeSanitaryFountain','Definition from IAI: A sanitary terminal that provides a low pressure jet of water for a specific purpose (IAI).',$,'IfcSanitaryTerminalType',(#1327,#1329,#1331,#1332,#1333,#1334,#1335,#1336)); +#1326=IFCPROPERTYSETTEMPLATE('1zMP5HxFzBvAn3Bsp0m_Jm',$,'Pset_SanitaryTerminalTypeSanitaryFountain','Definition from IAI: A sanitary terminal that provides a low pressure jet of water for a specific purpose (IAI).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1327,#1329,#1331,#1332,#1333,#1334,#1335,#1336)); #1327=IFCSIMPLEPROPERTYTEMPLATE('0S8vpVL9nB$8mr$72c0PKP',$,'FountainType','Selection of the type of fountain from the enumerated list of types where:-\X2\000A000A\X0\DrinkingWater =\X2\0009\X0\Sanitary appliance that provides a low pressure jet of drinking water.\X2\000A\X0\Eyewash =\X2\0009\X0\Waste water appliance, usually installed in work places where there is a risk of injury to eyes by solid particles or dangerous liquids, with which the user can wash the eyes without touching them.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1328,$,$,$,.READWRITE.); #1328=IFCPROPERTYENUMERATION('PEnum_FountainType',(IFCLABEL('DrinkingWater'),IFCLABEL('Eyewash'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1329=IFCSIMPLEPROPERTYTEMPLATE('1Hj$3Pbfn5xBn9MvmynkXU',$,'Mounting','Selection of the form of mounting of the fountain from the enumerated list of mountings where:-\X2\000A000A\X0\BackToWall =\X2\0009\X0\A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X2\000A\X0\Pedestal =\X2\0009\X0\A floor mounted sanitary terminal that has an integral base\X2\000A\X0\CounterTop =\X2\0009\X0\A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X2\000A\X0\WallHung =\X2\0009\X0\A sanitary terminal cantilevered clear of the floor\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1330,$,$,$,.READWRITE.); @@ -1341,7 +1341,7 @@ DATA; #1334=IFCSIMPLEPROPERTYTEMPLATE('1s3eqgu$vCaA1Y0UBfOgW$',$,'Material','Material from which the object is constructed',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1335=IFCSIMPLEPROPERTYTEMPLATE('2GxdHXN0rD1xRA2pdMZrA_',$,'Color','Color selection for this object',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1336=IFCSIMPLEPROPERTYTEMPLATE('0DK2vwHhrCQOkACr_rIr6H',$,'DrainSize','The size of the drain outlet connection from the object',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1337=IFCPROPERTYSETTEMPLATE('13MEPS1rTFXOGdYu578meb',$,'Pset_SanitaryTerminalTypeShower','Definition from IAI: Installation or waste water appliance that emits a spray of water to wash the human body (BS6100).',$,'IfcSanitaryTerminalType',(#1338,#1340,#1341,#1342,#1343,#1344,#1345,#1346,#1347,#1348)); +#1337=IFCPROPERTYSETTEMPLATE('13MEPS1rTFXOGdYu578meb',$,'Pset_SanitaryTerminalTypeShower','Definition from IAI: Installation or waste water appliance that emits a spray of water to wash the human body (BS6100).',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1338,#1340,#1341,#1342,#1343,#1344,#1345,#1346,#1347,#1348)); #1338=IFCSIMPLEPROPERTYTEMPLATE('1739LMPM9A9eDT43O7xDK5',$,'ShowerType','Selection of the type of shower from the enumerated list of types where:-\X2\000A000A\X0\Drench = \X2\0009\X0\Shower that rapidly gives a thorough soaking in an emergency\X2\000A\X0\Individual =\X2\0009\X0\Shower unit that is typically enclosed and is for the use of one person at a time\X2\000A\X0\Tunnel = \X2\0009\X0\Shower that has a succession of shower heads or spreaders that operate simultaneously along its length\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1339,$,$,$,.READWRITE.); #1339=IFCPROPERTYENUMERATION('PEnum_ShowerType',(IFCLABEL('Drench'),IFCLABEL('Individual'),IFCLABEL('Tunnel'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1340=IFCSIMPLEPROPERTYTEMPLATE('3tza4e395BtR5WS7DRaJ5a',$,'HasTray','Indicates whether the shower has a separate receptacle that catches the water in a shower and directs it to a waste outlet.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); @@ -1353,7 +1353,7 @@ DATA; #1346=IFCSIMPLEPROPERTYTEMPLATE('3sj4G9E6f5luol9YWW1iKY',$,'Color','Color selection for this object',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1347=IFCSIMPLEPROPERTYTEMPLATE('1fJq3087XEHhGKrYQnG32m',$,'ShowerHeadDescription','A description of the shower head(s) that emit the spray of water',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1348=IFCSIMPLEPROPERTYTEMPLATE('2L6GlIq3z3TxrE$4LX6dpa',$,'DrainSize','The size of the drain outlet connection from the object',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1349=IFCPROPERTYSETTEMPLATE('2NrQvkC9fEUvRgBoX8_Fnk',$,'Pset_SanitaryTerminalTypeSink','Definition from IAI: Waste water appliance for receiving, retaining or disposing of domestic, culinary, laboratory or industrial process liquids.',$,'IfcSanitaryTerminalType',(#1350,#1352,#1354,#1355,#1356,#1357,#1358,#1359)); +#1349=IFCPROPERTYSETTEMPLATE('2NrQvkC9fEUvRgBoX8_Fnk',$,'Pset_SanitaryTerminalTypeSink','Definition from IAI: Waste water appliance for receiving, retaining or disposing of domestic, culinary, laboratory or industrial process liquids.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1350,#1352,#1354,#1355,#1356,#1357,#1358,#1359)); #1350=IFCSIMPLEPROPERTYTEMPLATE('0oz9RlizD8uBZgSK2VGFav',$,'SinkType','Selection of the type of sink from the enumerated list of types where:-\X2\000A000A\X0\Belfast = \X2\0009\X0\Deep sink that has a plain edge and a weir overflow\X2\000A\X0\.\X2\000A\X0\Bucket = \X2\0009\X0\Sink at low level, with protected front edge, that facilitates filling and emptying buckets, usually with a hinged grid on which to stand them.\X2\000A\X0\Cleaners =\X2\0009\X0\ Sink, usually fixed at normal height (900mm), with protected front edge.\X2\000A\X0\Combination_Left =\X2\0009\X0\ Sink with integral drainer on left hand side\X2\000A\X0\.\X2\000A\X0\Combination_Right =\X2\0009\X0\ Sink with integral drainer on right hand side\X2\000A\X0\.\X2\000A\X0\Combination_Double = \X2\0009\X0\Sink with integral drainer on both sides\X2\000A\X0\.\X2\000A\X0\Drip =\X2\0009\X0\ Small sink that catches drips or flow from a faucet\X2\000A\X0\.\X2\000A\X0\Laboratory =\X2\0009\X0\ Sink, of acid resisting material, with a top edge shaped to facilitate fixing to the underside of a desktop\X2\000A\X0\.\X2\000A\X0\London =\X2\0009\X0\ Deep sink that has a plain edge and no overflow\X2\000A\X0\.\X2\000A\X0\Plaster = Sink with sediment receiver to prevent waste plaster passing into drains\X2\000A\X0\.\X2\000A\X0\Pot =\X2\0009\X0\ Large metal sink, with a standing waste, for washing cooking utensils\X2\000A\X0\.\X2\000A\X0\Rinsing =\X2\0009\X0\ Metal sink in which water can be heated and culinary utensils and tableware immersed at high temperature that destroys most harmful bacteria and allows subsequent self drying.\X2\000A\X0\.\X2\000A\X0\Shelf =\X2\0009\X0\ Ceramic sink with an integral back shelf through which water fittings are mounted\X2\000A\X0\.\X2\000A\X0\VegetablePreparation =\X2\0009\X0\Large metal sink, with a standing waste, for washing and preparing vegetables\X2\000A\X0\.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1351,$,$,$,.READWRITE.); #1351=IFCPROPERTYENUMERATION('PEnum_SinkType',(IFCLABEL('Belfast'),IFCLABEL('Bucket'),IFCLABEL('Cleaners'),IFCLABEL('Combination_Left'),IFCLABEL('Combination_Right'),IFCLABEL('Combination_Double'),IFCLABEL('Drip'),IFCLABEL('Laboratory'),IFCLABEL('London'),IFCLABEL('Plaster'),IFCLABEL('Pot'),IFCLABEL('Rinsing'),IFCLABEL('Shelf'),IFCLABEL('VegetablePreparation'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1352=IFCSIMPLEPROPERTYTEMPLATE('3$NRFVWsnE8BSS_71XDYrm',$,'SinkMounting','Selection of the form of mounting of the sink from the enumerated list of mountings where:-\X2\000A000A\X0\BackToWall =\X2\0009\X0\A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X2\000A\X0\Pedestal =\X2\0009\X0\A floor mounted sanitary terminal that has an integral base\X2\000A\X0\CounterTop =\X2\0009\X0\A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X2\000A\X0\WallHung =\X2\0009\X0\A sanitary terminal cantilevered clear of the floor\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1353,$,$,$,.READWRITE.); @@ -1364,7 +1364,7 @@ DATA; #1357=IFCSIMPLEPROPERTYTEMPLATE('1zZstJFI5FU8Nt1$$HUx6r',$,'Material','Material from which the object is constructed',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1358=IFCSIMPLEPROPERTYTEMPLATE('1VqdDHqFX2ivZJPcWGPKhO',$,'Color','Color selection for this object',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1359=IFCSIMPLEPROPERTYTEMPLATE('18sPWGUhr0VxDpKP0OfgRG',$,'DrainSize','The size of the drain outlet connection from the object',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1360=IFCPROPERTYSETTEMPLATE('11lQak3or0dgMn3d3OTQI$',$,'Pset_SanitaryTerminalTypeToiletPan','Definition from IAI: Soil appliance for the disposal of excrement.',$,'IfcSanitaryTerminalType',(#1361,#1363,#1365,#1367,#1368,#1369,#1370,#1371,#1372)); +#1360=IFCPROPERTYSETTEMPLATE('11lQak3or0dgMn3d3OTQI$',$,'Pset_SanitaryTerminalTypeToiletPan','Definition from IAI: Soil appliance for the disposal of excrement.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1361,#1363,#1365,#1367,#1368,#1369,#1370,#1371,#1372)); #1361=IFCSIMPLEPROPERTYTEMPLATE('13vqcFMG14MxgPZXDle8iK',$,'ToiletType','Enumeration that defines the types of toilet (water closet) arrangements that may be specified where:-\X2\000A000A\X0\BedPanWasher =\X2\0009\X0\Enclosed soil appliance in which bedpans and urinal bottles are emptied and cleansed\X2\000A\X0\Chemical =\X2\0009\X0\Portable receptacle or soil appliance that receives and retains excrement in either an integral or a separate container, in which it is chemically treated and from which it has to be emptied periodically.\X2\000A\X0\CloseCoupled =\X2\0009\X0\Toilet suite in which a flushing cistern is connected directly to the water closet pan.\X2\000A\X0\LooseCoupled =\X2\0009\X0\Toilet arrangement in which a flushing cistern is connected to the water closet pan through a flushing pipe.\X2\000A\X0\SlopHopper =\X2\0009\X0\Hopper shaped soil appliance with a flushing rim and outlet similar to those of a toilet pan, into which human excrement is emptied for disposal\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1362,$,$,$,.READWRITE.); #1362=IFCPROPERTYENUMERATION('PEnum_ToiletType',(IFCLABEL('BedPanWasher'),IFCLABEL('Chemical'),IFCLABEL('CloseCoupled'),IFCLABEL('LooseCoupled'),IFCLABEL('SlopHopper'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); #1363=IFCSIMPLEPROPERTYTEMPLATE('0j6YUivx1DDQ6GJJD7c$J6',$,'ToiletPanType','The property enumeration Pset_ToiletPanTypeEnum defines the types of toilet pan that may be specified within the property set Pset_Toilet:-\X2\000A000A\X0\Siphonic =\X2\0009\X0\Toilet pan in which excrement is removed by siphonage induced by the flushing water.\X2\000A\X0\Squat =\X2\0009\X0\Toilet pan with an elongated bowl installed with its top edge at or near floor level, so that the user has to squat.\X2\000A\X0\WashDown =\X2\0009\X0\Toilet pan in which excrement is removed by the momentum of the flushing water.\X2\000A\X0\WashOut =\X2\0009\X0\A washdown toilet pan in which excrement falls first into a shallow water filled bowl.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1364,$,$,$,.READWRITE.); @@ -1377,7 +1377,7 @@ DATA; #1370=IFCSIMPLEPROPERTYTEMPLATE('1EvegHMkn7ywYxQmew$v2$',$,'NominalLength','Nominal or quoted length of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1371=IFCSIMPLEPROPERTYTEMPLATE('3kKQVFsJr6leWyMHsXjWJB',$,'NominalWidth','Nominal or quoted width of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1372=IFCSIMPLEPROPERTYTEMPLATE('0j6zDDuR57r8wknkOfks_n',$,'NominalDepth','Nominal or quoted depth of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1373=IFCPROPERTYSETTEMPLATE('2OFsrjocL05QFX86gPkD69',$,'Pset_SanitaryTerminalTypeUrinal','Definition from IAI: Soil appliance that receives urine and directs it to a waste outlet (BS6100)',$,'IfcSanitaryTerminalType',(#1374,#1376,#1377,#1378,#1379,#1380,#1381)); +#1373=IFCPROPERTYSETTEMPLATE('2OFsrjocL05QFX86gPkD69',$,'Pset_SanitaryTerminalTypeUrinal','Definition from IAI: Soil appliance that receives urine and directs it to a waste outlet (BS6100)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1374,#1376,#1377,#1378,#1379,#1380,#1381)); #1374=IFCSIMPLEPROPERTYTEMPLATE('0kgZdz4TL3owKdgQ_GVcfV',$,'UrinalType','Selection of the type of urinal from the enumerated list of types where:-\X2\000A000A\X0\Bowl =\X2\0009\X0\Individual wall mounted urinal\X2\000A\X0\Slab =\X2\0009\X0\Urinal that consists of a slab or sheet fixed to a wall and down which urinal flows into a floor channel\X2\000A\X0\Stall =\X2\0009\X0\Floor mounted urinal that consists of an elliptically shaped sanitary stall fixed to a wall and down which urine flows into a floor channel\X2\000A\X0\Trough =\X2\0009\X0\Wall mounted urinal of elongated rectangular shape on plan, that can be used by more than one person at a time.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1375,$,$,$,.READWRITE.); #1375=IFCPROPERTYENUMERATION('PEnum_UrinalType',(IFCLABEL('Bowl'),IFCLABEL('Slab'),IFCLABEL('Stall'),IFCLABEL('Trough'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1376=IFCSIMPLEPROPERTYTEMPLATE('2dmsR$yOzFn8HU2OS9sruP',$,'UrinalMaterial','Material from which the object is constructed',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -1386,7 +1386,7 @@ DATA; #1379=IFCSIMPLEPROPERTYTEMPLATE('2GZusOswfEe9i61377muva',$,'NominalLength','Nominal or quoted length of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1380=IFCSIMPLEPROPERTYTEMPLATE('2fUgiePqPBOwhCFvr20ucO',$,'NominalWidth','Nominal or quoted width of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1381=IFCSIMPLEPROPERTYTEMPLATE('2lXsWD1kDFKATmFQ_kI8XE',$,'NominalDepth','Nominal or quoted depth of the object. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1382=IFCPROPERTYSETTEMPLATE('2FqsMJnH9EIfAN3K2ooVoU',$,'Pset_SanitaryTerminalTypeWashHandBasin','Definition from IAI: Waste water appliance for washing the upper parts of the body.',$,'IfcSanitaryTerminalType',(#1383,#1385,#1387,#1388,#1389,#1390,#1391,#1392)); +#1382=IFCPROPERTYSETTEMPLATE('2FqsMJnH9EIfAN3K2ooVoU',$,'Pset_SanitaryTerminalTypeWashHandBasin','Definition from IAI: Waste water appliance for washing the upper parts of the body.',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1383,#1385,#1387,#1388,#1389,#1390,#1391,#1392)); #1383=IFCSIMPLEPROPERTYTEMPLATE('20i88bzOXB3876K$dHe79J',$,'WashHandBasinType','Defines the types of wash hand basin that may be specified where: \X2\000A\X0\DentalCuspidor = Waste water appliance that receives and flushes away mouth washings\X2\000A\X0\HandRinse = Wall mounted wash hand basin that has an overall width of 500mm or less\X2\000A\X0\Hospital = Wash hand basin that has a smooth easy clean surface without tapholes or overflow slot for use where hygiene is of prime importance. \X2\000A\X0\Tipup = Wash hand basin mounted on pivots so that it can be emptied by tilting \X2\000A\X0\Vanity = Wash hand basin for installation into a horizontal surface \X2\000A\X0\Washfountain = Wash hand basin that is circular, semi-circular or polygonal on plan, at which more than one person can wash at the same time. \X2\000A\X0\WashingTrough = Wash hand basin of elongated rectangular shape in plan, at which more than one person can wash at the same time.\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1384,$,$,$,.READWRITE.); #1384=IFCPROPERTYENUMERATION('PEnum_WashHandBasinType',(IFCLABEL('DentalCuspidor'),IFCLABEL('HandRinse'),IFCLABEL('Hospital'),IFCLABEL('Tipup'),IFCLABEL('Washfountain'),IFCLABEL('WashingTrough'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1385=IFCSIMPLEPROPERTYTEMPLATE('1xwCmWCuT8vQ0Z1BUJBgR0',$,'WashHandBasinMounting','Selection of the form of mounting from the enumerated list of mountings where:-\X2\000A000A\X0\BackToWall =\X2\0009\X0\A pedestal mounted sanitary terminal that fits flush to the wall at the rear to cover its service connections\X2\000A\X0\Pedestal =\X2\0009\X0\A floor mounted sanitary terminal that has an integral base\X2\000A\X0\CounterTop =\X2\0009\X0\A sanitary terminal that is installed into a horizontal surface that is installed into a horizontal surface. Note: When applied to a wash hand basin, the term more normally used is \X2\2018\X0\vanity\X2\2019\X0\. See also Wash Hand Basin Type specification.\X2\000A\X0\WallHung =\X2\0009\X0\A sanitary terminal cantilevered clear of the floor\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1386,$,$,$,.READWRITE.); @@ -1397,13 +1397,13 @@ DATA; #1390=IFCSIMPLEPROPERTYTEMPLATE('294eJ28gb8xg6I$xEXEnPm',$,'Material','Material from which the object is constructed',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1391=IFCSIMPLEPROPERTYTEMPLATE('3jwk8l1_HE3gm$48lDFfr2',$,'Color','Color of the object',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1392=IFCSIMPLEPROPERTYTEMPLATE('1rGFHs$hr2mPjJOLV0Ms68',$,'DrainSize','The size of the drain outlet connection from the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1393=IFCPROPERTYSETTEMPLATE('08QkFjLKX6tx8JMKDIPB_m',$,'Pset_SanitaryTerminalTypeWCSeat','Definition from IAI: Hinged seat that fits on the top of a water closet (WC) pan. (BS6100 330 1401)',$,'IfcSanitaryTerminalType',(#1394,#1396,#1397,#1398)); +#1393=IFCPROPERTYSETTEMPLATE('08QkFjLKX6tx8JMKDIPB_m',$,'Pset_SanitaryTerminalTypeWCSeat','Definition from IAI: Hinged seat that fits on the top of a water closet (WC) pan. (BS6100 330 1401)',.PSET_TYPEDRIVENOVERRIDE.,'IfcSanitaryTerminalType',(#1394,#1396,#1397,#1398)); #1394=IFCSIMPLEPROPERTYTEMPLATE('1ITVk_5F51zvCWaOGcig23',$,'SeatType','The property enumeration Pset_ToiletSeatTypeEnum defines the types of seat that may be attached to the toilet pan and specified within the property set Pset_Toilet where:-\X2\000A000A\X0\Extension =\X2\0009\X0\WC seat that is attached at the back, by means of side or top hinges, to a flat piece of material secured to the water closet pan\X2\000A\X0\Inset =\X2\0009\X0\Seat that consists of pads of impervious material fixed to the top of a water closet pan\X2\000A\X0\OpenFrontSeat =\X2\0009\X0\Hinged WC seat shaped like a horseshoe with the gap at the front\X2\000A\X0\RingSeat =\X2\0009\X0\WC seat in the shape of a ring\X2\000A\X0\SelfRaising =\X2\0009\X0\WC seat with balanced weights or springs to raise it when not in use\X2\000A\X0\None =\X2\0009\X0\There is no seat attached to the water closet pan\X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1395,$,$,$,.READWRITE.); #1395=IFCPROPERTYENUMERATION('PEnum_ToiletSeatType',(IFCLABEL('Extension'),IFCLABEL('Inset'),IFCLABEL('OpenFrontSeat'),IFCLABEL('RingSeat'),IFCLABEL('SelfRaising'),IFCLABEL('None'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset\X2\000A\X0\')),$); #1396=IFCSIMPLEPROPERTYTEMPLATE('3LL5h4b8bAfBzUxdCD1jUT',$,'SeatHasCover','Indicates whether there is a cover associated with the toilet seat',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1397=IFCSIMPLEPROPERTYTEMPLATE('1S$MmsFnDDAhI38zW5iM7d',$,'SeatMaterial','Material from which the object is constructed',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1398=IFCSIMPLEPROPERTYTEMPLATE('323ZMxfZH8qvD8DPmTIhZP',$,'SeatColor','Color of the object',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1399=IFCPROPERTYSETTEMPLATE('2o_p2$KDv959sjfEuoEUT4',$,'Pset_WasteTerminalTypeFloorTrap','Definition from IAI: Pipe fitting, set into the floor, that retains liquid to prevent the passage of foul air.',$,'IfcWasteTerminalType',(#1400,#1401,#1402,#1403,#1404,#1405,#1406,#1408,#1409,#1410,#1412,#1413,#1414,#1415)); +#1399=IFCPROPERTYSETTEMPLATE('2o_p2$KDv959sjfEuoEUT4',$,'Pset_WasteTerminalTypeFloorTrap','Definition from IAI: Pipe fitting, set into the floor, that retains liquid to prevent the passage of foul air.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1400,#1401,#1402,#1403,#1404,#1405,#1406,#1408,#1409,#1410,#1412,#1413,#1414,#1415)); #1400=IFCSIMPLEPROPERTYTEMPLATE('0AHAcKmYP5MgGID6y9xbBl',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1401=IFCSIMPLEPROPERTYTEMPLATE('09mc8Wc4f2pOS1JrEjnhZw',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1402=IFCSIMPLEPROPERTYTEMPLATE('3NviMgWqH6hui5ldmWnu_3',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the chamber of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1420,7 +1420,7 @@ DATA; #1413=IFCSIMPLEPROPERTYTEMPLATE('1xm3sojVn4uxijPhTdxAwh',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1414=IFCSIMPLEPROPERTYTEMPLATE('22PZlWd_H5R8Vb7hiofbiq',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1415=IFCSIMPLEPROPERTYTEMPLATE('0wNkLg7UXEgulwUrOx2YZI',$,'CoverMaterial','Material from which the cover or grating is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1416=IFCPROPERTYSETTEMPLATE('2XKiokOv95J9G5uv9Z4d5l',$,'Pset_WasteTerminalTypeFloorWaste','Definition from IAI: Pipe fitting, set into the floor, that collects waste water and discharges it to a separate trap.',$,'IfcWasteTerminalType',(#1417,#1418,#1419,#1420,#1421,#1422,#1423,#1424)); +#1416=IFCPROPERTYSETTEMPLATE('2XKiokOv95J9G5uv9Z4d5l',$,'Pset_WasteTerminalTypeFloorWaste','Definition from IAI: Pipe fitting, set into the floor, that collects waste water and discharges it to a separate trap.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1417,#1418,#1419,#1420,#1421,#1422,#1423,#1424)); #1417=IFCSIMPLEPROPERTYTEMPLATE('0YzElMgtrE3vLhjmczytxl',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1418=IFCSIMPLEPROPERTYTEMPLATE('38G_Ra3zXFzuduLLNvqYpz',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1419=IFCSIMPLEPROPERTYTEMPLATE('0hFdDLXqHChhUfhD30qkwU',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1429,7 +1429,7 @@ DATA; #1422=IFCSIMPLEPROPERTYTEMPLATE('2LNsOC0$v6AA4LkwvWLcy_',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1423=IFCSIMPLEPROPERTYTEMPLATE('2VDclZqvv44wKpvEm$hfya',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the waste.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1424=IFCSIMPLEPROPERTYTEMPLATE('201ko5kY10nxiEqjwa9sJ9',$,'CoverMaterial','Material from which the cover or grating is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1425=IFCPROPERTYSETTEMPLATE('39zfWQJwjA58HpwhP016H6',$,'Pset_WasteTerminalTypeGreaseInterceptor','Definition from IAI: Chamber, on the line of a drain or discharge pipe, that prevents grease passing into a drainage system (BS6100 330 6205).',$,'IfcWasteTerminalType',(#1426,#1427,#1428,#1429,#1430,#1431,#1432,#1433,#1434,#1435,#1436,#1437)); +#1425=IFCPROPERTYSETTEMPLATE('39zfWQJwjA58HpwhP016H6',$,'Pset_WasteTerminalTypeGreaseInterceptor','Definition from IAI: Chamber, on the line of a drain or discharge pipe, that prevents grease passing into a drainage system (BS6100 330 6205).',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1426,#1427,#1428,#1429,#1430,#1431,#1432,#1433,#1434,#1435,#1436,#1437)); #1426=IFCSIMPLEPROPERTYTEMPLATE('0croF6N6X4EBlMmc$gmWM8',$,'NominalBodyMaterial','The material from which the object is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1427=IFCSIMPLEPROPERTYTEMPLATE('0atQVt89f9$9zYFnicAJkE',$,'NominalBodyLength','Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1428=IFCSIMPLEPROPERTYTEMPLATE('311USf8L98BOL2ancnw6eY',$,'NominalBodyWidth','Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1442,7 +1442,7 @@ DATA; #1435=IFCSIMPLEPROPERTYTEMPLATE('3Mer$yQpz2zRq4Egjs4bam',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the grease interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1436=IFCSIMPLEPROPERTYTEMPLATE('19CxfvIhfBMwHUQeJJaY_U',$,'CoverWidth','The length measured along the x-axis in the local coordinate system of the cover of the grease interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1437=IFCSIMPLEPROPERTYTEMPLATE('21_rtZewP5rPy4HY3oostk',$,'CoverMaterial','Material from which the cover is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1438=IFCPROPERTYSETTEMPLATE('2sKyYKyuTFmQRTfVegJSpE',$,'Pset_WasteTerminalTypeGullySump','Definition from IAI: Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover.',$,'IfcWasteTerminalType',(#1439,#1440,#1441,#1442,#1443,#1445,#1447,#1448,#1450,#1451,#1452,#1453)); +#1438=IFCPROPERTYSETTEMPLATE('2sKyYKyuTFmQRTfVegJSpE',$,'Pset_WasteTerminalTypeGullySump','Definition from IAI: Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1439,#1440,#1441,#1442,#1443,#1445,#1447,#1448,#1450,#1451,#1452,#1453)); #1439=IFCSIMPLEPROPERTYTEMPLATE('3MZFpbNUH8fPXHzRarDbpX',$,'NominalSumpLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1440=IFCSIMPLEPROPERTYTEMPLATE('2H02rYIJf1HvJYIRsFzQd6',$,'NominalSumpWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1441=IFCSIMPLEPROPERTYTEMPLATE('3UGKGTSj1188s1CwawLazK',$,'NominalSumpDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1458,7 +1458,7 @@ DATA; #1451=IFCSIMPLEPROPERTYTEMPLATE('2sLokuNOfD8998_b8ML$pF',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1452=IFCSIMPLEPROPERTYTEMPLATE('3syl0SgEz7GerMlU_fpaC9',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1453=IFCSIMPLEPROPERTYTEMPLATE('1adT8Vs_55reMkbSEp_GuX',$,'CoverMaterial','Material from which the object is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1454=IFCPROPERTYSETTEMPLATE('0xxkk4vAfAwASTs$NJg__F',$,'Pset_WasteTerminalTypeGullyTrap','Definition from IAI: Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover and discharging through a trap (BS6100 330 3504 modified)',$,'IfcWasteTerminalType',(#1455,#1456,#1457,#1458,#1459,#1461,#1462,#1464,#1465,#1467,#1468,#1469,#1470)); +#1454=IFCPROPERTYSETTEMPLATE('0xxkk4vAfAwASTs$NJg__F',$,'Pset_WasteTerminalTypeGullyTrap','Definition from IAI: Pipe fitting or assembly of fittings to receive surface water or waste water, fitted with a grating or sealed cover and discharging through a trap (BS6100 330 3504 modified)',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1455,#1456,#1457,#1458,#1459,#1461,#1462,#1464,#1465,#1467,#1468,#1469,#1470)); #1455=IFCSIMPLEPROPERTYTEMPLATE('0jUXptVbz7ggX$vMULbOxQ',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1456=IFCSIMPLEPROPERTYTEMPLATE('0VhgByDWD90htC$BYJYrSD',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1457=IFCSIMPLEPROPERTYTEMPLATE('1RoGTg7_X7wwXD7yPiGtrO',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the chamber of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1475,7 +1475,7 @@ DATA; #1468=IFCSIMPLEPROPERTYTEMPLATE('3cblPMORP0l9Ws6aCE9P_L',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1469=IFCSIMPLEPROPERTYTEMPLATE('2b8mNlhhD4wOdYVxFwIeqL',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the gully trap.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1470=IFCSIMPLEPROPERTYTEMPLATE('1kz_U2Q5TCGuWDpiDoHHEj',$,'CoverMaterial','Material from which the object is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1471=IFCPROPERTYSETTEMPLATE('3QBhCrbSP0xRtCWSuwKE2T',$,'Pset_WasteTerminalTypeOilInterceptor','Definition from IAI: One or more chambers arranged to prevent the ingress of oil to a drain or sewer, that retain the oil for later removal (BS6100 330 67316).',$,'IfcWasteTerminalType',(#1472,#1473,#1474,#1475,#1476,#1477,#1478,#1479,#1480)); +#1471=IFCPROPERTYSETTEMPLATE('3QBhCrbSP0xRtCWSuwKE2T',$,'Pset_WasteTerminalTypeOilInterceptor','Definition from IAI: One or more chambers arranged to prevent the ingress of oil to a drain or sewer, that retain the oil for later removal (BS6100 330 67316).',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1472,#1473,#1474,#1475,#1476,#1477,#1478,#1479,#1480)); #1472=IFCSIMPLEPROPERTYTEMPLATE('0R9xNLoJ92gBdxSR4oY1eP',$,'BodyMaterial','The material from which the object is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1473=IFCSIMPLEPROPERTYTEMPLATE('0Fn5gBbl5B5BpbvYLXLxqK',$,'NominalBodyLength','Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1474=IFCSIMPLEPROPERTYTEMPLATE('2QEF85GV52FAt8ymUGziYF',$,'NominalBodyWidth','Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1485,7 +1485,7 @@ DATA; #1478=IFCSIMPLEPROPERTYTEMPLATE('3yUvbCRHj8uuTYKya38fch',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the oil interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1479=IFCSIMPLEPROPERTYTEMPLATE('0RlzfVHOD94A6WVzFeEfkq',$,'CoverWidth','The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1480=IFCSIMPLEPROPERTYTEMPLATE('2aKWNJzgjCmuAE5VlygEu_',$,'CoverMaterial','Material from which the cover is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1481=IFCPROPERTYSETTEMPLATE('3EO7zk5$T3DwPb8o1iF6n2',$,'Pset_WasteTerminalTypePetrolInterceptor','Definition from IAI: Two or more chambers with inlet and outlet pipes arranged to allow petrol/gasoline collected on the surface of water drained into them to evaporate through ventilating pipes.',$,'IfcWasteTerminalType',(#1482,#1483,#1484,#1485,#1486,#1487,#1488,#1489,#1490,#1491)); +#1481=IFCPROPERTYSETTEMPLATE('3EO7zk5$T3DwPb8o1iF6n2',$,'Pset_WasteTerminalTypePetrolInterceptor','Definition from IAI: Two or more chambers with inlet and outlet pipes arranged to allow petrol/gasoline collected on the surface of water drained into them to evaporate through ventilating pipes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1482,#1483,#1484,#1485,#1486,#1487,#1488,#1489,#1490,#1491)); #1482=IFCSIMPLEPROPERTYTEMPLATE('2phwys9RP52ASTw4sDTxZs',$,'BodyMaterial','The material from which the object is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1483=IFCSIMPLEPROPERTYTEMPLATE('2bBYdkEW58dh6v34IvZROc',$,'NominalBodyLength','Nominal or quoted length, measured along the x-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1484=IFCSIMPLEPROPERTYTEMPLATE('3Li2MYSqbFJejAv5SiYDeX',$,'NominalBodyWidth','Nominal or quoted length, measured along the y-axis of the local coordinate system of the object, of the body of the object.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1496,7 +1496,7 @@ DATA; #1489=IFCSIMPLEPROPERTYTEMPLATE('3KnTf2cj94tPapDoxUZ4CW',$,'CoverWidth','The length measured along the x-axis in the local coordinate system of the cover of the oil interceptor.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1490=IFCSIMPLEPROPERTYTEMPLATE('3vJsvHn0b3Ih3GucqHb2YO',$,'CoverMaterial','Material from which the cover is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1491=IFCSIMPLEPROPERTYTEMPLATE('07LoOFVtf9Fx3s0P2auZHT',$,'VentilatingPipeSize','Size of the ventilating pipe(s)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1492=IFCPROPERTYSETTEMPLATE('0Dod68NUnBqQvFF8OG_Z5B',$,'Pset_WasteTerminalTypeRoofDrain','Definition from IAI: Pipe fitting, set into the roof, that collects rainwater for discharge into the rainwater system.',$,'IfcWasteTerminalType',(#1493,#1494,#1495,#1496,#1497,#1498,#1499,#1500)); +#1492=IFCPROPERTYSETTEMPLATE('0Dod68NUnBqQvFF8OG_Z5B',$,'Pset_WasteTerminalTypeRoofDrain','Definition from IAI: Pipe fitting, set into the roof, that collects rainwater for discharge into the rainwater system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1493,#1494,#1495,#1496,#1497,#1498,#1499,#1500)); #1493=IFCSIMPLEPROPERTYTEMPLATE('2wDCaIdQ13Ef_GwbA16ACN',$,'NominalBodyLength','Nominal or quoted length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1494=IFCSIMPLEPROPERTYTEMPLATE('3pScwF7XLDDOkphT_hN48X',$,'NominalBodyWidth','Nominal or quoted length measured along the y-axis in the local coordinate system of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1495=IFCSIMPLEPROPERTYTEMPLATE('2o2Ff7oTL2fP2AmzwwwNyt',$,'NominalBodyDepth','Nominal or quoted length measured along the z-axis in the local coordinate system of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1505,16 +1505,16 @@ DATA; #1498=IFCSIMPLEPROPERTYTEMPLATE('112vKSZ6H21fjGRImq1$cs',$,'CoverLength','The length measured along the x-axis in the local coordinate system or the radius (in the case of a circular shape in plan) of the cover of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1499=IFCSIMPLEPROPERTYTEMPLATE('2c8MhcJbDBcR1blu_aRuMJ',$,'CoverWidth','The length measured along the y-axis in the local coordinate system of the cover of the drain.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1500=IFCSIMPLEPROPERTYTEMPLATE('0VxznatA13OBTks7aySFwr',$,'CoverMaterial','Material from which the cover or grating is constructed.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1501=IFCPROPERTYSETTEMPLATE('3MSyRP0iPAhQ30ERNjMZyI',$,'Pset_WasteTerminalTypeWasteDisposalUnit','Definition from IAI: Electrically operated device that reduces kitchen or other waste into fragments small enough to be flushed into a drainage system.',$,'IfcWasteTerminalType',(#1502,#1503,#1504)); +#1501=IFCPROPERTYSETTEMPLATE('3MSyRP0iPAhQ30ERNjMZyI',$,'Pset_WasteTerminalTypeWasteDisposalUnit','Definition from IAI: Electrically operated device that reduces kitchen or other waste into fragments small enough to be flushed into a drainage system.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1502,#1503,#1504)); #1502=IFCSIMPLEPROPERTYTEMPLATE('1_eW6Y0N57gv4_NKlihtN4',$,'DrainConnectionSize','Size of the drain connection inlet to the waste disposal unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1503=IFCSIMPLEPROPERTYTEMPLATE('3ykghronL0nfK25x0pWqBI',$,'OutletConnectionSize','Size of the outlet connection from the waste disposal unit',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1504=IFCSIMPLEPROPERTYTEMPLATE('0mIUfbaYPBbxY5BuFK4lw7',$,'NominalDepth','Nominal or quoted depth of the object measured from the inlet drain connection to the base of the unit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1505=IFCPROPERTYSETTEMPLATE('1GCacasTj5oeZnpHdahKd2',$,'Pset_WasteTerminalTypeWasteTrap','Definition from IAI: Pipe fitting, set adjacent to a sanitary terminal, that retains liquid to prevent the passage of foul air.',$,'IfcWasteTerminalType',(#1506,#1508,#1509)); +#1505=IFCPROPERTYSETTEMPLATE('1GCacasTj5oeZnpHdahKd2',$,'Pset_WasteTerminalTypeWasteTrap','Definition from IAI: Pipe fitting, set adjacent to a sanitary terminal, that retains liquid to prevent the passage of foul air.',.PSET_TYPEDRIVENOVERRIDE.,'IfcWasteTerminalType',(#1506,#1508,#1509)); #1506=IFCSIMPLEPROPERTYTEMPLATE('2WUUeCNWH7y9yuuZH_y7VO',$,'WasteTrapType','Identifies the predefined types of trap from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1507,$,$,$,.READWRITE.); #1507=IFCPROPERTYENUMERATION('PEnum_TrapType',(IFCLABEL('None'),IFCLABEL('P_Trap'),IFCLABEL('Q_Trap'),IFCLABEL('S_Trap'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #1508=IFCSIMPLEPROPERTYTEMPLATE('27XM5WuunA7Bu1BtNFVlO$',$,'OutletConnectionSize','Size of the outlet connection from the object',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1509=IFCSIMPLEPROPERTYTEMPLATE('0goThPNYjBbQcAQKpCe1zP',$,'InletConnectionSize','Size of the inlet connection(s), where used, of the inlet connections.\X2\000A000A\X0\Note that all inlet connections are assumed to be the same size.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1510=IFCPROPERTYSETTEMPLATE('1DLDSVpGn0PuXpMZtfUJHb',$,'Pset_BuildingCommon','Definition from IAI: Properties common to the definition of all instances of IfcBuilding. Please note that several building attributes are handled directly at the IfcBuilding instance, the building number (or short name) by IfcBuilding.Name, the building name (or long name) by IfcBuilding.LongName, and the description (or comments) by IfcBuilding.Description. Actual building quantities, like building perimeter, building area and building volume are provided by IfcElementQuantities, and the building classification according to national building code by IfcClassificationReference. ',$,'IfcBuilding',(#1511,#1512,#1513,#1514,#1515,#1516,#1517,#1518,#1519,#1520,#1521)); +#1510=IFCPROPERTYSETTEMPLATE('1DLDSVpGn0PuXpMZtfUJHb',$,'Pset_BuildingCommon','Definition from IAI: Properties common to the definition of all instances of IfcBuilding. Please note that several building attributes are handled directly at the IfcBuilding instance, the building number (or short name) by IfcBuilding.Name, the building name (or long name) by IfcBuilding.LongName, and the description (or comments) by IfcBuilding.Description. Actual building quantities, like building perimeter, building area and building volume are provided by IfcElementQuantities, and the building classification according to national building code by IfcClassificationReference. ',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1511,#1512,#1513,#1514,#1515,#1516,#1517,#1518,#1519,#1520,#1521)); #1511=IFCSIMPLEPROPERTYTEMPLATE('12eEDv_jjDhedlYbyy92xh',$,'BuildingID','A unique identifier assigned to a building. A temporary identifier is initially assigned at the time of making a planning application. This temporary identifier is changed to a permanent identifier when the building is registered into a statutory buildings and properties database.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1512=IFCSIMPLEPROPERTYTEMPLATE('0MBM57Wkn3cvQDjTrXiAeT',$,'IsPermanentID','Indicates whether the identity assigned to a building is permanent (= TRUE) or temporary (=FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1513=IFCSIMPLEPROPERTYTEMPLATE('0xDEBuscHFAAfxCp_DMQM2',$,'MainFireUse','Main fire use for the building which is assigned from the fire use classification table as given by the relevant national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1526,16 +1526,16 @@ DATA; #1519=IFCSIMPLEPROPERTYTEMPLATE('2CmDsKXWr0z8AZvbIkdL6C',$,'NumberOfStoreys','Captures the number of storeys within a building for those cases where the IfcBuildingStorey entity is not used. Note that if IfcBuilingStorey is asserted and the number of storeys in a building can be determined from it, then this approach should be used in preference to setting a property for the number of storeys.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #1520=IFCSIMPLEPROPERTYTEMPLATE('1xIMJ8$9z0lh2ts$AUKtfk',$,'YearOfConstruction','Year of construction of this building, including expected year of completion.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1521=IFCSIMPLEPROPERTYTEMPLATE('2l9YIuVc15FuDvpdVhfZAg',$,'IsLandmarked','This builing is listed as a historic building (TRUE), or not (FALSE), or unknown.',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,.READWRITE.); -#1522=IFCPROPERTYSETTEMPLATE('10ZPAup_v82OJ78L7j3Rop',$,'Pset_BuildingElementProxyCommon','Definition from IAI: Properties common to the definition of all instances of IfcBuildingElementProxy.',$,'IfcBuildingElementProxy',(#1523)); +#1522=IFCPROPERTYSETTEMPLATE('10ZPAup_v82OJ78L7j3Rop',$,'Pset_BuildingElementProxyCommon','Definition from IAI: Properties common to the definition of all instances of IfcBuildingElementProxy.',.PSET_OCCURRENCEDRIVEN.,'IfcBuildingElementProxy',(#1523)); #1523=IFCSIMPLEPROPERTYTEMPLATE('2cSDiPkqL4lB8w1e3Bbr_7',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); -#1524=IFCPROPERTYSETTEMPLATE('06kR_4_$93Oh9$yrlFe9Gh',$,'Pset_BuildingStoreyCommon','Definition from IAI: Properties common to the definition of all instances of IfcBuildingStorey. Please note that several building attributes are handled directly at the IfcBuildingStorey instance, the building storey number (or short name) by IfcBuildingStorey.Name, the building storey name (or long name) by IfcBuildingStorey.LongName, and the description (or comments) by IfcBuildingStorey.Description. Actual building storey quantities, like building storey perimeter, building storey area and building storey volume are provided by IfcElementQuantities, and the building storey classification according to national building code by IfcClassificationReference. \X2\000A\X0\',$,'IfcBuildingStorey',(#1525,#1526,#1527,#1528,#1529,#1530)); +#1524=IFCPROPERTYSETTEMPLATE('06kR_4_$93Oh9$yrlFe9Gh',$,'Pset_BuildingStoreyCommon','Definition from IAI: Properties common to the definition of all instances of IfcBuildingStorey. Please note that several building attributes are handled directly at the IfcBuildingStorey instance, the building storey number (or short name) by IfcBuildingStorey.Name, the building storey name (or long name) by IfcBuildingStorey.LongName, and the description (or comments) by IfcBuildingStorey.Description. Actual building storey quantities, like building storey perimeter, building storey area and building storey volume are provided by IfcElementQuantities, and the building storey classification according to national building code by IfcClassificationReference. \X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcBuildingStorey',(#1525,#1526,#1527,#1528,#1529,#1530)); #1525=IFCSIMPLEPROPERTYTEMPLATE('1erlnsTXjEuQBl3EXikiyh',$,'EntranceLevel','Indication whether this building storey is an entrance level to the building (TRUE), or (FALSE) if otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1526=IFCSIMPLEPROPERTYTEMPLATE('0xcolJKA9DlAoPdQU5zsbJ',$,'AboveGround','Indication whether this building storey is fully above ground (TRUE), or below ground (FALSE), or partially above and below ground (UNKNOWN) - as in sloped terrain.',.P_SINGLEVALUE.,'IfcLogical',$,$,$,$,$,.READWRITE.); #1527=IFCSIMPLEPROPERTYTEMPLATE('1wJI$e_ML5gfSJE4QibVN$',$,'SprinklerProtection','Indication whether this object is sprinkler protected (true) or not (false).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1528=IFCSIMPLEPROPERTYTEMPLATE('00X29dv1LBKQQbXeg6tFRv',$,'SprinklerProtectionAutomatic','Indication whether this object has an automatic sprinkler protection (true) or not (false).\X2\000A\X0\It should only be given, if the property "SprinklerProtection" is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1529=IFCSIMPLEPROPERTYTEMPLATE('330t2_dMj0jx_eaNbJe1uh',$,'GrossAreaPlanned','Total planned area for the building storey. Used for programming the building storey.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #1530=IFCSIMPLEPROPERTYTEMPLATE('0jlH4Q_b94Bw7YAyTumSkk',$,'NetAreaPlanned','Total planned net area for the building storey. Used for programming the building storey.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); -#1531=IFCPROPERTYSETTEMPLATE('3VQgIPXUz88gjAWnaLgZ6L',$,'Pset_BuildingUse','Definition from IAI: Provides information on on the real estate context of the building of interest both current and anticipated.',$,'IfcBuilding',(#1532,#1533,#1534,#1535,#1536,#1537,#1538,#1539,#1540,#1541,#1542,#1543)); +#1531=IFCPROPERTYSETTEMPLATE('3VQgIPXUz88gjAWnaLgZ6L',$,'Pset_BuildingUse','Definition from IAI: Provides information on on the real estate context of the building of interest both current and anticipated.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1532,#1533,#1534,#1535,#1536,#1537,#1538,#1539,#1540,#1541,#1542,#1543)); #1532=IFCSIMPLEPROPERTYTEMPLATE('1wv5oOw1j8mwgjPFGt39ML',$,'MarketCategory','Category of use e.g. residential, commercial, recreation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1533=IFCSIMPLEPROPERTYTEMPLATE('2hzpGNe8fEavQQvmMWMIIR',$,'MarketSubCategory','Subset of category of use e.g. multi-family, 2 bedroom, low rise',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1534=IFCSIMPLEPROPERTYTEMPLATE('1f7TKOAi9BSAE7yWrZn1S$',$,'PlanningControlStatus','Label of zoning category or class, or planning control category for the site or facility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1548,23 +1548,23 @@ DATA; #1541=IFCSIMPLEPROPERTYTEMPLATE('1CWkk7RsT2zvuscrotOSr2',$,'TenureModesAvailableFuture','A list of the tenure modes that are expected to be available in the future expressed in terms of IfcLabel',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1542=IFCSIMPLEPROPERTYTEMPLATE('02WkYiSBP9CAVPF4k_oCH9',$,'MarketSubCategoriesAvailableFuture','A list of the sub categories of property that are expected to be available in the future expressed in terms of IfcLabel',.P_LISTVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1543=IFCSIMPLEPROPERTYTEMPLATE('0m4$kZ$jL6m9XK6L_KuMP6',$,'RentalRatesInCategoryFuture','Range of the cost rates for property expected to be available in the future in the required category.',.P_BOUNDEDVALUE.,'IfcMonetaryMeasure',$,$,$,$,$,.READWRITE.); -#1544=IFCPROPERTYSETTEMPLATE('0BulcaI2jBjO9CpsnbSlmJ',$,'Pset_BuildingUseAdjacent','Definition from IAI: Provides information on adjacent buildings and their uses to enable their impact on the building of interest to be determined. Note that for each instance of the property set used, where there is an existence of risk, there will be an instance of the property set Pset_Risk (q.v)',$,'IfcBuilding',(#1545,#1546,#1547,#1548)); +#1544=IFCPROPERTYSETTEMPLATE('0BulcaI2jBjO9CpsnbSlmJ',$,'Pset_BuildingUseAdjacent','Definition from IAI: Provides information on adjacent buildings and their uses to enable their impact on the building of interest to be determined. Note that for each instance of the property set used, where there is an existence of risk, there will be an instance of the property set Pset_Risk (q.v)',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1545,#1546,#1547,#1548)); #1545=IFCSIMPLEPROPERTYTEMPLATE('0sNdIDKFD7VvrrI7xKhTlL',$,'MarketCategory','Category of use e.g. residential, commercial, recreation etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1546=IFCSIMPLEPROPERTYTEMPLATE('20SvjKPBPBDQL0_IUrxKrG',$,'MarketSubCategory','Subset of category of use e.g. multi-family, 2 bedroom, low rise',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1547=IFCSIMPLEPROPERTYTEMPLATE('2Mu45VPWf9v9jnncdCdot9',$,'PlanningControlStatus','Label of zoning category or class, or planning control category for the site or facility.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1548=IFCSIMPLEPROPERTYTEMPLATE('3hEwPFeFr3gQUbM67yCoYH',$,'NarrativeText','Added information relating to the adjacent building use that is not appropriate to the general descriptive text associated with an entity through the inherited IfcRoot.Description',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1549=IFCPROPERTYSETTEMPLATE('2nZ1R73tvCF9D4tFgWnhtW',$,'Pset_BuildingWaterStorage','The basic set of properties that are used for determining the water requirements for a building.\X2\000A\X0\Typically, this property set is expected to be used in conjunction with IfcBuilding.',$,'IfcBuilding',(#1550,#1551,#1552,#1553,#1554)); +#1549=IFCPROPERTYSETTEMPLATE('2nZ1R73tvCF9D4tFgWnhtW',$,'Pset_BuildingWaterStorage','The basic set of properties that are used for determining the water requirements for a building.\X2\000A\X0\Typically, this property set is expected to be used in conjunction with IfcBuilding.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1550,#1551,#1552,#1553,#1554)); #1550=IFCSIMPLEPROPERTYTEMPLATE('0uNA0VywDBCfKK71vgxPli',$,'WaterStorageRatePerPerson','The volume of domestic water that needs to be stored per person. ',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); #1551=IFCSIMPLEPROPERTYTEMPLATE('0kNVBqIWDDWf2K69DenrGZ',$,'OneDayPotableWater','The volume of water that needs to be stored to supply water to the building for human use for one day in the event of water supply failure.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); #1552=IFCSIMPLEPROPERTYTEMPLATE('1YIy5KYjT6M9gTZXsfN8wK',$,'OneDayEssentialWater','The volume of water that needs to be stored to supply water to the building for uninterrupted water supply to essential areas for one day in the event of water supply failure. An essential area is considered to be a part of a building carrying out a critical function and that is unable to operate in the intended manner without a water supply.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); #1553=IFCSIMPLEPROPERTYTEMPLATE('11Tmi4d6fDLOBdDrGnypKy',$,'OneDayCoolingTowerMakeupWater','The volume of water that needs to be stored to supply make up water to the cooling towers in a building for one day in the event of water supply failure.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); #1554=IFCSIMPLEPROPERTYTEMPLATE('1zHlBCrJrEqg7kQk9ZTHat',$,'OneDayProcessOrProductionWater','The volume of water that needs to be stored to supply water for process or production requirements in a building for one day in the event of water supply failure.',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); -#1555=IFCPROPERTYSETTEMPLATE('36FWmrk692CgIg7u0hvxhe',$,'Pset_CoveringCeiling','Definition from IAI: Properties common to the definition of all occurrences of IfcCovering with the PredefinedType set to CEILING.',$,'IfcCovering',(#1556,#1557,#1558,#1559)); +#1555=IFCPROPERTYSETTEMPLATE('36FWmrk692CgIg7u0hvxhe',$,'Pset_CoveringCeiling','Definition from IAI: Properties common to the definition of all occurrences of IfcCovering with the PredefinedType set to CEILING.',.PSET_OCCURRENCEDRIVEN.,'IfcCovering',(#1556,#1557,#1558,#1559)); #1556=IFCSIMPLEPROPERTYTEMPLATE('1kN735JdD0_vHHzuHi4$9P',$,'FragilityRating','The level of fragility of the ceiling.\X2\000A\X0\It is giving according to the national building code. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1557=IFCSIMPLEPROPERTYTEMPLATE('1jROxcPgb5sRQ3RfkDgw3E',$,'Permeability','Ratio of the permeability of the ceiling.\X2\000A\X0\The ration can be used to indicate an open ceiling (that enables identification of whether ceiling construction should be considered as impeding distribution of sprinkler water, light etc. from installations within the ceiling area) .',.P_SINGLEVALUE.,'IfcNormalisedRatioMeasure',$,$,$,$,$,.READWRITE.); #1558=IFCSIMPLEPROPERTYTEMPLATE('12ecHK3rD5D9pzYS5jIDcw',$,'TileLength','Length of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1559=IFCSIMPLEPROPERTYTEMPLATE('1u0RM5zkD86vDgjKmFjck6',$,'TileWidth','Width of ceiling tiles. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1560=IFCPROPERTYSETTEMPLATE('2D5B7GMaLFa8iibZZush4g',$,'Pset_CoveringCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcCovering.',$,'IfcCovering,IfcCoveringType',(#1561,#1562,#1563,#1564,#1565,#1566,#1567,#1568,#1569,#1570)); +#1560=IFCPROPERTYSETTEMPLATE('2D5B7GMaLFa8iibZZush4g',$,'Pset_CoveringCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcCovering.',.PSET_TYPEDRIVENOVERRIDE.,'IfcCovering,IfcCoveringType',(#1561,#1562,#1563,#1564,#1565,#1566,#1567,#1568,#1569,#1570)); #1561=IFCSIMPLEPROPERTYTEMPLATE('15BAZa3rrDmxn_6_$7uYKJ',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1562=IFCSIMPLEPROPERTYTEMPLATE('2qjHmAC151ohdZH7pA8Khn',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1563=IFCSIMPLEPROPERTYTEMPLATE('3W6wydFhb5yRHMfVu5W5gb',$,'AcousticRating','Acoustic rating for this object.\X2\000A\X0\It is giving according to the national building code. It indicates the sound transmission resistance of this object by an index ration (instead of providing full sound absorbtion values).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1575,16 +1575,16 @@ DATA; #1568=IFCSIMPLEPROPERTYTEMPLATE('3wPoeu6jPCb95ldJhw_2tV',$,'Combustible','Indication whether the object is made from combustible material (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1569=IFCSIMPLEPROPERTYTEMPLATE('12GDK5Syv5tgvSoNPbsHkG',$,'TotalThickness','Thickness of the covering, The thickness information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1570=IFCSIMPLEPROPERTYTEMPLATE('3kDD6F4UnCn8DBo0V$v3Rk',$,'Finish','Finish selection for this object.\X2\000A\X0\Here specification of the surface finish for informational purposes',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1571=IFCPROPERTYSETTEMPLATE('3LLtzjasr8UBSdTle7mmyx',$,'Pset_CoveringFlooring','Definition from IAI: Properties common to the definition of all occurrences of IfcCovering with the PredefinedType set to FLOORING.',$,'IfcCovering',(#1572,#1573)); +#1571=IFCPROPERTYSETTEMPLATE('3LLtzjasr8UBSdTle7mmyx',$,'Pset_CoveringFlooring','Definition from IAI: Properties common to the definition of all occurrences of IfcCovering with the PredefinedType set to FLOORING.',.PSET_OCCURRENCEDRIVEN.,'IfcCovering',(#1572,#1573)); #1572=IFCSIMPLEPROPERTYTEMPLATE('1j6xw$AqD0Zv0818ehHqCJ',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1573=IFCSIMPLEPROPERTYTEMPLATE('2eoXJfDe96$fzP8AReSEfU',$,'HasAntiStaticSurface','Indication whether the surface finish is designed to prevent electrostatic charge (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1574=IFCPROPERTYSETTEMPLATE('1feg9_SEfCOxF0QLGO2Fai',$,'Pset_Draughting','Definition from IAI: Property set to capture layer and colour as a quick win implementation within IFC2x platform to enable more efficient exchange of 3D building models.\X2\000A\X0\NOTE: With implementation of the IFC2x2 capabilities defined in the presentation resources (IfcPresentationLayerAssignment, IfcCurveStyle) the use of this property set may become obsolete.',$,'IfcElement,IfcSpatialStructureElement',(#1575,#1576)); +#1574=IFCPROPERTYSETTEMPLATE('1feg9_SEfCOxF0QLGO2Fai',$,'Pset_Draughting','Definition from IAI: Property set to capture layer and colour as a quick win implementation within IFC2x platform to enable more efficient exchange of 3D building models.\X2\000A\X0\NOTE: With implementation of the IFC2x2 capabilities defined in the presentation resources (IfcPresentationLayerAssignment, IfcCurveStyle) the use of this property set may become obsolete.',.PSET_OCCURRENCEDRIVEN.,'IfcElement,IfcSpatialStructureElement',(#1575,#1576)); #1575=IFCSIMPLEPROPERTYTEMPLATE('0$a6tMVaj9aevVxaru0kqa',$,'LayerName','Identifier of the layer name within the sending application.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1576=IFCCOMPLEXPROPERTYTEMPLATE('0jdn88Ifr4wgOEntxHPg2M',$,'Colour','Significant colour definition of the whole element for all shape representations, it is given for highlighting/differentiation purposes, full colour representation of individual geometric representation items, using the IFC2x2 presentation schemas, always takes precedence. In case of several colour information available (line, upper/lower surface, etc.) the sending application shall identify the most significant single colour to be included,','RGB_Colour',.P_COMPLEX.,(#1577,#1578,#1579)); #1577=IFCSIMPLEPROPERTYTEMPLATE('3XsqfcdDr16ftypeeq46Al',$,'Red','Red component of the RGB colour specification given by an integer of 0..255',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #1578=IFCSIMPLEPROPERTYTEMPLATE('1Wo3H6IDLDxuozZkuPT4iB',$,'Green','Green component of the RGB colour specification given by an integer of 0..256',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #1579=IFCSIMPLEPROPERTYTEMPLATE('1SL2v8n5n4CvX450EcUXDp',$,'Blue','Blue component of the RGB colour specification given by an integer of 0..257',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#1580=IFCPROPERTYSETTEMPLATE('1I3cnY971CQBXQ12n4qZg9',$,'Pset_ElementShading','Definition from IAI: Shading device properties associated with an element that represents a shading device, e.g. an IfcBuildingElementProxy or any other building element.\X2\000A\X0\',$,'IfcElement',(#1581,#1583,#1584,#1585,#1586,#1587,#1588,#1589,#1590)); +#1580=IFCPROPERTYSETTEMPLATE('1I3cnY971CQBXQ12n4qZg9',$,'Pset_ElementShading','Definition from IAI: Shading device properties associated with an element that represents a shading device, e.g. an IfcBuildingElementProxy or any other building element.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcElement',(#1581,#1583,#1584,#1585,#1586,#1587,#1588,#1589,#1590)); #1581=IFCSIMPLEPROPERTYTEMPLATE('2S$$NL_CP0U83oKIvTUc2$',$,'ShadingDeviceType','Specifies the type of shading device.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1582,$,$,$,.READWRITE.); #1582=IFCPROPERTYENUMERATION('PEnum_ElementShading',(IFCLABEL('FIXED'),IFCLABEL('MOVABLE'),IFCLABEL('EXTERIOR'),IFCLABEL('INTERIOR'),IFCLABEL('OVERHANG'),IFCLABEL('SIDEFIN'),IFCLABEL('USERDEFINED'),IFCLABEL('NOTDEFINED')),$); #1583=IFCSIMPLEPROPERTYTEMPLATE('15jTMn8UP3MxFrK7lXt8G4',$,'Azimuth','Azimuth of the element as derived from the placement of the element shape, by convention: North = 0'' and measurement is done clockwise (I.e. east = 90'', if unit is grad). The calculation procedure will be specific for each type of element. In cases of inconsistency between the geometric parameters and the azimuth property, provided in the attached property set, the geometric parameters take precedence. ',.P_SINGLEVALUE.,'IfcPositivePlaneAngleMeasure',$,$,$,$,$,.READWRITE.); @@ -1595,23 +1595,23 @@ DATA; #1588=IFCSIMPLEPROPERTYTEMPLATE('1yVbjwTo95$AEl7_mF441S',$,'Reflectance','The ratio of reflected power to incident power.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1589=IFCSIMPLEPROPERTYTEMPLATE('2j5Maf1m9DwvuN$5ymGPnX',$,'Roughness','A measure of the vertical deviations of the surface.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1590=IFCSIMPLEPROPERTYTEMPLATE('1VHSgxVf123Ap4Vx1$FJAd',$,'Color','The color of the surface.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1591=IFCPROPERTYSETTEMPLATE('2PgxYW18LAzR9Q3Zxm6v1j',$,'Pset_OpeningElementCommon','Definition from IAI: Properties common to the definition of all instances of IfcOpeningElement.\X2\000A\X0\',$,'IfcOpeningElement',(#1592,#1593,#1594,#1595,#1596)); +#1591=IFCPROPERTYSETTEMPLATE('2PgxYW18LAzR9Q3Zxm6v1j',$,'Pset_OpeningElementCommon','Definition from IAI: Properties common to the definition of all instances of IfcOpeningElement.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcOpeningElement',(#1592,#1593,#1594,#1595,#1596)); #1592=IFCSIMPLEPROPERTYTEMPLATE('01V2pG4jH11AdpxrQJ4_Gd',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1593=IFCSIMPLEPROPERTYTEMPLATE('2xHxpHUQTB0RN8kzvgbT7o',$,'Purpose','Indication of the purpose for that opening, e.g. ''ventilation'', ''access'', etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1594=IFCSIMPLEPROPERTYTEMPLATE('3Md4$JOzr3kxNBqik$0o7V',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X2\000A\X0\Here whether the space (in case of e.g., a corridor) is designed to serve as an exit space, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1595=IFCSIMPLEPROPERTYTEMPLATE('05RJy88rb0Vg8XR8yfCESr',$,'ProtectedOpening','Indication whether the opening is considered to be protected under fire safety considerations. If (TRUE) it counts as a protected opening under the applicable building code, (FALSE) otherwise. ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1596=IFCSIMPLEPROPERTYTEMPLATE('2TL_$My_b6mANy$f5ZBVsD',$,'ParallelJambs','Indicated, whether the jambs of an opening in a curved building element are intended to be parallel (TRUE) or are radial (FALSE). Radial means, that the extension of the jambs are rays through the axis of the revolution forming the curved building element. ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1597=IFCPROPERTYSETTEMPLATE('2UnL_UHdfFd8t82v3yjT0w',$,'Pset_QuantityTakeOff','Definition from IAI: Description of quantities for work items to be exchanged in addition to the IfcElementQuantity\X2\000A\X0\',$,'IfcElement',(#1598,#1599,#1602)); +#1597=IFCPROPERTYSETTEMPLATE('2UnL_UHdfFd8t82v3yjT0w',$,'Pset_QuantityTakeOff','Definition from IAI: Description of quantities for work items to be exchanged in addition to the IfcElementQuantity\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcElement',(#1598,#1599,#1602)); #1598=IFCSIMPLEPROPERTYTEMPLATE('1gbTBKS8vCAuUT$cf3iVIw',$,'Reference','Reference ID for this specified type of quantity, e.g. linking back to a macro name, etc.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1599=IFCCOMPLEXPROPERTYTEMPLATE('2zx0DJ1vf04Ote2us03Gg7',$,'LayerQuantity','Quantity take-off information specific to a single layer of the element, if multiple layer information is passed, then the property shall be indexed, e.g. LayerQuantity1, ayerQuantity2, \X2\2026\X0\','QTO_Layer',.P_COMPLEX.,(#1600,#1601)); #1600=IFCSIMPLEPROPERTYTEMPLATE('3$pMNWROTFuh2uYWuO0nbZ',$,'MaterialLayer','Indication of the material layer (e.g. of a wall or slab) to which the quantity information belongs to)',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1601=IFCSIMPLEPROPERTYTEMPLATE('2FgMkejVjB8O0usf1iYaJQ',$,'LocalContext','Local context information for the take-off quantity, if multiple information items are passed, then the property shall be indexed, e.g. LocalContext1, LocalContext2, \X2\2026\X0\',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1602=IFCSIMPLEPROPERTYTEMPLATE('1bunfIEAbA1vAkunODI1H9',$,'LocalContext','Local context information for the take-off quantity, if multiple information items are passed, then the property shall be indexed, e.g. LocalContext1, LocalContext2, \X2\2026\X0\',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1603=IFCPROPERTYSETTEMPLATE('0GrkZRWoz559wbOVj4DhF3',$,'Pset_SiteCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcSite. Please note that several site attributes are handled directly at the IfcSite instance, the site number (or short name) by IfcSite.Name, the site name (or long name) by IfcSite.LongName, and the description (or comments) by IfcSite.Description. The land title number is also given as an explicit attribute IfcSite.LandTitleNumber. Actual site quantities, like site perimeter, site area and site volume are provided by IfcElementQuantities, and site classification according to national building code by IfcClassificationReference. The global positioning of the site in terms of Northing and Easting and height above sea level datum is given by IfcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation and the postal address by IfcSite.SiteAddress.',$,'IfcSite',(#1604,#1605,#1606)); +#1603=IFCPROPERTYSETTEMPLATE('0GrkZRWoz559wbOVj4DhF3',$,'Pset_SiteCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcSite. Please note that several site attributes are handled directly at the IfcSite instance, the site number (or short name) by IfcSite.Name, the site name (or long name) by IfcSite.LongName, and the description (or comments) by IfcSite.Description. The land title number is also given as an explicit attribute IfcSite.LandTitleNumber. Actual site quantities, like site perimeter, site area and site volume are provided by IfcElementQuantities, and site classification according to national building code by IfcClassificationReference. The global positioning of the site in terms of Northing and Easting and height above sea level datum is given by IfcSite.RefLongitude, IfcSite.RefLatitude, IfcSite.RefElevation and the postal address by IfcSite.SiteAddress.',.PSET_OCCURRENCEDRIVEN.,'IfcSite',(#1604,#1605,#1606)); #1604=IFCSIMPLEPROPERTYTEMPLATE('2rnyxfg2HE$v0NbQFX_aOY',$,'BuildableArea','The area of utilization expressed as a minimum value and a maximum value - according to local building codes. ',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #1605=IFCSIMPLEPROPERTYTEMPLATE('284gs4f5128wvEKSy7m_oR',$,'TotalArea','Total area of the site - masured according to local building codes.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #1606=IFCSIMPLEPROPERTYTEMPLATE('0yZ4QCBSDARQrks0Vl5WVA',$,'BuildingHeightLimit','Calculated maximum height of buildings on this site - according to local building codes. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1607=IFCPROPERTYSETTEMPLATE('2NzitGo59AM9KMGD90BPVJ',$,'Pset_SpaceCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcSpace. Please note that several space attributes are handled directly at the IfcSpace instance, the space number (or short name) by IfcSpace.Name, the space name (or long name) by IfcSpace:LongName, and the description (or comments) by IfcSpace.Description. Actual space quantities, like space perimeter, space area and space volume are provided by IfcElementQuantities, and space classification according to national building code by IfcClassificationReference. The level above zero (relative to the building) for the slab row construction is provided by the IfcBuildingStorey.Elevation, the level above zero (relative to the building) for the floor finish is provided by the IfcSpace.ElevationWithFlooring.',$,'IfcSpace',(#1608,#1609,#1610,#1611,#1612,#1613,#1614,#1615,#1616,#1617,#1618,#1619)); +#1607=IFCPROPERTYSETTEMPLATE('2NzitGo59AM9KMGD90BPVJ',$,'Pset_SpaceCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcSpace. Please note that several space attributes are handled directly at the IfcSpace instance, the space number (or short name) by IfcSpace.Name, the space name (or long name) by IfcSpace:LongName, and the description (or comments) by IfcSpace.Description. Actual space quantities, like space perimeter, space area and space volume are provided by IfcElementQuantities, and space classification according to national building code by IfcClassificationReference. The level above zero (relative to the building) for the slab row construction is provided by the IfcBuildingStorey.Elevation, the level above zero (relative to the building) for the floor finish is provided by the IfcSpace.ElevationWithFlooring.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace',(#1608,#1609,#1610,#1611,#1612,#1613,#1614,#1615,#1616,#1617,#1618,#1619)); #1608=IFCSIMPLEPROPERTYTEMPLATE('3ZNCklAM14axAyO8R5yudI',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1609=IFCSIMPLEPROPERTYTEMPLATE('3Un3Qd2zbFcAZT7tPEPIJy',$,'Category','Category of space usage or utilization of the area. It is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1610=IFCSIMPLEPROPERTYTEMPLATE('0DqMDMnvP56xe6WVepkJRC',$,'FloorCovering','Label to indicate the material or finish of the space flooring. The label is used for room book information and often displayed in room stamp.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1624,7 +1624,7 @@ DATA; #1617=IFCSIMPLEPROPERTYTEMPLATE('33RayuGinC6hL3$E5Iv9cX',$,'HandicapAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as an accessible space for handicapped people, e.g., for a public toilet (TRUE) or not (FALSE). This information is often used to declare the need for access for the disabled and for special design requirements of this space.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1618=IFCSIMPLEPROPERTYTEMPLATE('0WwVp4WNj3bRr3p43k7SQD',$,'ConcealedFlooring','Indication whether this space is declared to be a concealed flooring (TRUE) or not (FALSE). A concealed flooring is normally meant to be the space beneath a raised floor.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1619=IFCSIMPLEPROPERTYTEMPLATE('0uLbdP8vb3oQlEqR7aNGLm',$,'ConcealedCeiling','Indication whether this space is declared to be a concealed ceiling (TRUE) or not (FALSE). A concealed ceiling is normally meant to be the space between a slab and a suspended ceiling.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1620=IFCPROPERTYSETTEMPLATE('3MN_FnmXL4DvWg_3JXYw7C',$,'Pset_SpaceFireSafetyRequirements','Definition from IAI: Properties related to fire protection of spaces that apply to the occurrences of IfcSpace or IfcZone.',$,'IfcSpace,IfcZone',(#1621,#1622,#1623,#1624,#1625,#1626,#1627,#1628,#1629)); +#1620=IFCPROPERTYSETTEMPLATE('3MN_FnmXL4DvWg_3JXYw7C',$,'Pset_SpaceFireSafetyRequirements','Definition from IAI: Properties related to fire protection of spaces that apply to the occurrences of IfcSpace or IfcZone.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace,IfcZone',(#1621,#1622,#1623,#1624,#1625,#1626,#1627,#1628,#1629)); #1621=IFCSIMPLEPROPERTYTEMPLATE('1mN6H3vbL9pPKSusIkiUcq',$,'MainFireUse','Main fire use for the space which is assigned from the fire use classification table as given by the relevant national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1622=IFCSIMPLEPROPERTYTEMPLATE('18HfZ5hbPBu8a7ntNdvh7H',$,'AncillaryFireUse','Ancillary fire use for the space which is assigned from the fire use classification table as given by the relevant national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1623=IFCSIMPLEPROPERTYTEMPLATE('32L7cT$fn0PeOunMzLsNdM',$,'FireRiskFactor','Fire Risk factor assigned to the space according to local building regulations.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1634,10 +1634,10 @@ DATA; #1627=IFCSIMPLEPROPERTYTEMPLATE('2A0Z7l64vBHvjsXLbk__lQ',$,'SprinklerProtection','Indication whether the space is sprinkler protected (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1628=IFCSIMPLEPROPERTYTEMPLATE('3vk62BM45BN95aToz3vr_l',$,'SprinklerProtectionAutomatic','Indication whether the space has an automatic sprinkler protection (TRUE) or not (FALSE).\X2\000A\X0\It should only be given, if the property "SprinklerProtection" is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1629=IFCSIMPLEPROPERTYTEMPLATE('1n6lSkyFH3NO7nZIcYwrz7',$,'AirPressurization','Indication whether the space is required to have pressurized air (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1630=IFCPROPERTYSETTEMPLATE('0zJVZ8itb6RxrWN7UsvBIe',$,'Pset_SpaceLightingRequirements','Definition from IAI: Properties related to the lighting requirements that apply to the occurrences of IfcSpace or IfcZone. This includes the required artificial lighting, illuminance, etc.',$,'IfcSpace,IfcZone',(#1631,#1632)); +#1630=IFCPROPERTYSETTEMPLATE('0zJVZ8itb6RxrWN7UsvBIe',$,'Pset_SpaceLightingRequirements','Definition from IAI: Properties related to the lighting requirements that apply to the occurrences of IfcSpace or IfcZone. This includes the required artificial lighting, illuminance, etc.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace,IfcZone',(#1631,#1632)); #1631=IFCSIMPLEPROPERTYTEMPLATE('0QA1LeRu58avmctxb_SOv4',$,'ArtificialLighting','Indication whether this space requires artificial lighting (as natural lighting would be not sufficient). (TRUE) indicates yes (FALSE) otherwise.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1632=IFCSIMPLEPROPERTYTEMPLATE('3QmBikv_n2n9Ihh5oLHZn5',$,'Illuminance','Required average illuminance value for this space.',.P_SINGLEVALUE.,'IfcIlluminanceMeasure',$,$,$,$,$,.READWRITE.); -#1633=IFCPROPERTYSETTEMPLATE('2bTXM3_wP9ihRySpnBa6V9',$,'Pset_SpaceOccupancyRequirements','Definition from IAI: Properties concerning work activities occurring or expected to occur within one or a set of similar spatial structure elements.',$,'IfcSpace,IfcZone',(#1634,#1635,#1636,#1637,#1638,#1639,#1640)); +#1633=IFCPROPERTYSETTEMPLATE('2bTXM3_wP9ihRySpnBa6V9',$,'Pset_SpaceOccupancyRequirements','Definition from IAI: Properties concerning work activities occurring or expected to occur within one or a set of similar spatial structure elements.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace,IfcZone',(#1634,#1635,#1636,#1637,#1638,#1639,#1640)); #1634=IFCSIMPLEPROPERTYTEMPLATE('3RBbaFpkz8uBCnIatv5Rxp',$,'OccupancyType','Occupancy type for this object. It is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1635=IFCSIMPLEPROPERTYTEMPLATE('3fyq8NIqv4QBWXB391TKm6',$,'OccupancyNumber','Number of people required for the activity assigned to this space.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); #1636=IFCSIMPLEPROPERTYTEMPLATE('100$mP6ejAuB0iFKsIyJ1y',$,'OccupancyNumberPeak','Maximal number of people required for the activity assigned to this space in peak time.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); @@ -1645,13 +1645,13 @@ DATA; #1638=IFCSIMPLEPROPERTYTEMPLATE('3jpzrvTgnBzfM$MA2fCzlM',$,'AreaPerOccupant','Design occupancy loading for this type of usage assigned to this space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #1639=IFCSIMPLEPROPERTYTEMPLATE('3wwxejxxHFZRCMOvQaZGKU',$,'MinimumHeadroom','Headroom required for the activity assigned to this space.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #1640=IFCSIMPLEPROPERTYTEMPLATE('3oU35fngn0OOzh1D0Jwq82',$,'IsOutlookDesirable','An indication of whether the outlook is desirable (set TRUE) or not (set FALSE)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1641=IFCPROPERTYSETTEMPLATE('0kR5fLHbn0zQYmldUhEm$d',$,'Pset_SpaceParking','Definition from IAI: Properties common to the definition of all occurrences of IfcSpace which have an attribute value for ObjectType = ''Parking''. NOTE: Modified in IFC 2x3, properties ParkingUse and ParkingUnits added.',$,'IfcSpace',(#1642,#1643,#1644)); +#1641=IFCPROPERTYSETTEMPLATE('0kR5fLHbn0zQYmldUhEm$d',$,'Pset_SpaceParking','Definition from IAI: Properties common to the definition of all occurrences of IfcSpace which have an attribute value for ObjectType = ''Parking''. NOTE: Modified in IFC 2x3, properties ParkingUse and ParkingUnits added.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace',(#1642,#1643,#1644)); #1642=IFCSIMPLEPROPERTYTEMPLATE('1JcTlApuX1Eh_TRL$8S89H',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X2\000A\X0\It is giving according to the requirements of the national building code. ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1643=IFCSIMPLEPROPERTYTEMPLATE('0_dbwgKm93nPbXVwUbbll9',$,'ParkingUse','Identifies the type of transporation for which the parking space is designed. Values are not predefined but might include car, compact car, motorcycle, bicycle, truck, bus etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1644=IFCSIMPLEPROPERTYTEMPLATE('3KX6_bz558cghD4n9VHZ9U',$,'ParkingUnits','Indicates the number of transporation units of the type specified by the property ParkingUse that may be accommodated within the space. Generally, this value should default to 1 unit. However, where the parking space is for motorcycles or bicycles, provision may be made for more than one unit in the space.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); -#1645=IFCPROPERTYSETTEMPLATE('11flEP$qrCIwtqSAOVInKF',$,'Pset_SpaceParkingAisle','Definition from IAI: Properties common to the definition of all occurrences of IfcSpace which have an attribute value for ObjectType = ''ParkingAisle''.',$,'IfcSpace',(#1646)); +#1645=IFCPROPERTYSETTEMPLATE('11flEP$qrCIwtqSAOVInKF',$,'Pset_SpaceParkingAisle','Definition from IAI: Properties common to the definition of all occurrences of IfcSpace which have an attribute value for ObjectType = ''ParkingAisle''.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace',(#1646)); #1646=IFCSIMPLEPROPERTYTEMPLATE('3Iasaahrz1zhvzKXNC0sU2',$,'IsOneWay','Indicates whether the parking aisle is designed for oneway traffic (TRUE) or twoway traffic (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1647=IFCPROPERTYSETTEMPLATE('19rV9eQb58V8T3WG_eW7fk',$,'Pset_SpaceThermalRequirements','Definition from IAI: Properties related to the comfort requirements for thermal and other thermal related performances of spaces that apply to the occurrences of IfcSpace or IfcZone. This includes the required design temperature, humidity, and air conditioning.',$,'IfcSpace,IfcZone',(#1648,#1649,#1650,#1651,#1652,#1653,#1654,#1655,#1656,#1657,#1658,#1659,#1660,#1661,#1662)); +#1647=IFCPROPERTYSETTEMPLATE('19rV9eQb58V8T3WG_eW7fk',$,'Pset_SpaceThermalRequirements','Definition from IAI: Properties related to the comfort requirements for thermal and other thermal related performances of spaces that apply to the occurrences of IfcSpace or IfcZone. This includes the required design temperature, humidity, and air conditioning.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace,IfcZone',(#1648,#1649,#1650,#1651,#1652,#1653,#1654,#1655,#1656,#1657,#1658,#1659,#1660,#1661,#1662)); #1648=IFCSIMPLEPROPERTYTEMPLATE('1sggA$NMD0xObIF2komCtY',$,'SpaceTemperatureMax','Temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1649=IFCSIMPLEPROPERTYTEMPLATE('2n9VqRJBHDsP_1TfAQD9JA',$,'SpaceTemperatureMin',' Minimal temperature of the space or zone, that is required from user/designer view point. If no summer or winter space temperature requirements are given, it applies all year, otherwise for the intermediate period. ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1650=IFCSIMPLEPROPERTYTEMPLATE('2QeZKz8GXAefCAai95dUU7',$,'SpaceTemperatureSummerMax','Maximal temperature of the space or zone for the hot (summer) period, that is required from user/designer view point.',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); @@ -1667,34 +1667,34 @@ DATA; #1660=IFCSIMPLEPROPERTYTEMPLATE('29_qOef2nAtQ7RT6QXjowH',$,'MechanicalVentilationRate','Indication of the requirement of a particular mechanical air ventilation rate, given in air changes per hour.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); #1661=IFCSIMPLEPROPERTYTEMPLATE('3Hft3gXKL7VRdlxVSKDEfd',$,'AirConditioning','Indication whether this space requires air conditioning provided (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1662=IFCSIMPLEPROPERTYTEMPLATE('0lfgeCxurF4AX54IVDx9VC',$,'AirConditioningCentral','Indication whether the space requires a central air conditioning provided (TRUE) or not (FALSE).\X2\000A\X0\It should only be given, if the property "AirConditioning" is set to TRUE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1663=IFCPROPERTYSETTEMPLATE('3YAjzXSlf0txi$guW9vCv$',$,'Pset_TransportElementCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcTransportElement.',$,'IfcTransportElement',(#1664,#1665)); +#1663=IFCPROPERTYSETTEMPLATE('3YAjzXSlf0txi$guW9vCv$',$,'Pset_TransportElementCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcTransportElement.',.PSET_OCCURRENCEDRIVEN.,'IfcTransportElement',(#1664,#1665)); #1664=IFCSIMPLEPROPERTYTEMPLATE('14NJlIb1v3IQ_OsM$zbudb',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1665=IFCSIMPLEPROPERTYTEMPLATE('2Nh50hoVHBy9aMBwU7_z4G',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X2\000A\X0\Here whether the transport element (in case of e.g., a lift) is designed to serve as a fire exit, e.g., for fire escape purposes.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1666=IFCPROPERTYSETTEMPLATE('271X8fCTX0v8h3GehHmS6Q',$,'Pset_TransportElementElevator','Definition from IAI: Properties common to the definition of all occurrences of IfcTransportElement with the predefined type ="ELEVATOR"',$,'IfcTransportElement',(#1667,#1668,#1669)); +#1666=IFCPROPERTYSETTEMPLATE('271X8fCTX0v8h3GehHmS6Q',$,'Pset_TransportElementElevator','Definition from IAI: Properties common to the definition of all occurrences of IfcTransportElement with the predefined type ="ELEVATOR"',.PSET_OCCURRENCEDRIVEN.,'IfcTransportElement',(#1667,#1668,#1669)); #1667=IFCSIMPLEPROPERTYTEMPLATE('3zEP1OFCnAje5j5C4DO7L4',$,'ClearWidth','Clear width of the object (elevator). It indicates the distance from the inner surfaces of the elevator car left and right from the elevator door. \X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1668=IFCSIMPLEPROPERTYTEMPLATE('1KCpNDXcf54vq3ADCSiUXj',$,'ClearDepth','Clear depth of the object (elevator). It indicates the distance from the inner surface of the elevator door to the opposite surface of the elevator car. \X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1669=IFCSIMPLEPROPERTYTEMPLATE('3zsaq9sof76BEVg0mW2uTh',$,'ClearHeight','Clear height of the object (elevator). \X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1670=IFCPROPERTYSETTEMPLATE('1$fsCCQr909Rg1U2WJxH5R',$,'Pset_ZoneCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcZone.',$,'IfcZone',(#1671,#1672,#1673,#1674,#1675,#1676)); +#1670=IFCPROPERTYSETTEMPLATE('1$fsCCQr909Rg1U2WJxH5R',$,'Pset_ZoneCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcZone.',.PSET_OCCURRENCEDRIVEN.,'IfcZone',(#1671,#1672,#1673,#1674,#1675,#1676)); #1671=IFCSIMPLEPROPERTYTEMPLATE('3HH0G2SoL4hALl2aGMq1Ga',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1672=IFCSIMPLEPROPERTYTEMPLATE('3j0lZiG3X4lA$edoJHSUFq',$,'Category','Category of space usage or utilization of the area. It is defined according to the presiding national building code.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1673=IFCSIMPLEPROPERTYTEMPLATE('1iahFsuVr1A90cJmZg7_X$',$,'GrossAreaPlanned','Total planned gross area for the space. Used for programming the space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #1674=IFCSIMPLEPROPERTYTEMPLATE('0EQTduACfCdBKXPmuA4pgk',$,'NetAreaPlanned','Total planned net area for the space. Used for programming the space.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #1675=IFCSIMPLEPROPERTYTEMPLATE('2Gn$zZ6Tv1gxT0TjVS8dKq',$,'PubliclyAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as a publicly accessible space, e.g., for a public toilet (TRUE) or not (FALSE). ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1676=IFCSIMPLEPROPERTYTEMPLATE('09tR3tZ21Emgecar9u2z6M',$,'HandicapAccessible','Indication whether this space (in case of e.g., a toilet) is designed to serve as an accessible space for handicapped people, e.g., for a public toilet (TRUE) or not (FALSE). This information is often used to declare the need for access for the disabled and for special design requirements of this space.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1677=IFCPROPERTYSETTEMPLATE('11e4VX2KDExwIhqH_ZUQZ1',$,'Pset_BeamCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcBeam.',$,'IfcBeam',(#1678,#1679,#1680,#1681,#1682,#1683)); +#1677=IFCPROPERTYSETTEMPLATE('11e4VX2KDExwIhqH_ZUQZ1',$,'Pset_BeamCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcBeam.',.PSET_OCCURRENCEDRIVEN.,'IfcBeam',(#1678,#1679,#1680,#1681,#1682,#1683)); #1678=IFCSIMPLEPROPERTYTEMPLATE('21vlfcJwv28BbDmPzaSt7B',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1679=IFCSIMPLEPROPERTYTEMPLATE('2YrLcHfFfBOvjvR7aP1w4h',$,'Span','Clear span for this object.\X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1680=IFCSIMPLEPROPERTYTEMPLATE('3mDowEtjb79R0nv4QMHs28',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); #1681=IFCSIMPLEPROPERTYTEMPLATE('0cE2E6KF1Fh8uycYYT72eA',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1682=IFCSIMPLEPROPERTYTEMPLATE('1X4nKVkp10GP5gpzFYlMqt',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1683=IFCSIMPLEPROPERTYTEMPLATE('0$FE4h67z7JvEIXqY0wwkz',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1684=IFCPROPERTYSETTEMPLATE('0BZJwHTwL0b9nKcrod9sWi',$,'Pset_ColumnCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcColumn.',$,'IfcColumn',(#1685,#1686,#1687,#1688,#1689)); +#1684=IFCPROPERTYSETTEMPLATE('0BZJwHTwL0b9nKcrod9sWi',$,'Pset_ColumnCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcColumn.',.PSET_OCCURRENCEDRIVEN.,'IfcColumn',(#1685,#1686,#1687,#1688,#1689)); #1685=IFCSIMPLEPROPERTYTEMPLATE('13n5nk1pHCQPvdG$qzk7a0',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1686=IFCSIMPLEPROPERTYTEMPLATE('281CSmlfL2Mw8NvoXPdEmq',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. ',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); #1687=IFCSIMPLEPROPERTYTEMPLATE('2d1RiykB94fAKxBClZHuFN',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1688=IFCSIMPLEPROPERTYTEMPLATE('2KdU5RNhL1tPTIijeTEp7d',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1689=IFCSIMPLEPROPERTYTEMPLATE('09hFbWs19309ugYPgHGL8Z',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1690=IFCPROPERTYSETTEMPLATE('1jSPL9guzAF8Xpg8KbDqdH',$,'Pset_CurtainWallCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcCurtainWall.',$,'IfcCurtainWall',(#1691,#1692,#1693,#1694,#1695,#1696,#1697)); +#1690=IFCPROPERTYSETTEMPLATE('1jSPL9guzAF8Xpg8KbDqdH',$,'Pset_CurtainWallCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcCurtainWall.',.PSET_OCCURRENCEDRIVEN.,'IfcCurtainWall',(#1691,#1692,#1693,#1694,#1695,#1696,#1697)); #1691=IFCSIMPLEPROPERTYTEMPLATE('2KMz7HHhj8UuQRMLVIs34Z',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1692=IFCSIMPLEPROPERTYTEMPLATE('337Alc_GjEi8xzSPMiDnv_',$,'AcousticRating','Acoustic rating for this object.\X2\000A\X0\It is giving according to the national building code. It indicates the sound transmission resistance of this object by an index ration (instead of providing full sound absorbtion values).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1693=IFCSIMPLEPROPERTYTEMPLATE('2m4spQK6z7xOxP9r0SJMIY',$,'FireRating','Fire rating given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1702,7 +1702,7 @@ DATA; #1695=IFCSIMPLEPROPERTYTEMPLATE('2QxVWGrIX3h9sT478p0OJY',$,'SurfaceSpreadOfFlame','Indication on how the flames spread around the surface,\X2\000A\X0\It is given according to the national building code that governs the fire behaviour for materials.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1696=IFCSIMPLEPROPERTYTEMPLATE('2KKvQqY2bAzxDEM13sCgBy',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X2\000A\X0\Here the total thermal transmittance coefficient through the wall (including all materials).',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,.READWRITE.); #1697=IFCSIMPLEPROPERTYTEMPLATE('3NbgbQ5ZjAVfX2GdIl5ZKK',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1698=IFCPROPERTYSETTEMPLATE('2C7yD2EBH7lAx0sTrT1YMn',$,'Pset_DoorCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcDoor.',$,'IfcDoor',(#1699,#1700,#1701,#1702,#1703,#1704,#1705,#1706,#1707,#1708,#1709,#1710)); +#1698=IFCPROPERTYSETTEMPLATE('2C7yD2EBH7lAx0sTrT1YMn',$,'Pset_DoorCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcDoor.',.PSET_OCCURRENCEDRIVEN.,'IfcDoor',(#1699,#1700,#1701,#1702,#1703,#1704,#1705,#1706,#1707,#1708,#1709,#1710)); #1699=IFCSIMPLEPROPERTYTEMPLATE('07aYT0tq1C5v75QdFuZUgp',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1700=IFCSIMPLEPROPERTYTEMPLATE('1kPulh$nnAXBIZr68Il1xn',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1701=IFCSIMPLEPROPERTYTEMPLATE('0AojJjhdvAze0yfh8eG86l',$,'AcousticRating','Acoustic rating for this object.\X2\000A\X0\It is giving according to the national building code. It indicates the sound transmission resistance of this object by an index ration (instead of providing full sound absorbtion values).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1715,7 +1715,7 @@ DATA; #1708=IFCSIMPLEPROPERTYTEMPLATE('0GYnxUfOH4$BNWxhYApWgH',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X2\000A\X0\Here it defines an exit door in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1709=IFCSIMPLEPROPERTYTEMPLATE('3mfb1MJb56PAX5AcAJn3ln',$,'SelfClosing','Indication whether this object is designed to close automatically after use (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1710=IFCSIMPLEPROPERTYTEMPLATE('1ixw7mi6n5uhMLTiOtvoHN',$,'SmokeStop','Indication whether the object is designed to provide a smoke stop (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1711=IFCPROPERTYSETTEMPLATE('1mDT_xI_r6q90giq7GRq$Z',$,'Pset_DoorWindowGlazingType','Definition from IAI: Properties common to the definition of the glazing component of occurrences of IfcDoor and IfcWindow, used for thermal and lighting calculations.',$,'IfcDoor,IfcWindow',(#1712,#1713,#1714,#1715,#1716,#1717,#1718,#1719,#1720,#1721,#1722,#1723,#1724,#1725,#1726,#1727)); +#1711=IFCPROPERTYSETTEMPLATE('1mDT_xI_r6q90giq7GRq$Z',$,'Pset_DoorWindowGlazingType','Definition from IAI: Properties common to the definition of the glazing component of occurrences of IfcDoor and IfcWindow, used for thermal and lighting calculations.',.PSET_OCCURRENCEDRIVEN.,'IfcDoor,IfcWindow',(#1712,#1713,#1714,#1715,#1716,#1717,#1718,#1719,#1720,#1721,#1722,#1723,#1724,#1725,#1726,#1727)); #1712=IFCSIMPLEPROPERTYTEMPLATE('0RE4yo8p1BuuNWBLxgE68t',$,'GlassLayers','Number of glass layers within the frame. E.g. "2" for double glazing. ',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); #1713=IFCSIMPLEPROPERTYTEMPLATE('1GSCQ5kCz2CfOFq8PK2KqW',$,'GlassThickness1','Thickness of the first (inner) glass layer. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1714=IFCSIMPLEPROPERTYTEMPLATE('1UMSpAK0j3NAGy00PWuX5d',$,'GlassThickness2','Thickness of the second (intermediate or outer) glass layer.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1732,30 +1732,30 @@ DATA; #1725=IFCSIMPLEPROPERTYTEMPLATE('0xbNW_s7z51hs7pZqih$G2',$,'SolarHeatGainTransmittance','Total solar heat transmittance that passes the glazing at normal incidence. It is a value without unit, often referred to as (SHGC):.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1726=IFCSIMPLEPROPERTYTEMPLATE('1vpgAhv3L22hnTlVzfoQUo',$,'ThermalTransmittanceSummer','Thermal transmittance coefficient (U-Value) of a material.\X2\000A\X0\Summer thermal transmittance coefficient of the glazing only, often referred to as (U-value) ',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,.READWRITE.); #1727=IFCSIMPLEPROPERTYTEMPLATE('3caBqcksvDCxfHKvHi4fYy',$,'ThermalTransmittanceWinter','Thermal transmittance coefficient (U-Value) of a material.\X2\000A\X0\Winter thermal transmittance coefficient of the glazing only, often referred to as (U-value) ',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,.READWRITE.); -#1728=IFCPROPERTYSETTEMPLATE('2xzsN4Q9T0Mxi5wmmLTwgy',$,'Pset_DoorWindowShadingType','Definition from IAI: Properties common to the definition of the shading component of occurrences of IfcDoor and IfcWindow, used for static (simplified) shading calculations.',$,'IfcDoor,IfcWindow',(#1729,#1730,#1731)); +#1728=IFCPROPERTYSETTEMPLATE('2xzsN4Q9T0Mxi5wmmLTwgy',$,'Pset_DoorWindowShadingType','Definition from IAI: Properties common to the definition of the shading component of occurrences of IfcDoor and IfcWindow, used for static (simplified) shading calculations.',.PSET_OCCURRENCEDRIVEN.,'IfcDoor,IfcWindow',(#1729,#1730,#1731)); #1729=IFCSIMPLEPROPERTYTEMPLATE('2uU0lH4Bv6s8dbDKZfxoif',$,'ExternalShadingCoefficient','Radiation transmission coefficient of the outside shading device. It is a value without unit.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1730=IFCSIMPLEPROPERTYTEMPLATE('2KX_AvHMb6gR8erT9JL55l',$,'InternalShadingCoefficient','Radiation transmission coefficient of the inside shading device, symbol "b-value". It is a value without unit. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1731=IFCSIMPLEPROPERTYTEMPLATE('2kPuCLCTP8DwOZcp7irnpT',$,'InsetShadingCoefficient','Radiation transmission coefficient of the shading device inside the glazing, symbol "b-value". It is a value without unit. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); -#1732=IFCPROPERTYSETTEMPLATE('3$iuAH2FfB3x1ThH$pwuzP',$,'Pset_MemberCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcMember.',$,'IfcMember',(#1733,#1734,#1735,#1736,#1737,#1738)); +#1732=IFCPROPERTYSETTEMPLATE('3$iuAH2FfB3x1ThH$pwuzP',$,'Pset_MemberCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcMember.',.PSET_OCCURRENCEDRIVEN.,'IfcMember',(#1733,#1734,#1735,#1736,#1737,#1738)); #1733=IFCSIMPLEPROPERTYTEMPLATE('2T5tmeOQP41R9olLlnN5CY',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1734=IFCSIMPLEPROPERTYTEMPLATE('3Rt$4Pcbf5yAtjr9QIiJua',$,'Span','Clear span for this object.\X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1735=IFCSIMPLEPROPERTYTEMPLATE('2k6nj1RJL7$uh65TWmN$TU',$,'Slope','Slope angle - relative to horizontal (0.0 degrees).\X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); #1736=IFCSIMPLEPROPERTYTEMPLATE('204kLJtEvAGQ8FljfUtXl9',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1737=IFCSIMPLEPROPERTYTEMPLATE('1ti_yd2G99eAqTSwWTjeqt',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1738=IFCSIMPLEPROPERTYTEMPLATE('2tp73JE81CBumG0BUUnu$U',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1739=IFCPROPERTYSETTEMPLATE('1eHjVvkKL7Uw2yd3Ezkjt_',$,'Pset_PlateCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcPlate.',$,'IfcPlate',(#1740,#1741,#1742,#1743,#1744,#1745)); +#1739=IFCPROPERTYSETTEMPLATE('1eHjVvkKL7Uw2yd3Ezkjt_',$,'Pset_PlateCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcPlate.',.PSET_OCCURRENCEDRIVEN.,'IfcPlate',(#1740,#1741,#1742,#1743,#1744,#1745)); #1740=IFCSIMPLEPROPERTYTEMPLATE('1oMKch5LfA4ACoS73kPtmm',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1741=IFCSIMPLEPROPERTYTEMPLATE('31GJYiPtvBH8W3VyNaunOx',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1742=IFCSIMPLEPROPERTYTEMPLATE('31mxD4u2vDYvk3xXbTsZOl',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1743=IFCSIMPLEPROPERTYTEMPLATE('1fNUbrRe19wfpnjwIiFvpm',$,'AcousticRating','Acoustic rating for this object.\X2\000A\X0\It is giving according to the national building code. It indicates the sound transmission resistance of this object by an index ration (instead of providing full sound absorbtion values).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1744=IFCSIMPLEPROPERTYTEMPLATE('0utpFxYKfB7xZMyHCV7N0k',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1745=IFCSIMPLEPROPERTYTEMPLATE('0Ss9sLM2b52fFiw4JomI6k',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X2\000A\X0\It applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,.READWRITE.); -#1746=IFCPROPERTYSETTEMPLATE('0qUbf75LrCPhZCWNU_2K0P',$,'Pset_RailingCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRailing.',$,'IfcRailing',(#1747,#1748,#1749,#1750)); +#1746=IFCPROPERTYSETTEMPLATE('0qUbf75LrCPhZCWNU_2K0P',$,'Pset_RailingCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRailing.',.PSET_OCCURRENCEDRIVEN.,'IfcRailing',(#1747,#1748,#1749,#1750)); #1747=IFCSIMPLEPROPERTYTEMPLATE('0qRjJJ$DbFdvAbZK8DfIf4',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1748=IFCSIMPLEPROPERTYTEMPLATE('2qVVWJ3LT5fw$rts1QE6i5',$,'Height','Height of the object. It is the upper hight of the railing above the floor or stair.\X2\000A\X0\The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1749=IFCSIMPLEPROPERTYTEMPLATE('1_DCudXg5BjveEQ1wsalg3',$,'Diameter','Diameter of the object. It is the diameter of the handrail of the railing.\X2\000A\X0\The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.\X2\000A\X0\Here the diameter of the hand or guardrail within the railing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1750=IFCSIMPLEPROPERTYTEMPLATE('3eT$Y77OP0fAUUU0e5o$rH',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1751=IFCPROPERTYSETTEMPLATE('26b9kBzwL2VRS0E8GCKNZ8',$,'Pset_RampCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRamp.',$,'IfcRamp',(#1752,#1753,#1754,#1755,#1756,#1757,#1758,#1759)); +#1751=IFCPROPERTYSETTEMPLATE('26b9kBzwL2VRS0E8GCKNZ8',$,'Pset_RampCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRamp.',.PSET_OCCURRENCEDRIVEN.,'IfcRamp',(#1752,#1753,#1754,#1755,#1756,#1757,#1758,#1759)); #1752=IFCSIMPLEPROPERTYTEMPLATE('3ahpVPSiPAJxo6vaYNzsPx',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1753=IFCSIMPLEPROPERTYTEMPLATE('0yoX$saaLC9ekuGVZWQC2k',$,'RequiredHeadroom','Required headroom clearance for the passageway according to the applicable building code or additional requirements.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1754=IFCSIMPLEPROPERTYTEMPLATE('0nMC0gwNH3nPcmiA_Ei$3P',$,'RequiredSlope','Required sloping angle of the object - relative to horizontal (0.0 degrees).\X2\000A\X0\Required maximum slope for the passageway according to the applicable building code or additional requirements ',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); @@ -1764,17 +1764,17 @@ DATA; #1757=IFCSIMPLEPROPERTYTEMPLATE('34VjwsiWH5iQeE8liK2sQA',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X2\000A\X0\Here it defines an exit ramp in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1758=IFCSIMPLEPROPERTYTEMPLATE('18DGdHF7HFtPLJw30GtmCt',$,'HandicapAccessible','Indication that this object is designed to be accessible by the handicapped. \X2\000A\X0\Set to (TRUE) if this ramp is rated as handicap accessible according the local building codes, otherwise (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1759=IFCSIMPLEPROPERTYTEMPLATE('2YmVhvwdP7_BWAVvTNXWYA',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1760=IFCPROPERTYSETTEMPLATE('2a2B_emyL09we0VwF_BYlM',$,'Pset_RampFlightCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRampFlight.',$,'IfcRampFlight',(#1761,#1762,#1763)); +#1760=IFCPROPERTYSETTEMPLATE('2a2B_emyL09we0VwF_BYlM',$,'Pset_RampFlightCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRampFlight.',.PSET_OCCURRENCEDRIVEN.,'IfcRampFlight',(#1761,#1762,#1763)); #1761=IFCSIMPLEPROPERTYTEMPLATE('1EnULnQtTDl8bTekZybOP6',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1762=IFCSIMPLEPROPERTYTEMPLATE('3HQggqDj95n80r45xtoqQD',$,'Headroom','Actual headroom clearance for the passageway according to the current design. \X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1763=IFCSIMPLEPROPERTYTEMPLATE('3zQSUs2$zCyg0dWGhFlav4',$,'Slope','Sloping angle of the object - relative to horizontal (0.0 degrees). \X2\000A\X0\Actual maximum slope for the passageway according to the current design.\X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. ',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); -#1764=IFCPROPERTYSETTEMPLATE('3yxWAaYwLCWwHuQnTKZW0x',$,'Pset_RoofCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRoof. Note: Properties for ProjectedArea and TotalArea added in IFC 2x3',$,'IfcRoof',(#1765,#1766,#1767,#1768,#1769)); +#1764=IFCPROPERTYSETTEMPLATE('3yxWAaYwLCWwHuQnTKZW0x',$,'Pset_RoofCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcRoof. Note: Properties for ProjectedArea and TotalArea added in IFC 2x3',.PSET_OCCURRENCEDRIVEN.,'IfcRoof',(#1765,#1766,#1767,#1768,#1769)); #1765=IFCSIMPLEPROPERTYTEMPLATE('3ln2Y_CcLEaO27UUMT05V5',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1766=IFCSIMPLEPROPERTYTEMPLATE('0Eiq1PwVv6OQWa81TQN2CG',$,'FireRating','Fire rating for this object. It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1767=IFCSIMPLEPROPERTYTEMPLATE('1sAhVK0QrCrQguj4xeh10U',$,'IsExternal','Indication whether the element is designed for use in the exterior (TRUE) or not (FALSE). If (TRUE) it is an external element and faces the outside of the building.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1768=IFCSIMPLEPROPERTYTEMPLATE('1fh_EwCZrF8hGog8h6v2Hl',$,'ProjectedArea','Area of the roof projected onto a 2D horizontal plane',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #1769=IFCSIMPLEPROPERTYTEMPLATE('3gJkLk3_z3Kv88hu5ZC3OD',$,'TotalArea','Total exposed area of the roof',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); -#1770=IFCPROPERTYSETTEMPLATE('2ru99VyNvEdx4pNnmYKucK',$,'Pset_SlabCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcSlab. Note: Properties for PitchAngle added in IFC 2x3',$,'IfcSlab',(#1771,#1772,#1773,#1774,#1775,#1776,#1777,#1778,#1779,#1780)); +#1770=IFCPROPERTYSETTEMPLATE('2ru99VyNvEdx4pNnmYKucK',$,'Pset_SlabCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcSlab. Note: Properties for PitchAngle added in IFC 2x3',.PSET_OCCURRENCEDRIVEN.,'IfcSlab',(#1771,#1772,#1773,#1774,#1775,#1776,#1777,#1778,#1779,#1780)); #1771=IFCSIMPLEPROPERTYTEMPLATE('1HYC6s5bj0ghCkhP734vx8',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1772=IFCSIMPLEPROPERTYTEMPLATE('1FHcQk7f51QPtC0cyVtvEA',$,'AcousticRating','Acoustic rating for this object. It is giving according to the national building code. It indicates the sound transmission resistance of this object by an index ration (instead of providing full sound absorbtion values',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1773=IFCSIMPLEPROPERTYTEMPLATE('1y2G2zT2f92gvzAhPbn$NB',$,'FireRating',' Fire rating for this object. It is given according to the national fire safety classification. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1785,7 +1785,7 @@ DATA; #1778=IFCSIMPLEPROPERTYTEMPLATE('1AF0Y0yhvC59z$$21HeAO9',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1779=IFCSIMPLEPROPERTYTEMPLATE('1CeI4$8_LFfAva$U58PGwi',$,'Compartmentation','Indication whether the object is designed to serve as a fire compartmentation (TRUE) or not (FALSE). ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1780=IFCSIMPLEPROPERTYTEMPLATE('25xOAttsT5_8$aDVGtFkoP',$,'PitchAngle','Angle of the slab to the horizontal when used as a component for the roof (specified as 0 degrees or not asserted for cases where the slab is not used as a roof component).',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); -#1781=IFCPROPERTYSETTEMPLATE('00P7WKNffDqf9rAFmHGJBe',$,'Pset_StairCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcStair.',$,'IfcStair',(#1782,#1783,#1784,#1785,#1786,#1787,#1788,#1789,#1790,#1791,#1792)); +#1781=IFCPROPERTYSETTEMPLATE('00P7WKNffDqf9rAFmHGJBe',$,'Pset_StairCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcStair.',.PSET_OCCURRENCEDRIVEN.,'IfcStair',(#1782,#1783,#1784,#1785,#1786,#1787,#1788,#1789,#1790,#1791,#1792)); #1782=IFCSIMPLEPROPERTYTEMPLATE('2rscjPVffDJgrsLOH5cQRg',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1783=IFCSIMPLEPROPERTYTEMPLATE('02jnGVhH9EbuFO6gBHngWP',$,'NumberOfRiser','Total number of the risers included in the stair',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); #1784=IFCSIMPLEPROPERTYTEMPLATE('2J7NX9twn8cxV6oreZ47gJ',$,'NumberOfTreads','Total number of treads included in the stair',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); @@ -1797,7 +1797,7 @@ DATA; #1790=IFCSIMPLEPROPERTYTEMPLATE('3r59Zwet1BLgkk4dW3m24f',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1791=IFCSIMPLEPROPERTYTEMPLATE('1j4m2PbmD0lAX5xdxdsWal',$,'FireExit','Indication whether this object is designed to serve as an exit in the case of fire (TRUE) or not (FALSE).\X2\000A\X0\Here it defines an exit stair in accordance to the national building code.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1792=IFCSIMPLEPROPERTYTEMPLATE('0nzj7uY4f4EfT_ItH_JXcw',$,'HasNonSkidSurface','Indication whether the surface finish is designed to prevent slippery (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1793=IFCPROPERTYSETTEMPLATE('1Oc4WJ999DuAVDReSlQeWK',$,'Pset_StairFlightCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcStairFlight.',$,'IfcStairFlight',(#1794,#1795,#1796,#1797,#1798,#1799,#1800,#1801,#1802,#1803,#1804)); +#1793=IFCPROPERTYSETTEMPLATE('1Oc4WJ999DuAVDReSlQeWK',$,'Pset_StairFlightCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcStairFlight.',.PSET_OCCURRENCEDRIVEN.,'IfcStairFlight',(#1794,#1795,#1796,#1797,#1798,#1799,#1800,#1801,#1802,#1803,#1804)); #1794=IFCSIMPLEPROPERTYTEMPLATE('1dxRNpyiD8wwl$Ueu03fqu',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1795=IFCSIMPLEPROPERTYTEMPLATE('1p9g_xXWL2XAYFZ73AvRJS',$,'NumberOfRiser','Total number of the risers included in the stair flight',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); #1796=IFCSIMPLEPROPERTYTEMPLATE('3AlPzsZ6rAUvZuKAUK8jxL',$,'NumberOfTreads','Total number of treads included in the stair flight',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); @@ -1809,7 +1809,7 @@ DATA; #1802=IFCSIMPLEPROPERTYTEMPLATE('0xR6662CP9zgZtLfvWxMHb',$,'TreadLengthAtInnerSide','Minimum length of treads at the inner side of the winder. \X2\000A\X0\Only relevant in case of winding flights, for straight flights it is identical with IfcStairFlight.TreadLength. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1803=IFCSIMPLEPROPERTYTEMPLATE('1xoO_7u9PDp8VMXjbeLrUZ',$,'Headroom','Actual headroom clearance for the passageway according to the current design. \X2\000A\X0\The shape information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the shape properties, provided in the attached property, the geometric parameters take precedence. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1804=IFCSIMPLEPROPERTYTEMPLATE('0VdvC$4mr6oeaBCx1ouwJ5',$,'WaistThickness','Minimum thickness of the stair flight, measured perpendicular to the slope of the flight to the inner corner of riser and tread. It is a pre-calculated value, in case of inconsistencies, the value derived from the shape representation shall take precedence. ',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1805=IFCPROPERTYSETTEMPLATE('3_yggJYDn98g9N0SAQY_SE',$,'Pset_WallCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcWall and IfcWallStandardCase.',$,'IfcWall,IfcWallStandardCase',(#1806,#1807,#1808,#1809,#1810,#1811,#1812,#1813,#1814,#1815)); +#1805=IFCPROPERTYSETTEMPLATE('3_yggJYDn98g9N0SAQY_SE',$,'Pset_WallCommon','Definition from IAI: Properties common to the definition of all occurrences of IfcWall and IfcWallStandardCase.',.PSET_OCCURRENCEDRIVEN.,'IfcWall,IfcWallStandardCase',(#1806,#1807,#1808,#1809,#1810,#1811,#1812,#1813,#1814,#1815)); #1806=IFCSIMPLEPROPERTYTEMPLATE('12YDWZ8Kn1gfAl4vdvpLQT',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1807=IFCSIMPLEPROPERTYTEMPLATE('0ZIebxfD1DtByuxg6C3LLK',$,'AcousticRating','Acoustic rating for this object.\X2\000A\X0\It is giving according to the national building code. It indicates the sound transmission resistance of this object by an index ration (instead of providing full sound absorbtion values).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1808=IFCSIMPLEPROPERTYTEMPLATE('36Ns1dCo52m9eDo_i8DLHT',$,'FireRating','Fire rating given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1820,7 +1820,7 @@ DATA; #1813=IFCSIMPLEPROPERTYTEMPLATE('22Q2OzqFXDJxSaMMSWiJ$4',$,'ExtendToStructure','Indicates whether the object extend to the structure above (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1814=IFCSIMPLEPROPERTYTEMPLATE('2v7fqKPPP1iRl1LkqjX_78',$,'LoadBearing','Indicates whether the object is intended to carry loads (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1815=IFCSIMPLEPROPERTYTEMPLATE('1JiAoga1P5YRa2MzjKNRpY',$,'Compartmentation','Indication whether the object is designed to serve as a fire compartmentation (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1816=IFCPROPERTYSETTEMPLATE('1X9b17O0j688lsy9WaP31Z',$,'Pset_WindowCommon','Definition from IAI: Properties common to the definition of all occurrences of Window.',$,'IfcWindow',(#1817,#1818,#1819,#1820,#1821,#1822,#1823,#1824,#1825)); +#1816=IFCPROPERTYSETTEMPLATE('1X9b17O0j688lsy9WaP31Z',$,'Pset_WindowCommon','Definition from IAI: Properties common to the definition of all occurrences of Window.',.PSET_OCCURRENCEDRIVEN.,'IfcWindow',(#1817,#1818,#1819,#1820,#1821,#1822,#1823,#1824,#1825)); #1817=IFCSIMPLEPROPERTYTEMPLATE('3opoCWoMnBAQV4zeWvAgw4',$,'Reference','Reference ID for this specified type in this project (e.g. type ''A-1'')',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #1818=IFCSIMPLEPROPERTYTEMPLATE('05zllBl953SuCMcSUXoZ_i',$,'FireRating','Fire rating for this object.\X2\000A\X0\It is given according to the national fire safety classification.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1819=IFCSIMPLEPROPERTYTEMPLATE('3CfUlCjv5AO8XaCZI3aeCt',$,'AcousticRating','Acoustic rating for this object.\X2\000A\X0\It is giving according to the national building code. It indicates the sound transmission resistance of this object by an index ration (instead of providing full sound absorbtion values).',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -1830,7 +1830,7 @@ DATA; #1823=IFCSIMPLEPROPERTYTEMPLATE('1KWx8nwoP0WeuQM61$5ONh',$,'ThermalTransmittance','Thermal transmittance coefficient (U-Value) of a material.\X2\000A\X0\It applies to the total door construction.',.P_SINGLEVALUE.,'IfcThermalTransmittanceMeasure',$,$,$,$,$,.READWRITE.); #1824=IFCSIMPLEPROPERTYTEMPLATE('0hpZTTKcTFmgoAzv7ubEpC',$,'GlazingAreaFraction','Fraction of the glazing area relative to the total area of the filling element. \X2\000A\X0\It shall be used, if the glazing area is not given separately for all panels within the filling element. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1825=IFCSIMPLEPROPERTYTEMPLATE('0z1mvcHDf8oAT_Ite1dmWv',$,'SmokeStop','Indication whether the object is designed to provide a smoke stop (TRUE) or not (FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1826=IFCPROPERTYSETTEMPLATE('3GBtheDSD1Rfo7WpBsojlT',$,'Pset_AirSideSystemInformation','Definition from IAI: Attributes that apply to an air side HVAC system. HISTORY: New property set in IFC Release 1.0.',$,'IfcSpatialStructureElement,IfcSystem',(#1827,#1828,#1829,#1831,#1833,#1834,#1835,#1836,#1837,#1838,#1839,#1840,#1841,#1842,#1843,#1844,#1845,#1846)); +#1826=IFCPROPERTYSETTEMPLATE('3GBtheDSD1Rfo7WpBsojlT',$,'Pset_AirSideSystemInformation','Definition from IAI: Attributes that apply to an air side HVAC system. HISTORY: New property set in IFC Release 1.0.',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialStructureElement,IfcSystem',(#1827,#1828,#1829,#1831,#1833,#1834,#1835,#1836,#1837,#1838,#1839,#1840,#1841,#1842,#1843,#1844,#1845,#1846)); #1827=IFCSIMPLEPROPERTYTEMPLATE('1nuMC2Jaj8YR1SBiJJRhpH',$,'Name','The name of the air side system ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1828=IFCSIMPLEPROPERTYTEMPLATE('0Sk2PLQ7LBNuNwwQ6eKjfP',$,'Description','The description of the air side system.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1829=IFCSIMPLEPROPERTYTEMPLATE('1GeEXnYCjEDegrkY$h4ziW',$,'AirSideSystemType','This enumeration specifies the basic types of possible air side systems (e.g., Constant Volume, Variable Volume, etc.) ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1830,$,$,$,.READWRITE.); @@ -1851,7 +1851,7 @@ DATA; #1844=IFCSIMPLEPROPERTYTEMPLATE('0eSgwnoNj2YBT5ip1Z9CKD',$,'CoolingTemperatureDelta','Cooling temperature difference for calculating space air flow rates ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1845=IFCSIMPLEPROPERTYTEMPLATE('3tdRCD3uj1H9is11jXWMxW',$,'Ventilation','Required outside air ventilation. ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #1846=IFCSIMPLEPROPERTYTEMPLATE('3XtTUITpHA0BmjSGo$25OS',$,'FanPower','Fan motor loads contributing to the cooling load. ',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); -#1847=IFCPROPERTYSETTEMPLATE('3AeO3Ck9T1lBDpQB7z7Net',$,'Pset_DistributionChamberElementTypeFormedDuct','Definition from BS6100 100 3410: Space formed in the ground for the passage of pipes, cables, ducts.',$,'IfcDistributionChamberElementType',(#1848,#1849,#1850,#1851,#1852,#1853,#1854,#1855,#1856)); +#1847=IFCPROPERTYSETTEMPLATE('3AeO3Ck9T1lBDpQB7z7Net',$,'Pset_DistributionChamberElementTypeFormedDuct','Definition from BS6100 100 3410: Space formed in the ground for the passage of pipes, cables, ducts.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1848,#1849,#1850,#1851,#1852,#1853,#1854,#1855,#1856)); #1848=IFCSIMPLEPROPERTYTEMPLATE('1jkaiAKIb5kB589z9knXfl',$,'ClearWidth','The width of the formed space in the duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1849=IFCSIMPLEPROPERTYTEMPLATE('2zWh3t9k53a8S$7bfEE5TW',$,'ClearDepth','The depth of the formed space in the duct.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1850=IFCSIMPLEPROPERTYTEMPLATE('2ZKvi$9cfB5RTzOqwUNrq8',$,'WallMaterial','The material from which the wall of the duct is constructed.\X2\000A\X0\NOTE: It is assumed that duct walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -1861,7 +1861,7 @@ DATA; #1854=IFCSIMPLEPROPERTYTEMPLATE('3spFJP3CnD_wxr4dmdOAMC',$,'AccessCoverMaterial','The material from which the access cover to the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1855=IFCSIMPLEPROPERTYTEMPLATE('0ThM4oXLX9Wv8evERUIk58',$,'AccessCoverLoadRating','The load rating of the access cover (which may be a value or an alphanumerically defined class rating)',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #1856=IFCSIMPLEPROPERTYTEMPLATE('0buxYBytf1tAp7XukNZV2u',$,'FillMaterial','The material that is used to fill the duct (where used).',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1857=IFCPROPERTYSETTEMPLATE('1i8Cby2Xv0AueP_i5WNEWc',$,'Pset_DistributionChamberElementTypeInspectionChamber','Definition from IAI: Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits visible inspection.',$,'IfcDistributionChamberElementType',(#1858,#1859,#1860,#1861,#1862,#1863,#1864,#1865,#1866,#1867,#1868,#1869,#1870)); +#1857=IFCPROPERTYSETTEMPLATE('1i8Cby2Xv0AueP_i5WNEWc',$,'Pset_DistributionChamberElementTypeInspectionChamber','Definition from IAI: Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits visible inspection.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1858,#1859,#1860,#1861,#1862,#1863,#1864,#1865,#1866,#1867,#1868,#1869,#1870)); #1858=IFCSIMPLEPROPERTYTEMPLATE('2r0qe3Iz1BxuJU3y5CAdw1',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1859=IFCSIMPLEPROPERTYTEMPLATE('049X0qfQjAdOvQfyWqS1tB',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1860=IFCSIMPLEPROPERTYTEMPLATE('2o77o5aUr2rhsJeojwka5p',$,'InvertLevel','Level of the lowest part of the cross section. (BS6100 250 8001)',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -1875,11 +1875,11 @@ DATA; #1868=IFCSIMPLEPROPERTYTEMPLATE('1HC1mMPp92_AUrXMSxZFGl',$,'AccessLengthOrRadius','The length of the chamber access cover or, where the plan shape of the cover is circular, the radius.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1869=IFCSIMPLEPROPERTYTEMPLATE('1CZfITLvPECPa2NgBCTZes',$,'AccessWidth','The width of the chamber access cover where the plan shape of the cover is not circular.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1870=IFCSIMPLEPROPERTYTEMPLATE('15oRePe5vBk9Ffd4RSopQr',$,'AccessCoverLoadRating','The load rating of the access cover (which may be a value or an alphanumerically defined class rating)',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1871=IFCPROPERTYSETTEMPLATE('03IX0wMdDEFArkSOfZv6_q',$,'Pset_DistributionChamberElementTypeInspectionPit','Definition from IAI: Recess or chamber formed to permit access for inspection of substructure and services (definition modified from BS6100 221 4128).',$,'IfcDistributionChamberElementType',(#1872,#1873,#1874)); +#1871=IFCPROPERTYSETTEMPLATE('03IX0wMdDEFArkSOfZv6_q',$,'Pset_DistributionChamberElementTypeInspectionPit','Definition from IAI: Recess or chamber formed to permit access for inspection of substructure and services (definition modified from BS6100 221 4128).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1872,#1873,#1874)); #1872=IFCSIMPLEPROPERTYTEMPLATE('0dyrpX_M93wvR56UL_4Xb4',$,'Length','The length of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1873=IFCSIMPLEPROPERTYTEMPLATE('36w3Ly_u5FixoXWVVjQLHw',$,'Width','The width of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1874=IFCSIMPLEPROPERTYTEMPLATE('36XaXMy9T87xaIEcShxxaG',$,'Depth','The depth of the pit.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1875=IFCPROPERTYSETTEMPLATE('2NWHEZcfb808PkBwvDMkZd',$,'Pset_DistributionChamberElementTypeManhole','Definition from IAI: Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits the entry of a person.',$,'IfcDistributionChamberElementType',(#1876,#1877,#1878,#1879,#1880,#1881,#1882,#1883,#1884,#1885,#1886,#1887,#1888)); +#1875=IFCPROPERTYSETTEMPLATE('2NWHEZcfb808PkBwvDMkZd',$,'Pset_DistributionChamberElementTypeManhole','Definition from IAI: Chamber constructed on a drain, sewer or pipeline and with a removable cover, that permits the entry of a person.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1876,#1877,#1878,#1879,#1880,#1881,#1882,#1883,#1884,#1885,#1886,#1887,#1888)); #1876=IFCSIMPLEPROPERTYTEMPLATE('3_cmseT8zClv$AY$70xqDx',$,'InvertLevel','Level of the lowest part of the cross section. (BS6100 250 8001)',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #1877=IFCSIMPLEPROPERTYTEMPLATE('2yG$FBEdH3igYSlB3RgkhK',$,'SoffitLevel','Level of the highest internal part of the cross section. (BS6100 250 8002)',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); #1878=IFCSIMPLEPROPERTYTEMPLATE('3DOk_aQfrB0gLqZprDvgb5',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -1893,7 +1893,7 @@ DATA; #1886=IFCSIMPLEPROPERTYTEMPLATE('1XefYUkzb2MQUggDRxG_MW',$,'AccessLengthOrRadius','The length of the chamber access cover or, where the plan shape of the cover is circular, the radius.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1887=IFCSIMPLEPROPERTYTEMPLATE('0KU6eQ2ZvAP8eK$NaeRPIU',$,'AccessWidth','The width of the chamber access cover where the plan shape of the cover is not circular.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1888=IFCSIMPLEPROPERTYTEMPLATE('3o_aLUNNvCIegfWzJjM3NV',$,'AccessCoverLoadRating','The load rating of the access cover (which may be a value or an alphanumerically defined class rating)',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#1889=IFCPROPERTYSETTEMPLATE('2R13G0sd59SBvg6lSUxLuw',$,'Pset_DistributionChamberElementTypeMeterChamber','Definition from IAI: Chamber that houses a meter(s) (definition modified from BS6100 250 6224).',$,'IfcDistributionChamberElementType',(#1890,#1891,#1892,#1893,#1894,#1895,#1896)); +#1889=IFCPROPERTYSETTEMPLATE('2R13G0sd59SBvg6lSUxLuw',$,'Pset_DistributionChamberElementTypeMeterChamber','Definition from IAI: Chamber that houses a meter(s) (definition modified from BS6100 250 6224).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1890,#1891,#1892,#1893,#1894,#1895,#1896)); #1890=IFCSIMPLEPROPERTYTEMPLATE('2XNlRRXrjDlxmkjI6yZ6IV',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1891=IFCSIMPLEPROPERTYTEMPLATE('2ov5v9lUX4qhcUJIsKUZct',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1892=IFCSIMPLEPROPERTYTEMPLATE('2EtJEr_lb7h97ielcHZGx4',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -1901,15 +1901,15 @@ DATA; #1894=IFCSIMPLEPROPERTYTEMPLATE('1lbBKPWPX4GvI8fyeybNpU',$,'BaseMaterial','The material from which the base of the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber base will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1895=IFCSIMPLEPROPERTYTEMPLATE('0yRrEZmk50LhPlShSzYaMV',$,'BaseThickness','The thickness of the chamber base construction\X2\000A\X0\NOTE: It is assumed that chamber base will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1896=IFCSIMPLEPROPERTYTEMPLATE('05v4GqMVr1vQZX0yO0k5tt',$,'AccessCoverMaterial','The material from which the access cover to the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1897=IFCPROPERTYSETTEMPLATE('1t8BGgSiv8duf5UlB8$Irw',$,'Pset_DistributionChamberElementTypeSump','Definition from BS6100 100 3431: Recess or small chamber into which liquid is drained to facilitate its removal.',$,'IfcDistributionChamberElementType',(#1898,#1899,#1900)); +#1897=IFCPROPERTYSETTEMPLATE('1t8BGgSiv8duf5UlB8$Irw',$,'Pset_DistributionChamberElementTypeSump','Definition from BS6100 100 3431: Recess or small chamber into which liquid is drained to facilitate its removal.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1898,#1899,#1900)); #1898=IFCSIMPLEPROPERTYTEMPLATE('2VUpQGkObD69cjtlc6XQE8',$,'Length','The length of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1899=IFCSIMPLEPROPERTYTEMPLATE('01pH$vBIf7LOE$sPKiNtuj',$,'Width','The width of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1900=IFCSIMPLEPROPERTYTEMPLATE('3m81WaehnBE98nAf0NQbcw',$,'InvertLevel','The lowest point in the cross section of the sump.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1901=IFCPROPERTYSETTEMPLATE('2gET7G8MzDzRiT7$BlN97s',$,'Pset_DistributionChamberElementTypeTrench','Definition from BS6100 221 4118: Excavation, the length of which greatly exceeds the width.',$,'IfcDistributionChamberElementType',(#1902,#1903,#1904)); +#1901=IFCPROPERTYSETTEMPLATE('2gET7G8MzDzRiT7$BlN97s',$,'Pset_DistributionChamberElementTypeTrench','Definition from BS6100 221 4118: Excavation, the length of which greatly exceeds the width.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1902,#1903,#1904)); #1902=IFCSIMPLEPROPERTYTEMPLATE('3Nsc_ZmoTF7Ryn6d41Va3v',$,'Width','The width of the trench.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1903=IFCSIMPLEPROPERTYTEMPLATE('0gHnhBo6568OxLynpdfvD9',$,'Depth','The depth of the trench.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1904=IFCSIMPLEPROPERTYTEMPLATE('1EIp5tbtPEnO0TuSPKc1K5',$,'InvertLevel','Level of the lowest part of the cross section. (BS6100 250 8001)',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#1905=IFCPROPERTYSETTEMPLATE('0xzX72YZzCkvsieAfE8$AC',$,'Pset_DistributionChamberElementTypeValveChamber','Definition from BS6100 250 6224: Chamber that houses a valve(s).',$,'IfcDistributionChamberElementType',(#1906,#1907,#1908,#1909,#1910,#1911,#1912)); +#1905=IFCPROPERTYSETTEMPLATE('0xzX72YZzCkvsieAfE8$AC',$,'Pset_DistributionChamberElementTypeValveChamber','Definition from BS6100 250 6224: Chamber that houses a valve(s).',.PSET_TYPEDRIVENOVERRIDE.,'IfcDistributionChamberElementType',(#1906,#1907,#1908,#1909,#1910,#1911,#1912)); #1906=IFCSIMPLEPROPERTYTEMPLATE('2DmVvKpC9ArO5LlaVo6bHk',$,'ChamberLengthOrRadius','Length or, in the event of the shape being circular in plan, the radius of the chamber.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1907=IFCSIMPLEPROPERTYTEMPLATE('36bKSOhj9Bvh2PKpboDeqz',$,'ChamberWidth','Width, in the event of the shape being non circular in plan.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1908=IFCSIMPLEPROPERTYTEMPLATE('0d42dU6UXEu8iE7uTOr9pz',$,'WallMaterial','The material from which the wall of the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); @@ -1917,42 +1917,42 @@ DATA; #1910=IFCSIMPLEPROPERTYTEMPLATE('1s_sAM0CPC6QIiofXZTQIN',$,'BaseMaterial','The material from which the base of the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber base will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); #1911=IFCSIMPLEPROPERTYTEMPLATE('33vTMB1Dz43u2JX2PIY5y2',$,'BaseThickness','The thickness of the chamber base construction\X2\000A\X0\NOTE: It is assumed that chamber base will be constructed at a single thickness.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1912=IFCSIMPLEPROPERTYTEMPLATE('146l850MPBkA07mWcqc099',$,'AccessCoverMaterial','The material from which the access cover to the chamber is constructed.\X2\000A\X0\NOTE: It is assumed that chamber walls will be constructed of a single material.',.P_REFERENCEVALUE.,'IfcMaterial',$,$,$,$,$,.READWRITE.); -#1913=IFCPROPERTYSETTEMPLATE('3_U0quLdLBowcWw9H4wEY_',$,'Pset_DistributionFlowElementCommon','Definition from IAI: Common properties of all occurrences of IfcDistributionFlowElement and their subtypes.\X2\000A\X0\',$,'IfcDistributionFlowElement,IfcDistributionChamberElement,IfcEnergyConversionDevice,IfcFlowController,IfcFlowFitting,IfcFlowMovingDevice,IfcFlowSegment,IfcFlowStorageDevice,IfcFlowTerminal,IfcFlowTreatmentDevice',(#1914)); +#1913=IFCPROPERTYSETTEMPLATE('3_U0quLdLBowcWw9H4wEY_',$,'Pset_DistributionFlowElementCommon','Definition from IAI: Common properties of all occurrences of IfcDistributionFlowElement and their subtypes.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionFlowElement,IfcDistributionChamberElement,IfcEnergyConversionDevice,IfcFlowController,IfcFlowFitting,IfcFlowMovingDevice,IfcFlowSegment,IfcFlowStorageDevice,IfcFlowTerminal,IfcFlowTreatmentDevice',(#1914)); #1914=IFCSIMPLEPROPERTYTEMPLATE('3mEbPyrp90YhE0gJsb1511',$,'Reference','Reference ID for this specific instance (e.g. ''WWS/VS1/400/001'', which indicates the occurrence belongs to system WWS, subsystems VSI/400, and has the component number 001) ',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); -#1915=IFCPROPERTYSETTEMPLATE('3JrDjzZ1bFSgF2F6uxfrbh',$,'Pset_DistributionPortDuct','Definition from IAI: Duct port occurrence attributes attached to an instance of IfcDistributionPort.\X2\000A\X0\',$,'IfcDistributionPort',(#1916,#1917)); +#1915=IFCPROPERTYSETTEMPLATE('3JrDjzZ1bFSgF2F6uxfrbh',$,'Pset_DistributionPortDuct','Definition from IAI: Duct port occurrence attributes attached to an instance of IfcDistributionPort.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort',(#1916,#1917)); #1916=IFCSIMPLEPROPERTYTEMPLATE('0ylNAUSUzE$uxc7X8uuh53',$,'PortNumber','The index of the port as it relates to the related object. Each index must be unique for any given related object.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #1917=IFCSIMPLEPROPERTYTEMPLATE('0s0LBH70zEggWTIS2W6GJt',$,'ConnectionType','The end-style treatment of the duct port:\X2\000A\X0\BEADEDSLEEVE: Beaded Sleeve. \X2\000A\X0\COMPRESSION: Compression. \X2\000A\X0\CRIMP: Crimp. \X2\000A\X0\DRAWBAND: Drawband. \X2\000A\X0\DRIVESLIP: Drive slip. \X2\000A\X0\FLANGED: Flanged. \X2\000A\X0\OUTSIDESLEEVE: Outside Sleeve. \X2\000A\X0\SLIPON: Slipon. \X2\000A\X0\SOLDERED: Soldered. \X2\000A\X0\SSLIP: S-Slip. \X2\000A\X0\STANDINGSEAM: Standing seam. \X2\000A\X0\SWEDGE: Swedge. \X2\000A\X0\WELDED: Welded. \X2\000A\X0\OTHER: Another type of end-style has been applied.\X2\000A\X0\NONE: No end-style has been applied.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1918,$,$,$,.READWRITE.); #1918=IFCPROPERTYENUMERATION('PEnum_DuctConnectionType',(IFCLABEL('BEADEDSLEEVE'),IFCLABEL('COMPRESSION'),IFCLABEL('CRIMP'),IFCLABEL('DRAWBAND'),IFCLABEL('DRIVESLIP'),IFCLABEL('FLANGED'),IFCLABEL('OUTSIDESLEEVE'),IFCLABEL('SLIPON'),IFCLABEL('SOLDERED'),IFCLABEL('SSLIP'),IFCLABEL('STANDINGSEAM'),IFCLABEL('SWEDGE'),IFCLABEL('WELDED'),IFCLABEL('OTHER'),IFCLABEL('NONE'),IFCLABEL('USERDEFINED'),IFCLABEL('NOTDEFINED')),$); -#1919=IFCPROPERTYSETTEMPLATE('1AsvA8bK1208WgdoSxNxxK',$,'Pset_DistributionPortPipe','Definition from IAI: Pipe port occurrence attributes attached to an instance of IfcDistributionPort.\X2\000A\X0\',$,'IfcDistributionPort',(#1920,#1921)); +#1919=IFCPROPERTYSETTEMPLATE('1AsvA8bK1208WgdoSxNxxK',$,'Pset_DistributionPortPipe','Definition from IAI: Pipe port occurrence attributes attached to an instance of IfcDistributionPort.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcDistributionPort',(#1920,#1921)); #1920=IFCSIMPLEPROPERTYTEMPLATE('1SjF$zFvzCBO4lfQ_S6VRM',$,'PortNumber','The index of the port as it relates to the related object. Each index must be unique for any given related object.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #1921=IFCSIMPLEPROPERTYTEMPLATE('3eBBKpHu5FcB1tDHN1KU_m',$,'ConnectionType','The end-style treatment of the pipe port:\X2\000A\X0\BRAZED: Brazed. \X2\000A\X0\COMPRESSION: Compression. \X2\000A\X0\FLANGED: Flanged. \X2\000A\X0\GROOVED: Grooved. \X2\000A\X0\OUTSIDESLEEVE: Outside Sleeve. \X2\000A\X0\SOLDERED: Soldered. \X2\000A\X0\SWEDGE: Swedge. \X2\000A\X0\THREADED: Threaded. \X2\000A\X0\WELDED: Welded. \X2\000A\X0\OTHER: Another type of end-style has been applied.\X2\000A\X0\NONE: No end-style has been applied.\X2\000A\X0\USERDEFINED: User-defined port connection type. \X2\000A\X0\NOTDEFINED: Undefined port connection type. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1922,$,$,$,.READWRITE.); #1922=IFCPROPERTYENUMERATION('PEnum_PipeEndStyleTreatment',(IFCLABEL('BRAZED'),IFCLABEL('COMPRESSION'),IFCLABEL('FLANGED'),IFCLABEL('GROOVED'),IFCLABEL('OUTSIDESLEEVE'),IFCLABEL('SOLDERED'),IFCLABEL('SWEDGE'),IFCLABEL('THREADED'),IFCLABEL('WELDED'),IFCLABEL('OTHER'),IFCLABEL('NONE'),IFCLABEL('UNSET')),$); -#1923=IFCPROPERTYSETTEMPLATE('2e1lh3pqnFPxaF1td16rwt',$,'Pset_EnergyConversionDeviceCoil','Definition from IAI: Coil occurrence attributes attached to an instance of IfcEnergyConversionDevice.\X2\000A\X0\',$,'IfcEnergyConversionDevice',(#1924)); +#1923=IFCPROPERTYSETTEMPLATE('2e1lh3pqnFPxaF1td16rwt',$,'Pset_EnergyConversionDeviceCoil','Definition from IAI: Coil occurrence attributes attached to an instance of IfcEnergyConversionDevice.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcEnergyConversionDevice',(#1924)); #1924=IFCSIMPLEPROPERTYTEMPLATE('3rOH$PhGrDJR841oJF9cwZ',$,'HasSoundAttentuation','TRUE if the coil has sound attenuation, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1925=IFCPROPERTYSETTEMPLATE('2YKKSBUyD5GQSstH7bJufz',$,'Pset_EnergyConversionDeviceSpaceHeaterPanel','Definition from IAI: Panel space heater type occurrence attributes.\X2\000A\X0\',$,'IfcEnergyConversionDevice',(#1926)); +#1925=IFCPROPERTYSETTEMPLATE('2YKKSBUyD5GQSstH7bJufz',$,'Pset_EnergyConversionDeviceSpaceHeaterPanel','Definition from IAI: Panel space heater type occurrence attributes.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcEnergyConversionDevice',(#1926)); #1926=IFCSIMPLEPROPERTYTEMPLATE('0IDhhSWyTBQQvtp_txCCKM',$,'NumberOfPanels','Number of panels.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#1927=IFCPROPERTYSETTEMPLATE('0zhqaGe4D7vfpvolM4z9Im',$,'Pset_EnergyConversionDeviceSpaceHeaterSectional','Definition from IAI: Sectional space heater type occurrence attributes.\X2\000A\X0\',$,'IfcEnergyConversionDevice',(#1928)); +#1927=IFCPROPERTYSETTEMPLATE('0zhqaGe4D7vfpvolM4z9Im',$,'Pset_EnergyConversionDeviceSpaceHeaterSectional','Definition from IAI: Sectional space heater type occurrence attributes.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcEnergyConversionDevice',(#1928)); #1928=IFCSIMPLEPROPERTYTEMPLATE('2pxVAs3hn7Z9f0rqCqv0Nq',$,'NumberOfSections','Number of vertical sections, measured in the direction of flow.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#1929=IFCPROPERTYSETTEMPLATE('3mmw54EoHExuJ1ZVgIq$cE',$,'Pset_FireRatingProperties','Definition from IAI: Properties related to the combustion of materials for purposes of assessing fire hazard.',$,'IfcSpatialStructureElement,IfcElement',(#1930,#1931,#1932)); +#1929=IFCPROPERTYSETTEMPLATE('3mmw54EoHExuJ1ZVgIq$cE',$,'Pset_FireRatingProperties','Definition from IAI: Properties related to the combustion of materials for purposes of assessing fire hazard.',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialStructureElement,IfcElement',(#1930,#1931,#1932)); #1930=IFCSIMPLEPROPERTYTEMPLATE('2EYu580sTAHg11bIhd8erd',$,'FireResistanceRating','Fire rating identifying the entity''s fire resistive value (e.g., 1-hour, 2-hour, etc.) so that its resistance to fire can be compared to that of the surrounding structure.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1931=IFCSIMPLEPROPERTYTEMPLATE('3hJZFtS6LBxOOcVmjmentf',$,'IsCombustible','Combustibility (YES it is combustible or NO it is not combustible).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1932=IFCSIMPLEPROPERTYTEMPLATE('1qt7bpNFf34O87ifXgiUmX',$,'SurfaceSpreadOfFlame','Surface spread of flame characteristics.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1933=IFCPROPERTYSETTEMPLATE('1qY$QkEiXB0O1d6TIJVK$N',$,'Pset_FlowControllerDamper','Definition from IAI: Damper occurrence attributes attached to an instance of IfcFlowController.\X2\000A\X0\',$,'IfcFlowController',(#1934)); +#1933=IFCPROPERTYSETTEMPLATE('1qY$QkEiXB0O1d6TIJVK$N',$,'Pset_FlowControllerDamper','Definition from IAI: Damper occurrence attributes attached to an instance of IfcFlowController.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowController',(#1934)); #1934=IFCSIMPLEPROPERTYTEMPLATE('3Lb6_qUnTBTu2RDBsoDqwa',$,'SizingMethod','Identifies whether the damper is sized nominally or with exact measurements:\X2\000A\X0\NOMINAL: Nominal sizing method. \X2\000A\X0\EXACT: Exact sizing method. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1935,$,$,$,.READWRITE.); #1935=IFCPROPERTYENUMERATION('PEnum_DamperSizingMethod',(IFCLABEL('NOMINAL'),IFCLABEL('EXACT'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#1936=IFCPROPERTYSETTEMPLATE('1uHr9WUc18_vdAJAXhyBIs',$,'Pset_FlowControllerFlowMeter','Definition from IAI: Flow meter occurrence common attributes.\X2\000A\X0\',$,'IfcFlowController',(#1937)); +#1936=IFCPROPERTYSETTEMPLATE('1uHr9WUc18_vdAJAXhyBIs',$,'Pset_FlowControllerFlowMeter','Definition from IAI: Flow meter occurrence common attributes.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowController',(#1937)); #1937=IFCSIMPLEPROPERTYTEMPLATE('2w4IEnbbH3ZuITAaBPu$Iz',$,'Purpose','Enumeration defining the purpose of the flow meter occurrence.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1938,$,$,$,.READWRITE.); #1938=IFCPROPERTYENUMERATION('PEnum_FlowMeterPurpose',(IFCLABEL('MASTER'),IFCLABEL('SUBMASTER'),IFCLABEL('SUBMETER'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#1939=IFCPROPERTYSETTEMPLATE('14FBkQX4PEIhvY$n7o$Mou',$,'Pset_FlowFittingDuctFitting','Definition from IAI: Duct fitting occurrence attributes attached to an instance of IfcFlowFitting.\X2\000A\X0\',$,'IfcFlowFitting',(#1940,#1941,#1942)); +#1939=IFCPROPERTYSETTEMPLATE('14FBkQX4PEIhvY$n7o$Mou',$,'Pset_FlowFittingDuctFitting','Definition from IAI: Duct fitting occurrence attributes attached to an instance of IfcFlowFitting.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowFitting',(#1940,#1941,#1942)); #1940=IFCSIMPLEPROPERTYTEMPLATE('0d0kfF4jPCM9W5TMYZ6OAw',$,'AbsoluteRoughnessFactor','The absolute roughness factor of the duct fitting.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1941=IFCSIMPLEPROPERTYTEMPLATE('2T7EtrJzT07OCXjoUXUqGc',$,'HasLiner','TRUE if the fitting has interior duct insulating lining, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1942=IFCSIMPLEPROPERTYTEMPLATE('1u6QFTow9E1g$pRqi$UmCT',$,'Color','The color of the duct fitting.\X2\000A000A\X0\Note: This is typically used for any duct fittings with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1943=IFCPROPERTYSETTEMPLATE('2lV4DQKTz5SgmLXfY9WvOM',$,'Pset_FlowFittingPipeFitting','Definition from IAI: Pipe fitting occurrence attributes attached to an instance of IfcFlowFitting.\X2\000A\X0\',$,'IfcFlowFitting',(#1944,#1945)); +#1943=IFCPROPERTYSETTEMPLATE('2lV4DQKTz5SgmLXfY9WvOM',$,'Pset_FlowFittingPipeFitting','Definition from IAI: Pipe fitting occurrence attributes attached to an instance of IfcFlowFitting.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowFitting',(#1944,#1945)); #1944=IFCSIMPLEPROPERTYTEMPLATE('3pXNxaFVD4p9K2eulaaOmp',$,'InteriorRoughnessCoefficient','The interior roughness of the pipe fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1945=IFCSIMPLEPROPERTYTEMPLATE('0mA9pNBKTBGuyW3$ginH_b',$,'Color','The color of the pipe fitting.\X2\000A000A\X0\Note: This is typically used only for plastic pipe fittings. However, it may be used for any pipe fittings with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1946=IFCPROPERTYSETTEMPLATE('38KgSmy_X5hOxmSMIDYGYy',$,'Pset_FlowMovingDeviceCompressor','Definition from IAI: Compressor occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',$,'IfcFlowMovingDevice',(#1947)); +#1946=IFCPROPERTYSETTEMPLATE('38KgSmy_X5hOxmSMIDYGYy',$,'Pset_FlowMovingDeviceCompressor','Definition from IAI: Compressor occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowMovingDevice',(#1947)); #1947=IFCSIMPLEPROPERTYTEMPLATE('2kTn6c3zP4YxiVV7Ftz_8z',$,'ImpellerDiameter','Diameter of compressor impeller - used to scale performance of geometrically similar compressors.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1948=IFCPROPERTYSETTEMPLATE('0baD84u2H50eTY9kaTTebT',$,'Pset_FlowMovingDeviceFan','Definition from IAI: Fan occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',$,'IfcFlowMovingDevice',(#1949,#1951,#1953,#1955,#1957,#1959,#1960)); +#1948=IFCPROPERTYSETTEMPLATE('0baD84u2H50eTY9kaTTebT',$,'Pset_FlowMovingDeviceFan','Definition from IAI: Fan occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowMovingDevice',(#1949,#1951,#1953,#1955,#1957,#1959,#1960)); #1949=IFCSIMPLEPROPERTYTEMPLATE('2ghy7oEET4IQSgm_XtX6qH',$,'DischargeType','Defines the type of connection at the fan discharge.\X2\000A\X0\Duct: Discharge into ductwork.\X2\000A\X0\Screen: Discharge into screen outlet.\X2\000A\X0\Louver: Discharge into a louver.\X2\000A\X0\Damper: Discharge into a damper.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1950,$,$,$,.READWRITE.); #1950=IFCPROPERTYENUMERATION('PEnum_FanDischargeType',(IFCLABEL('DUCT'),IFCLABEL('SCREEN'),IFCLABEL('LOUVER'),IFCLABEL('DAMPER'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1951=IFCSIMPLEPROPERTYTEMPLATE('19GTSfTDr9PPSZ9vdLmaa$',$,'ApplicationOfFan','The functional application of the fan:\X2\000A\X0\SUPPLYAIR: Supply air fan. \X2\000A\X0\RETURNAIR: Return air fan. \X2\000A\X0\EXHAUSTAIR: Exhaust air fan. \X2\000A\X0\OTHER: Other type of application not defined above.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1952,$,$,$,.READWRITE.); @@ -1965,42 +1965,42 @@ DATA; #1958=IFCPROPERTYENUMERATION('PEnum_FanMountingType',(IFCLABEL('MANUFACTUREDCURB'),IFCLABEL('FIELDERECTEDCURB'),IFCLABEL('CONCRETEPAD'),IFCLABEL('SUSPENDED'),IFCLABEL('WALLMOUNTED'),IFCLABEL('DUCTMOUNTED'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1959=IFCSIMPLEPROPERTYTEMPLATE('1Pa$kHQwP7WQm21SVkypbj',$,'FractionOfMotorHeatToAirStream','Fraction of the motor heat released into the fluid flow.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1960=IFCSIMPLEPROPERTYTEMPLATE('2jqAZAWj14tBr45d_FshrA',$,'ImpellerDiameter','Diameter of fan wheel - used to scale performance of geometrically similar fans.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#1961=IFCPROPERTYSETTEMPLATE('32UidnOqTBD9vrYNOCyG4N',$,'Pset_FlowMovingDeviceFanCentrifugal','Definition from IAI: Centrifugal fan occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',$,'IfcFlowMovingDevice',(#1962,#1964,#1966)); +#1961=IFCPROPERTYSETTEMPLATE('32UidnOqTBD9vrYNOCyG4N',$,'Pset_FlowMovingDeviceFanCentrifugal','Definition from IAI: Centrifugal fan occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowMovingDevice',(#1962,#1964,#1966)); #1962=IFCSIMPLEPROPERTYTEMPLATE('0ZVNqEQlT8nvOQEJKC1SAr',$,'DischargePosition','Centrifugal fan discharge position:\X2\000A\X0\TOPHORIZONTAL: Top horizontal discharge. \X2\000A\X0\TOPANGULARDOWN: Top angular down discharge. \X2\000A\X0\DOWNBLAST: Downblast discharge. \X2\000A\X0\BOTTOMANGULARDOWN: Bottom angular down discharge. \X2\000A\X0\BOTTOMHORIZONTAL: Bottom horizontal discharge. \X2\000A\X0\BOTTOMANGULARUP: Bottom angular up discharge. \X2\000A\X0\UPBLAST: Upblast discharge. \X2\000A\X0\TOPANGULARUP: Top angular up discharge. \X2\000A\X0\OTHER: Other type of fan arrangement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1963,$,$,$,.READWRITE.); #1963=IFCPROPERTYENUMERATION('PEnum_CentrifugalFanDischargePosition',(IFCLABEL('TOPHORIZONTAL'),IFCLABEL('TOPANGULARDOWN'),IFCLABEL('TOPANGULARUP'),IFCLABEL('DOWNBLAST'),IFCLABEL('BOTTOMANGULARDOWN'),IFCLABEL('BOTTOMHORIZONTAL'),IFCLABEL('BOTTOMANGULARUP'),IFCLABEL('UPBLAST'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1964=IFCSIMPLEPROPERTYTEMPLATE('3a9gJOikr7xwhXaS41k6eh',$,'DirectionOfRotation','The direction of the centrifugal fan wheel rotation when viewed from the drive side of the fan:\X2\000A\X0\CLOCKWISE: Clockwise. \X2\000A\X0\COUNTERCLOCKWISE: Counter-clockwise. \X2\000A\X0\OTHER: Other type of fan rotation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1965,$,$,$,.READWRITE.); #1965=IFCPROPERTYENUMERATION('PEnum_CentrifugalFanRotation',(IFCLABEL('CLOCKWISE'),IFCLABEL('COUNTERCLOCKWISE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1966=IFCSIMPLEPROPERTYTEMPLATE('0Gs9O6WVb5xObCoxP6GcCp',$,'Arrangement','Defines the fan and motor drive arrangement as defined by AMCA:\X2\000A\X0\ARRANGEMENT1: Arrangement 1. \X2\000A\X0\ARRANGEMENT2: Arrangement 2. \X2\000A\X0\ARRANGEMENT3: Arrangement 3. \X2\000A\X0\ARRANGEMENT4: Arrangement 4. \X2\000A\X0\ARRANGEMENT7: Arrangement 7. \X2\000A\X0\ARRANGEMENT8: Arrangement 8. \X2\000A\X0\ARRANGEMENT9: Arrangement 9. \X2\000A\X0\ARRANGEMENT10: Arrangement 10. \X2\000A\X0\OTHER: Other type of fan drive arrangement.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1967,$,$,$,.READWRITE.); #1967=IFCPROPERTYENUMERATION('PEnum_CentrifugalFanArrangement',(IFCLABEL('ARRANGEMENT1'),IFCLABEL('ARRANGEMENT2'),IFCLABEL('ARRANGEMENT3'),IFCLABEL('ARRANGEMENT4'),IFCLABEL('ARRANGEMENT7'),IFCLABEL('ARRANGEMENT8'),IFCLABEL('ARRANGEMENT9'),IFCLABEL('ARRANGEMENT10'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#1968=IFCPROPERTYSETTEMPLATE('0ZZlkGAHjAnui97HQgNENm',$,'Pset_FlowMovingDevicePump','Definition from IAI: Pump occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',$,'IfcFlowMovingDevice',(#1969,#1970,#1972)); +#1968=IFCPROPERTYSETTEMPLATE('0ZZlkGAHjAnui97HQgNENm',$,'Pset_FlowMovingDevicePump','Definition from IAI: Pump occurrence attributes attached to an instance of IfcFlowMovingDevice.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowMovingDevice',(#1969,#1970,#1972)); #1969=IFCSIMPLEPROPERTYTEMPLATE('1HkOMPlC1708HC6cVr9kiX',$,'ImpellerDiameter','Diameter of pump impeller - used to scale performance of geometrically similar pumps.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1970=IFCSIMPLEPROPERTYTEMPLATE('3F6LliK$536el6T7LtM72h',$,'BaseType','Defines general types of pump bases:\X2\000A\X0\FRAME: Frame. \X2\000A\X0\BASE: Base. \X2\000A\X0\NONE: There is no pump base, such as an inline pump. \X2\000A\X0\OTHER: Other type of pump base. ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1971,$,$,$,.READWRITE.); #1971=IFCPROPERTYENUMERATION('PEnum_PumpBaseType',(IFCLABEL('FRAME'),IFCLABEL('BASE'),IFCLABEL('NONE'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1972=IFCSIMPLEPROPERTYTEMPLATE('0foTg4Ctn4teU9c0xKLSF2',$,'DriveConnectionType','The way the pump drive mechanism is connected to the pump:\X2\000A\X0\DIRECTDRIVE: Direct drive. \X2\000A\X0\BELTDRIVE: Belt drive. \X2\000A\X0\COUPLING: Coupling. \X2\000A\X0\OTHER: Other type of drive connection. \X2\000A\X0\',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1973,$,$,$,.READWRITE.); #1973=IFCPROPERTYENUMERATION('PEnum_PumpDriveConnectionType',(IFCLABEL('DIRECTDRIVE'),IFCLABEL('BELTDRIVE'),IFCLABEL('COUPLING'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#1974=IFCPROPERTYSETTEMPLATE('2JKBWSyqj9JeBYkk7Nmr8w',$,'Pset_FlowSegmentDuctSegment','Definition from IAI: Duct segment occurrence attributes attached to an instance of IfcFlowSegment.\X2\000A\X0\',$,'IfcFlowSegment',(#1975,#1976,#1977,#1978,#1979)); +#1974=IFCPROPERTYSETTEMPLATE('2JKBWSyqj9JeBYkk7Nmr8w',$,'Pset_FlowSegmentDuctSegment','Definition from IAI: Duct segment occurrence attributes attached to an instance of IfcFlowSegment.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowSegment',(#1975,#1976,#1977,#1978,#1979)); #1975=IFCSIMPLEPROPERTYTEMPLATE('0LrnOUBaP0MPrGpu4dZmbD',$,'MaterialThickness','The thickness of the duct fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1976=IFCSIMPLEPROPERTYTEMPLATE('0$ih_wBhP9KwkQfIEYGyg3',$,'InteriorRoughnessCoefficient','The interior roughness of the duct fitting material.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1977=IFCSIMPLEPROPERTYTEMPLATE('04WGIYojX3PBNm_3XkFtFx',$,'HasLiner','TRUE if the fitting has interior duct insulating lining, FALSE if it does not.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1978=IFCSIMPLEPROPERTYTEMPLATE('33njBxg0v49f$ZmFQJhPH9',$,'Length','Length of the duct segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1979=IFCSIMPLEPROPERTYTEMPLATE('2yUmO2hjj1i8R5G__MWBn0',$,'Color','The color of the duct segment.\X2\000A000A\X0\Note: This is typically used for any duct segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#1980=IFCPROPERTYSETTEMPLATE('0d3n2iAcbCoh3PToMsgY7G',$,'Pset_FlowSegmentPipeSegment','Definition from IAI: Pipe segment occurrence attributes attached to an instance of IfcFlowSegment.\X2\000A\X0\',$,'IfcFlowSegment',(#1981,#1982,#1983,#1984,#1985)); +#1980=IFCPROPERTYSETTEMPLATE('0d3n2iAcbCoh3PToMsgY7G',$,'Pset_FlowSegmentPipeSegment','Definition from IAI: Pipe segment occurrence attributes attached to an instance of IfcFlowSegment.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowSegment',(#1981,#1982,#1983,#1984,#1985)); #1981=IFCSIMPLEPROPERTYTEMPLATE('3jef5qqkv5cAnF0kBYq6xZ',$,'InteriorRoughnessCoefficient','The interior roughness coefficient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1982=IFCSIMPLEPROPERTYTEMPLATE('3YOVxxtmH6EOcPi9UaEZlu',$,'Length','Length of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #1983=IFCSIMPLEPROPERTYTEMPLATE('1kjUThWkr7efdxIHPDhwsK',$,'Color','The color of the pipe segment.\X2\000A000A\X0\Note: This is typically used only for plastic pipe segments. However, it may be used for any pipe segments with a painted surface which is not otherwise specified as a covering.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #1984=IFCSIMPLEPROPERTYTEMPLATE('2A2DNcrdb32BwuTqINISiu',$,'Gradient','The gradient of the pipe segment.',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #1985=IFCSIMPLEPROPERTYTEMPLATE('2Y$m6tlurBw8vK2voDVEyV',$,'InvertElevation','The invert elevation relative to the datum established for the project.',.P_SINGLEVALUE.,'IfcLengthMeasure',$,$,$,$,$,.READWRITE.); -#1986=IFCPROPERTYSETTEMPLATE('06AoYHS8v9zAK986qPg2GM',$,'Pset_FlowStorageDeviceTank','Definition from IAI: Properties that relate to an instance of a flow storage device that is typed as a tank. Note that a partial tank may be considered as a compartment within a compartmentalized tank.',$,'IfcFlowStorageDevice',(#1987,#1989,#1990)); +#1986=IFCPROPERTYSETTEMPLATE('06AoYHS8v9zAK986qPg2GM',$,'Pset_FlowStorageDeviceTank','Definition from IAI: Properties that relate to an instance of a flow storage device that is typed as a tank. Note that a partial tank may be considered as a compartment within a compartmentalized tank.',.PSET_OCCURRENCEDRIVEN.,'IfcFlowStorageDevice',(#1987,#1989,#1990)); #1987=IFCSIMPLEPROPERTYTEMPLATE('0jMi0$LhXE5f75x4qBTVC3',$,'TankComposition','Defines the level of element composition where:\X2\000A000A\X0\COMPLEX = A set of elementary units aggregated together to fulfill the overall required purpose.\X2\000A\X0\ELEMENT = A single elementary unit that may exist of itself or as an aggregation of partial units..\X2\000A\X0\PARTIAL ',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1988,$,$,$,.READWRITE.); #1988=IFCPROPERTYENUMERATION('PEnum_TankComposition',(IFCLABEL('COMPLEX'),IFCLABEL('ELEMENT'),IFCLABEL('PARTIAL'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1989=IFCSIMPLEPROPERTYTEMPLATE('3DLleIYPT0MQqOZLv7yyXR',$,'HasLadder','Indication of whether the tank is provided with a ladder (set TRUE) for access to the top. If no ladder is provided then value is set FALSE.\X2\000A000A\X0\Note: No indication is given of the type of ladder (gooseneck etc.)',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #1990=IFCSIMPLEPROPERTYTEMPLATE('1NmHi3MH97cBhcbCiE5VRj',$,'HasVisualIndicator','Indication of whether the tank is provided with a visual indicator (set TRUE) that shows the water level in the tank. If no visual indicator is provided then value is set FALSE.',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#1991=IFCPROPERTYSETTEMPLATE('0Wv7EI9zL7PRsGmSQAxzAN',$,'Pset_FlowTerminalAirTerminal','Definition from IAI: Air terminal occurrence attributes attached to an instance of IfcFlowTerminal.\X2\000A\X0\',$,'IfcFlowTerminal',(#1992,#1994)); +#1991=IFCPROPERTYSETTEMPLATE('0Wv7EI9zL7PRsGmSQAxzAN',$,'Pset_FlowTerminalAirTerminal','Definition from IAI: Air terminal occurrence attributes attached to an instance of IfcFlowTerminal.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcFlowTerminal',(#1992,#1994)); #1992=IFCSIMPLEPROPERTYTEMPLATE('0OvVTGji96HQD2JBty5mb4',$,'AirflowType','Enumeration defining the functional type of air flow through the terminal.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1993,$,$,$,.READWRITE.); #1993=IFCPROPERTYENUMERATION('PEnum_AirTerminalAirflowType',(IFCLABEL('SUPPLYAIR'),IFCLABEL('RETURNAIR'),IFCLABEL('EXHAUSTAIR'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #1994=IFCSIMPLEPROPERTYTEMPLATE('3RNK4Rpy12RQusLEUr8KJi',$,'Location','Location (a single type of diffuser can be used for multiple locations); high means close to ceiling.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#1995,$,$,$,.READWRITE.); #1995=IFCPROPERTYENUMERATION('PEnum_AirTerminalLocation',(IFCLABEL('SIDEWALLHIGH'),IFCLABEL('SIDEWALLLOW'),IFCLABEL('CEILINGPERIMETER'),IFCLABEL('CEILINGINTERIOR'),IFCLABEL('FLOOR'),IFCLABEL('SILL'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); -#1996=IFCPROPERTYSETTEMPLATE('1ks_9ZJtPDqu_pxhqG0bhu',$,'Pset_OutsideDesignCriteria','Definition from IAI: Outside air conditions used as the basis for calculating thermal loads at peak conditions, as well as the weather data location from which these conditions were obtained. HISTORY: New property set in IFC Release 1.0.',$,'IfcBuilding',(#1997,#1998,#1999,#2000,#2001,#2002,#2003,#2004,#2005,#2007,#2008)); +#1996=IFCPROPERTYSETTEMPLATE('1ks_9ZJtPDqu_pxhqG0bhu',$,'Pset_OutsideDesignCriteria','Definition from IAI: Outside air conditions used as the basis for calculating thermal loads at peak conditions, as well as the weather data location from which these conditions were obtained. HISTORY: New property set in IFC Release 1.0.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#1997,#1998,#1999,#2000,#2001,#2002,#2003,#2004,#2005,#2007,#2008)); #1997=IFCSIMPLEPROPERTYTEMPLATE('2I7ZS$q3bEiBlgIg6sfSH6',$,'HeatingDryBulb','Outside dry bulb temperature for heating design ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1998=IFCSIMPLEPROPERTYTEMPLATE('0TQYxsydz5nOR9hmygFtv3',$,'HeatingWetBulb','Outside wet bulb temperature for heating design ',.P_SINGLEVALUE.,'IfcThermodynamicTemperatureMeasure',$,$,$,$,$,.READWRITE.); #1999=IFCSIMPLEPROPERTYTEMPLATE('1jtjwJzJzCIAgEsGMusllA',$,'HeatingDesignDay','The month, day and time that has been selected for the heating design calculations.',.P_REFERENCEVALUE.,'IfcCalendarDate ',$,$,$,$,$,.READWRITE.); @@ -2013,7 +2013,7 @@ DATA; #2006=IFCPROPERTYENUMERATION('PEnum_BuildingThermalExposure',(IFCLABEL('LIGHT'),IFCLABEL('MEDIUM'),IFCLABEL('HEAVY'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); #2007=IFCSIMPLEPROPERTYTEMPLATE('1$YwY03fX69uE1qrYw79Gu',$,'PrevailingWindDirection','The prevailing wind angle direction measured from True North (0 degrees) in a clockwise direction.',.P_SINGLEVALUE.,'IfcPlaneAngleMeasure',$,$,$,$,$,.READWRITE.); #2008=IFCSIMPLEPROPERTYTEMPLATE('3by_m5S4XF4wSA3CuPbOQR',$,'PrevailingWindVelocity','The design wind velocity coming from the direction specified by the PrevailingWindDirection attribute.',.P_SINGLEVALUE.,'IfcLinearVelocityMeasure',$,$,$,$,$,.READWRITE.); -#2009=IFCPROPERTYSETTEMPLATE('09LxBOR6r5qA0cTVmpWNAL',$,'Pset_SpaceThermalDesign','Definition from IAI: Space or zone HVAC design requirements. HISTORY: New property set in IFC Release 1.0 (Pset_SpaceHvacInformation); renamed to Pset_SpaceThermalDesign and revised in IFC2x2.',$,'IfcSpace',(#2010,#2011,#2012,#2013,#2014,#2015,#2016,#2017,#2018,#2019,#2020,#2021,#2022)); +#2009=IFCPROPERTYSETTEMPLATE('09LxBOR6r5qA0cTVmpWNAL',$,'Pset_SpaceThermalDesign','Definition from IAI: Space or zone HVAC design requirements. HISTORY: New property set in IFC Release 1.0 (Pset_SpaceHvacInformation); renamed to Pset_SpaceThermalDesign and revised in IFC2x2.',.PSET_OCCURRENCEDRIVEN.,'IfcSpace',(#2010,#2011,#2012,#2013,#2014,#2015,#2016,#2017,#2018,#2019,#2020,#2021,#2022)); #2010=IFCSIMPLEPROPERTYTEMPLATE('1vZ7YuLKfCYQh5$DiaRn4x',$,'CoolingDesignAirflow','The air flowrate required during the peak cooling conditions. ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #2011=IFCSIMPLEPROPERTYTEMPLATE('2NeARTpO54BQG9kXkFk_6G',$,'HeatingDesignAirflow','The air flowrate required during the peak heating conditions, but could also be determined by minimum ventilation requirement or minimum air change requirements. ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #2012=IFCSIMPLEPROPERTYTEMPLATE('0AGvngsCf5NvuRWny7VEtZ',$,'TotalSensibleHeatGain','The total sensible heat or energy gained by the space during the peak cooling conditions. ',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); @@ -2027,7 +2027,7 @@ DATA; #2020=IFCSIMPLEPROPERTYTEMPLATE('0Ue7emsmP5s9CLS0tLBYcg',$,'ExhaustAirFlowrate','Design exhaust air flow rate for the space. ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #2021=IFCSIMPLEPROPERTYTEMPLATE('0O4DxFDc1ErfqGb59qtSZ9',$,'CeilingRAPlenum','Ceiling plenum used for return air or not. TRUE = Yes, FALSE = No. ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #2022=IFCSIMPLEPROPERTYTEMPLATE('2Wfz8hhnr3OuQB52Yc3SOj',$,'BoundaryAreaHeatLoss','Heat loss per unit area for the boundary object. This is a design input value for use in the absence of calculated load data. ',.P_SINGLEVALUE.,'IfcHeatFluxDensityMeasure',$,$,$,$,$,.READWRITE.); -#2023=IFCPROPERTYSETTEMPLATE('3ZSg9wSuzEI8wJEN29iKt0',$,'Pset_ThermalLoadAggregate','Definition from IAI: The aggregated thermal loads experienced by one or many spaces, zones, or buildings. This aggregate thermal load information is typically addressed by a system or plant. HISTORY: New property set in IFC Release 1.0 (Pset_AggregateLoadInformation); renamed Pset_ThermalLoadAggregate in IFC2x2.',$,'IfcZone,IfcSpatialStructureElement,IfcSystem',(#2024,#2025,#2026,#2027,#2028,#2029,#2030)); +#2023=IFCPROPERTYSETTEMPLATE('3ZSg9wSuzEI8wJEN29iKt0',$,'Pset_ThermalLoadAggregate','Definition from IAI: The aggregated thermal loads experienced by one or many spaces, zones, or buildings. This aggregate thermal load information is typically addressed by a system or plant. HISTORY: New property set in IFC Release 1.0 (Pset_AggregateLoadInformation); renamed Pset_ThermalLoadAggregate in IFC2x2.',.PSET_OCCURRENCEDRIVEN.,'IfcZone,IfcSpatialStructureElement,IfcSystem',(#2024,#2025,#2026,#2027,#2028,#2029,#2030)); #2024=IFCSIMPLEPROPERTYTEMPLATE('2W48JlEDXDJB3ampZwis9s',$,'TotalCoolingLoad','The peak total cooling load for the building, zone or space.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #2025=IFCSIMPLEPROPERTYTEMPLATE('2tKqkNEXD0uh0tAPH13Ov3',$,'TotalHeatingLoad','The peak total heating load for the building, zone or space.',.P_SINGLEVALUE.,'IfcPowerMeasure',$,$,$,$,$,.READWRITE.); #2026=IFCSIMPLEPROPERTYTEMPLATE('0WVmHA6Wb2cxqpA5k6EbSk',$,'LightingDiversity','Lighting diversity. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); @@ -2035,108 +2035,108 @@ DATA; #2028=IFCSIMPLEPROPERTYTEMPLATE('26KznqRUb0$u9IsjoRzPpE',$,'InfiltrationDiversityWinter','Diversity factor for Winter infiltration. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #2029=IFCSIMPLEPROPERTYTEMPLATE('1W$9arbfT3vv3hGVuIexxU',$,'ApplianceDiversity','Diversity of appliance load. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #2030=IFCSIMPLEPROPERTYTEMPLATE('2icqwUO6n1x9$p12jg623j',$,'LoadSafetyFactor','Load safety factor. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); -#2031=IFCPROPERTYSETTEMPLATE('0V9L$LtZb8wf230oKiUBpX',$,'Pset_ThermalLoadDesignCriteria','Definition from IAI: Building thermal load design data that are used for calculating thermal loads in a space or building. HISTORY: New property set in IFC Release 1.0 (Pset_LoadDesignCriteria); renamed Pset_ThermalLoadDesignCriteria in IFC2x2.',$,'IfcSpatialStructureElement,IfcSystem,IfcBuilding,IfcZone',(#2032,#2033,#2034,#2035,#2036,#2037)); +#2031=IFCPROPERTYSETTEMPLATE('0V9L$LtZb8wf230oKiUBpX',$,'Pset_ThermalLoadDesignCriteria','Definition from IAI: Building thermal load design data that are used for calculating thermal loads in a space or building. HISTORY: New property set in IFC Release 1.0 (Pset_LoadDesignCriteria); renamed Pset_ThermalLoadDesignCriteria in IFC2x2.',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialStructureElement,IfcSystem,IfcBuilding,IfcZone',(#2032,#2033,#2034,#2035,#2036,#2037)); #2032=IFCSIMPLEPROPERTYTEMPLATE('3aWRAjtWzBhALtZqFOxgXQ',$,'OccupancyDiversity','Diversity factor that may be applied to the number of people in the space. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #2033=IFCSIMPLEPROPERTYTEMPLATE('3wZsNp6C1B6PzGEg3UOOBH',$,'OutsideAirPerPerson','Design quantity of outside air to be provided per person in the space. ',.P_SINGLEVALUE.,'IfcVolumetricFlowRateMeasure',$,$,$,$,$,.READWRITE.); #2034=IFCSIMPLEPROPERTYTEMPLATE('20vGTdB95BBO_cS5fx4JUd',$,'ReceptacleLoadIntensity','Average power use intensity of appliances and other non-HVAC equipment.in the space per unit area.(PowerMeasure/IfcAreaMeasure) ',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #2035=IFCSIMPLEPROPERTYTEMPLATE('2oI_dEzCf4ZhJZho5axNKk',$,'AppliancePercentLoadToRadiant','Percent of sensible load to radiant heat. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); #2036=IFCSIMPLEPROPERTYTEMPLATE('3pV7ClAvn7exzyZWT6$xtH',$,'LightingLoadIntensity','Average lighting load intensity in the space per unit area (PowerMeasure/IfcAreaMeasure) ',.P_SINGLEVALUE.,'IfcReal',$,$,$,$,$,.READWRITE.); #2037=IFCSIMPLEPROPERTYTEMPLATE('3DW8quxe5DRfgVWxgEC2FM',$,'LightingPercentLoadToReturnAir','Percent of lighting load to the return air plenum. ',.P_SINGLEVALUE.,'IfcPositiveRatioMeasure',$,$,$,$,$,.READWRITE.); -#2038=IFCPROPERTYSETTEMPLATE('0dcBdiGlH2_O1RjnSctlXo',$,'Pset_UtilityConsumption','Definition from IAI: Consumption of utility resources, typically applied to the IfcBuilding instance, used to identify how much was consumed on I.e., a monthly basis.',$,'IfcBuilding',(#2039,#2040,#2041,#2042,#2043)); +#2038=IFCPROPERTYSETTEMPLATE('0dcBdiGlH2_O1RjnSctlXo',$,'Pset_UtilityConsumption','Definition from IAI: Consumption of utility resources, typically applied to the IfcBuilding instance, used to identify how much was consumed on I.e., a monthly basis.',.PSET_OCCURRENCEDRIVEN.,'IfcBuilding',(#2039,#2040,#2041,#2042,#2043)); #2039=IFCSIMPLEPROPERTYTEMPLATE('2KnBzf$vb2t8d0kwYNdlfN',$,'Heat','The amount of heat energy consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCENERGYMEASURE',$,$,$,$,.READWRITE.); #2040=IFCSIMPLEPROPERTYTEMPLATE('0LRzumNw58xxtD8xi7XbRN',$,'Electricity','The amount of electricity consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCENERGYMEASURE',$,$,$,$,.READWRITE.); #2041=IFCSIMPLEPROPERTYTEMPLATE('1cpP39HFv2eRGSobuYAlw3',$,'Water','The amount of water consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMEMEASURE',$,$,$,$,.READWRITE.); #2042=IFCSIMPLEPROPERTYTEMPLATE('0$buezmPvAww9kCkid79Ej',$,'Fuel','The amount of fuel consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCVOLUMEMEASURE',$,$,$,$,.READWRITE.); #2043=IFCSIMPLEPROPERTYTEMPLATE('2gj6BClN96tB8MapeKsEAU',$,'Steam','The amount of steam consumed during the period specified in the time series.',.P_REFERENCEVALUE.,'IfcTimeSeries','IFCMASSMEASURE',$,$,$,$,.READWRITE.); -#2044=IFCPROPERTYSETTEMPLATE('0c2h_6VA93zA_LJnQgP5SD',$,'Pset_DiscreteAccessoryAnchorBolt','Definition from IAI: Properties common to different types of anchor bolts.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2045,#2046,#2047,#2048)); +#2044=IFCPROPERTYSETTEMPLATE('0c2h_6VA93zA_LJnQgP5SD',$,'Pset_DiscreteAccessoryAnchorBolt','Definition from IAI: Properties common to different types of anchor bolts.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2045,#2046,#2047,#2048)); #2045=IFCSIMPLEPROPERTYTEMPLATE('10qWOatsnBvvOrtIrbimuN',$,'AnchorBoltLength','The length of the anchor bolt.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2046=IFCSIMPLEPROPERTYTEMPLATE('2xMXujarT4dxCjbgKh6xPL',$,'AnchorBoltDiameter','The nominal diameter of the anchor bolt bar(s).',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2047=IFCSIMPLEPROPERTYTEMPLATE('3sw093K6r9$elzaba3sbto',$,'AnchorBoltThreadLength','The length of the threaded part of the anchor bolt.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2048=IFCSIMPLEPROPERTYTEMPLATE('1WlVyK1XPDigfsAqMpEVxv',$,'AnchorBoltProtrusionLength','The length of the protruding part of the anchor bolt.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2049=IFCPROPERTYSETTEMPLATE('0noaFegLL82QTMelMrkp0P',$,'Pset_DiscreteAccessoryColumnShoe','Definition from IAI: Shape properties common to column shoes.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2050,#2051,#2052,#2053,#2054,#2055)); +#2049=IFCPROPERTYSETTEMPLATE('0noaFegLL82QTMelMrkp0P',$,'Pset_DiscreteAccessoryColumnShoe','Definition from IAI: Shape properties common to column shoes.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2050,#2051,#2052,#2053,#2054,#2055)); #2050=IFCSIMPLEPROPERTYTEMPLATE('3hd4udRWrANgGi9GHiEEpe',$,'ColumnShoeBasePlateThickness','The thickness of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2051=IFCSIMPLEPROPERTYTEMPLATE('0vNa4m0O98KA8zhI0DmL_L',$,'ColumnShoeBasePlateWidth','The width of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2052=IFCSIMPLEPROPERTYTEMPLATE('37ddinr89Cwh2n1wdKbPS5',$,'ColumnShoeBasePlateDepth','The depth of the column shoe base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2053=IFCSIMPLEPROPERTYTEMPLATE('0JOO7wWlD21feC61nV58UO',$,'ColumnShoeCasingHeight','The height of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2054=IFCSIMPLEPROPERTYTEMPLATE('1VNBZHVjzFYg9sH4i71KSi',$,'ColumnShoeCasingWidth','The width of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2055=IFCSIMPLEPROPERTYTEMPLATE('0C3nu3ZmPBVP9kesU9cboD',$,'ColumnShoeCasingDepth','The depth of the column shoe casing.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2056=IFCPROPERTYSETTEMPLATE('3ogOXlhCLDB8XttAqdIWfd',$,'Pset_DiscreteAccessoryCornerFixingPlate','Definition from IAI: Properties specific to corner fixing plates.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2057,#2058,#2059,#2060)); +#2056=IFCPROPERTYSETTEMPLATE('3ogOXlhCLDB8XttAqdIWfd',$,'Pset_DiscreteAccessoryCornerFixingPlate','Definition from IAI: Properties specific to corner fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2057,#2058,#2059,#2060)); #2057=IFCSIMPLEPROPERTYTEMPLATE('0kgG_8UsD3guHLTX2PNsBU',$,'CornerFixingPlateLength','The length of the L-shaped corner plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2058=IFCSIMPLEPROPERTYTEMPLATE('1Q0Rusg1b5HviqwfzHDWZ7',$,'CornerFixingPlateThickness','The thickness of the L-shaped corner plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2059=IFCSIMPLEPROPERTYTEMPLATE('2OFVs$rC16FOpDdU3OlGUe',$,'CornerFixingPlateFlangeWidthInPlaneZ','The flange width of the L-shaped corner plate in plane Z.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2060=IFCSIMPLEPROPERTYTEMPLATE('3IAcUOEJ15svaWC6Zt3L9x',$,'CornerFixingPlateFlangeWidthInPlaneX','The flange width of the L-shaped corner plate in plane X.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2061=IFCPROPERTYSETTEMPLATE('2OQMrQ6J96YfVD0Ll9fcRQ',$,'Pset_DiscreteAccessoryDiagonalTrussConnector','Definition from IAI: Shape properties specific to connecting accessories in truss form with diagonal cross-bars.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2062,#2063,#2064,#2065,#2066,#2067)); +#2061=IFCPROPERTYSETTEMPLATE('2OQMrQ6J96YfVD0Ll9fcRQ',$,'Pset_DiscreteAccessoryDiagonalTrussConnector','Definition from IAI: Shape properties specific to connecting accessories in truss form with diagonal cross-bars.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2062,#2063,#2064,#2065,#2066,#2067)); #2062=IFCSIMPLEPROPERTYTEMPLATE('1H_vpAKxHEQvUK09CsieRV',$,'DiagonalTrussHeight','The overall height of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2063=IFCSIMPLEPROPERTYTEMPLATE('1jjL4n_G93fOkPyK6CRyWM',$,'DiagonalTrussLength','The overall length of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2064=IFCSIMPLEPROPERTYTEMPLATE('06t7z6Mk17w9_uRbfMUM0h',$,'DiagonalTrussCrossBarSpacing','The spacing between diagonal cross-bar sections.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2065=IFCSIMPLEPROPERTYTEMPLATE('1_vh6DOZn2nfbJTcYlexYU',$,'DiagonalTrussBaseBarDiameter','The nominal diameter of the base bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2066=IFCSIMPLEPROPERTYTEMPLATE('07c_VjtMP1Wxekhrv3qalv',$,'DiagonalTrussSecondaryBarDiameter','The nominal diameter of the secondary bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2067=IFCSIMPLEPROPERTYTEMPLATE('32$gVWC1X7TwUatxrWaz6H',$,'DiagonalTrussCrossBarDiameter','The nominal diameter of the diagonal cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2068=IFCPROPERTYSETTEMPLATE('1B1Sdsg2n3ivYHBddMHFac',$,'Pset_DiscreteAccessoryEdgeFixingPlate','Definition from IAI: Properties specific to edge fixing plates.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2069,#2070,#2071,#2072)); +#2068=IFCPROPERTYSETTEMPLATE('1B1Sdsg2n3ivYHBddMHFac',$,'Pset_DiscreteAccessoryEdgeFixingPlate','Definition from IAI: Properties specific to edge fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2069,#2070,#2071,#2072)); #2069=IFCSIMPLEPROPERTYTEMPLATE('1I84h0XzfDR83iEm5Pzt0M',$,'EdgeFixingPlateLength','The length of the L-shaped edge plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2070=IFCSIMPLEPROPERTYTEMPLATE('2pzFhDjUj5vBio5y08E6se',$,'EdgeFixingPlateThickness','The thickness of the L-shaped edge plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2071=IFCSIMPLEPROPERTYTEMPLATE('2nFW0ZwZ51wvNOJD2xKz4x',$,'EdgeFixingPlateFlangeWidthInPlaneZ','The flange width of the L-shaped edge plate in plane Z.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2072=IFCSIMPLEPROPERTYTEMPLATE('1TnuYzlAjAyvXFwDmDTNW_',$,'EdgeFixingPlateFlangeWidthInPlaneX','The flange width of the L-shaped edge plate in plane X.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2073=IFCPROPERTYSETTEMPLATE('3_YuylJh5ESwtV0_fKefWz',$,'Pset_DiscreteAccessoryFixingSocket','Definition from IAI: Properties common to fixing sockets.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2074,#2075,#2076,#2077)); +#2073=IFCPROPERTYSETTEMPLATE('3_YuylJh5ESwtV0_fKefWz',$,'Pset_DiscreteAccessoryFixingSocket','Definition from IAI: Properties common to fixing sockets.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2074,#2075,#2076,#2077)); #2074=IFCSIMPLEPROPERTYTEMPLATE('1tJtNjYYjAlQqbKVf8g8LM',$,'FixingSocketTypeReference','Type reference for the fixing socket according to local standards. ',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,.READWRITE.); #2075=IFCSIMPLEPROPERTYTEMPLATE('17NkuJ1QH9CuHxrNpVTaRo',$,'FixingSocketHeight','The overall height of the fixing socket.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2076=IFCSIMPLEPROPERTYTEMPLATE('3UrCzCbCzB3BYJ7yRERWMh',$,'FixingSocketThreadDiameter','The nominal diameter of the thread.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2077=IFCSIMPLEPROPERTYTEMPLATE('3AlzNe6PXBEQrAyTRcNwbg',$,'FixingSocketThreadLength','The length of the threaded part of the fixing socket.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2078=IFCPROPERTYSETTEMPLATE('3nBXRQu3bEKxPHOloofbla',$,'Pset_DiscreteAccessoryLadderTrussConnector','Definition from IAI: Shape properties specific to connecting accessories in truss form with straight cross-bars in ladder shape.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2079,#2080,#2081,#2082,#2083,#2084)); +#2078=IFCPROPERTYSETTEMPLATE('3nBXRQu3bEKxPHOloofbla',$,'Pset_DiscreteAccessoryLadderTrussConnector','Definition from IAI: Shape properties specific to connecting accessories in truss form with straight cross-bars in ladder shape.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2079,#2080,#2081,#2082,#2083,#2084)); #2079=IFCSIMPLEPROPERTYTEMPLATE('1whN_0Bpv8qw35dLgsCeCB',$,'LadderTrussHeight','The overall height of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2080=IFCSIMPLEPROPERTYTEMPLATE('2ByXbUzmj3F8RUhntpJDnM',$,'LadderTrussLength','The overall length of the truss connector.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2081=IFCSIMPLEPROPERTYTEMPLATE('2$5MAY0cjBax_Nm6AixWHI',$,'LadderTrussCrossBarSpacing','The spacing between the straight cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2082=IFCSIMPLEPROPERTYTEMPLATE('2UnwqT_L90a8nrLEyMpwfK',$,'LadderTrussBaseBarDiameter','The nominal diameter of the base bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2083=IFCSIMPLEPROPERTYTEMPLATE('29pgFeQCb77fd9ck38BhL3',$,'LadderTrussSecondaryBarDiameter','The nominal diameter of the secondary bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2084=IFCSIMPLEPROPERTYTEMPLATE('1jSi9ujTbBHOY4FbaLEwkO',$,'LadderTrussCrossBarDiameter','The nominal diameter of the straight cross-bars.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2085=IFCPROPERTYSETTEMPLATE('1xJfM$FcXEw912aY0Lx9nL',$,'Pset_DiscreteAccessoryStandardFixingPlate','Definition from IAI: Properties specific to standard fixing plates.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2086,#2087,#2088)); +#2085=IFCPROPERTYSETTEMPLATE('1xJfM$FcXEw912aY0Lx9nL',$,'Pset_DiscreteAccessoryStandardFixingPlate','Definition from IAI: Properties specific to standard fixing plates.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2086,#2087,#2088)); #2086=IFCSIMPLEPROPERTYTEMPLATE('0HqxKb_$H7xuRj7Qec8Kya',$,'StandardFixingPlateWidth','The width of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2087=IFCSIMPLEPROPERTYTEMPLATE('2U4Wtvb995OPjXPSKWLsZu',$,'StandardFixingPlateDepth','The depth of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2088=IFCSIMPLEPROPERTYTEMPLATE('2atUqWSsD4nOFqHDYj2yto',$,'StandardFixingPlateThickness','The thickness of the standard fixing plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2089=IFCPROPERTYSETTEMPLATE('2bgvBFI3T0avGd50guKVmU',$,'Pset_DiscreteAccessoryWireLoop','Definition from IAI: Shape properties common to wire loop joint connectors.',$,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2090,#2091,#2092,#2093,#2094,#2095)); +#2089=IFCPROPERTYSETTEMPLATE('2bgvBFI3T0avGd50guKVmU',$,'Pset_DiscreteAccessoryWireLoop','Definition from IAI: Shape properties common to wire loop joint connectors.',.PSET_TYPEDRIVENOVERRIDE.,'IfcDiscreteAccessory,IfcDiscreteAccessoryType',(#2090,#2091,#2092,#2093,#2094,#2095)); #2090=IFCSIMPLEPROPERTYTEMPLATE('3qN9DqGGfCEvj5LKeQask$',$,'WireLoopBasePlateThickness','The thickness of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2091=IFCSIMPLEPROPERTYTEMPLATE('1wFKMcc0nCxRQZGnZ4gPlD',$,'WireLoopBasePlateWidth','The width of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2092=IFCSIMPLEPROPERTYTEMPLATE('3fM5oN5ub5mAllMBEIPcMo',$,'WireLoopBasePlateLength','The length of the base plate.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2093=IFCSIMPLEPROPERTYTEMPLATE('3$CmhCawT5beUqCqN_2xkD',$,'WireDiameter','The nominal diameter of the wire.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2094=IFCSIMPLEPROPERTYTEMPLATE('0bvvCKpr53RwKn2fuugNcz',$,'WireEmbeddingLength','The length of the part of wire which is embedded in the precast concrete element.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2095=IFCSIMPLEPROPERTYTEMPLATE('0eDQdZWQD2Dg8fO_qZIDSi',$,'WireLoopLength','The length of the fastening loop part of the wire.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2096=IFCPROPERTYSETTEMPLATE('2pEzbJ7R55VRALRuoJCPVf',$,'Pset_Asset','Definition from IAI: An asset is a uniquely identifiable element which has a financial value and against which maintenance actions are recorded. \X2\000A\X0\',$,'IfcAsset',(#2097,#2099,#2101)); +#2096=IFCPROPERTYSETTEMPLATE('2pEzbJ7R55VRALRuoJCPVf',$,'Pset_Asset','Definition from IAI: An asset is a uniquely identifiable element which has a financial value and against which maintenance actions are recorded. \X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcAsset',(#2097,#2099,#2101)); #2097=IFCSIMPLEPROPERTYTEMPLATE('0Acd4FBJX7GusPTnPO9ELX',$,'AssetAccountingType','Identifies the predefined types of risk from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2098,$,$,$,.READWRITE.); #2098=IFCPROPERTYENUMERATION('PEnum_AssetAccountingType',(IFCLABEL('Fixed'),IFCLABEL('NonFixed'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2099=IFCSIMPLEPROPERTYTEMPLATE('0zSXd4CoLAeAfeRG0XYKf$',$,'AssetTaxType','Identifies the predefined types of taxation group from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2100,$,$,$,.READWRITE.); #2100=IFCPROPERTYENUMERATION('PEnum_AssetTaxType',(IFCLABEL('Capitalised'),IFCLABEL('Expensed'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2101=IFCSIMPLEPROPERTYTEMPLATE('1gKRZCpoHBDQKQAfiPXidf',$,'AssetInsuranceType','Identifies the predefined types of insurance rating from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2102,$,$,$,.READWRITE.); #2102=IFCPROPERTYENUMERATION('PEnum_AssetInsuranceType',(IFCLABEL('Personal'),IFCLABEL('Real'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); -#2103=IFCPROPERTYSETTEMPLATE('1deyaKZc16vhKBdsMJEG1a',$,'Pset_FurnitureTypeChair','Definition from IAI: A set of specific properties for furniture type chair. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Chair\X2\000A\X0\',$,'IfcFurnitureType',(#2104,#2105,#2106)); +#2103=IFCPROPERTYSETTEMPLATE('1deyaKZc16vhKBdsMJEG1a',$,'Pset_FurnitureTypeChair','Definition from IAI: A set of specific properties for furniture type chair. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Chair\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurnitureType',(#2104,#2105,#2106)); #2104=IFCSIMPLEPROPERTYTEMPLATE('0TQd5OWC97Awy0py8UofTz',$,'SeatingHeight','The value of seating height if the chair height is not adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2105=IFCSIMPLEPROPERTYTEMPLATE('2aNTTA68v6t9A3qxlTgMCA',$,'HighestSeatingHeight','The value of seating height of high level if the chair height is adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2106=IFCSIMPLEPROPERTYTEMPLATE('19Er2ncG9F1fXw5AyukinG',$,'LowestSeatingHeight','The value of seating height of low level if the chair height is adjustable.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2107=IFCPROPERTYSETTEMPLATE('2lM3geJVTFcu_wY8s0RqF2',$,'Pset_FurnitureTypeCommon','Definition from IAI: Common properties for all types of furniture such as chair, desk, table, and file cabinet. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureCommon',$,'IfcFurnitureType',(#2108,#2109,#2110,#2111,#2112,#2113)); +#2107=IFCPROPERTYSETTEMPLATE('2lM3geJVTFcu_wY8s0RqF2',$,'Pset_FurnitureTypeCommon','Definition from IAI: Common properties for all types of furniture such as chair, desk, table, and file cabinet. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureCommon',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurnitureType',(#2108,#2109,#2110,#2111,#2112,#2113)); #2108=IFCSIMPLEPROPERTYTEMPLATE('1rRUfnx1LF3wuMf9NlTu4v',$,'Description','Specific description of this type of furniture.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2109=IFCSIMPLEPROPERTYTEMPLATE('2FCahIek52xvpeExwNPsY5',$,'Style','Description of the furniture style',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2110=IFCSIMPLEPROPERTYTEMPLATE('2QwZdntyD46BdS5vzHcUqd',$,'NominalHeight','The nominal height of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2111=IFCSIMPLEPROPERTYTEMPLATE('3cx9s9p$zAquyn$Fz3FHQV',$,'NominalLength','The nominal length of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2112=IFCSIMPLEPROPERTYTEMPLATE('1Fs6KMl_f09gAa8jqkiKNN',$,'NominalDepth','The nominal depth of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2113=IFCSIMPLEPROPERTYTEMPLATE('1t3Z1gi_n8aB_TMXvqC3oj',$,'MainColor','The main color of the furniture of this type',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#2114=IFCPROPERTYSETTEMPLATE('33q67xmiXClO4_FfwSA7i_',$,'Pset_FurnitureTypeDesk','Definition from IAI: A set of specific properties for furniture type desk. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Desk\X2\000A\X0\',$,'IfcFurnitureType',(#2115)); +#2114=IFCPROPERTYSETTEMPLATE('33q67xmiXClO4_FfwSA7i_',$,'Pset_FurnitureTypeDesk','Definition from IAI: A set of specific properties for furniture type desk. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Desk\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurnitureType',(#2115)); #2115=IFCSIMPLEPROPERTYTEMPLATE('2Syt4bk5D6WPuiSPDLjttZ',$,'WorksurfaceArea','The value of the work surface area of the desk.',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); -#2116=IFCPROPERTYSETTEMPLATE('16eeldrXT0JOYOXbQpWDqH',$,'Pset_FurnitureTypeFileCabinet','Definition from IAI: A set of specific properties for furniture type file cabinet HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FileCabinet\X2\000A\X0\',$,'IfcFurnitureType',(#2117)); +#2116=IFCPROPERTYSETTEMPLATE('16eeldrXT0JOYOXbQpWDqH',$,'Pset_FurnitureTypeFileCabinet','Definition from IAI: A set of specific properties for furniture type file cabinet HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FileCabinet\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurnitureType',(#2117)); #2117=IFCSIMPLEPROPERTYTEMPLATE('1G3mxHK011hvrLO3uBzCzN',$,'WithLock','Indicates whether the file cabinet is lockable (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); -#2118=IFCPROPERTYSETTEMPLATE('1R5LrPTv500gfzqrSAZSUV',$,'Pset_FurnitureTypeTable','A set of specific properties for furniture type table. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Table\X2\000A\X0\',$,'IfcFurnitureType',(#2119,#2120)); +#2118=IFCPROPERTYSETTEMPLATE('1R5LrPTv500gfzqrSAZSUV',$,'Pset_FurnitureTypeTable','A set of specific properties for furniture type table. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Table\X2\000A\X0\',.PSET_TYPEDRIVENOVERRIDE.,'IfcFurnitureType',(#2119,#2120)); #2119=IFCSIMPLEPROPERTYTEMPLATE('1AKzjrXTHD1ebEhVYwC5vS',$,'WorksurfaceArea','The value of the work surface area of the desk..',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #2120=IFCSIMPLEPROPERTYTEMPLATE('1X8S0NyZD2FPoGVeoFg5BC',$,'NumberOfChairs','Maximum number of chairs that can fit with the table for normal use.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#2121=IFCPROPERTYSETTEMPLATE('0adTdhptj15Qy5tiqpt5P6',$,'Pset_ManufacturerOccurrence','Definition from IAI: Defines properties of individual instances of manufactured products that may be given by the manufacturer.',$,'IfcElement',(#2122,#2123,#2124,#2125)); +#2121=IFCPROPERTYSETTEMPLATE('0adTdhptj15Qy5tiqpt5P6',$,'Pset_ManufacturerOccurrence','Definition from IAI: Defines properties of individual instances of manufactured products that may be given by the manufacturer.',.PSET_OCCURRENCEDRIVEN.,'IfcElement',(#2122,#2123,#2124,#2125)); #2122=IFCSIMPLEPROPERTYTEMPLATE('3Oay6JvYr3tB02BTp9OgLT',$,'AcquisitionDate','The date that the manufactured item was purchased.',.P_REFERENCEVALUE.,'IfcCalendarDate',$,$,$,$,$,.READWRITE.); #2123=IFCSIMPLEPROPERTYTEMPLATE('0P4YyDwyv959i$GK4OsIWu',$,'BarCode','The identity of the bar code given to an occurrence of the product',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #2124=IFCSIMPLEPROPERTYTEMPLATE('2XOIvbzTTBuweIsOLdAZyX',$,'SerialNumber','The serial number assigned to an occurrence of a product',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #2125=IFCSIMPLEPROPERTYTEMPLATE('0ltkJHPJr77QvExGFteGaE',$,'BatchReference','The identity of the batch reference from which an occurrence of a product is taken.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); -#2126=IFCPROPERTYSETTEMPLATE('2FTxVItr97G9vIrFiAqy$F',$,'Pset_ManufacturerTypeInformation','Definition from IAI: Defines characteristics of manufactured products that may be given by the manufacturer. Note that the term ''manufactured'' may also be used to refer to products that are supplied and identified by the supplier or that are assembled off site by a third party provider. \X2\000A\X0\This property set replaces the entity IfcManufacturerInformation from previous IFC releases.',$,'IfcElement',(#2127,#2128,#2129,#2130,#2131)); +#2126=IFCPROPERTYSETTEMPLATE('2FTxVItr97G9vIrFiAqy$F',$,'Pset_ManufacturerTypeInformation','Definition from IAI: Defines characteristics of manufactured products that may be given by the manufacturer. Note that the term ''manufactured'' may also be used to refer to products that are supplied and identified by the supplier or that are assembled off site by a third party provider. \X2\000A\X0\This property set replaces the entity IfcManufacturerInformation from previous IFC releases.',.PSET_OCCURRENCEDRIVEN.,'IfcElement',(#2127,#2128,#2129,#2130,#2131)); #2127=IFCSIMPLEPROPERTYTEMPLATE('0hYtH2QjzBC8Epe4MZoNao',$,'ArticleNumber','Article number or reference that may be applied to a product according to a standard scheme for article number definition (e.g. UN, EAN)',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #2128=IFCSIMPLEPROPERTYTEMPLATE('0ZZfj1Cvr17ORLzefgvXoj',$,'ModelReference','The name of the manufactured item as used by the manufacturer.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2129=IFCSIMPLEPROPERTYTEMPLATE('0ML$Y9azr5$OdvwDDJdjik',$,'ModelLabel','The model number and/or unit designator assigned by the manufacturer of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2130=IFCSIMPLEPROPERTYTEMPLATE('3G6ssddvnAIQjb54ZJqDhj',$,'Manufacturer','The organization that manufactured and/or assembled the item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2131=IFCSIMPLEPROPERTYTEMPLATE('2fQqdoJhn1gA5KOf69EaXp',$,'ProductionYear','The year of production of the manufactured item.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#2132=IFCPROPERTYSETTEMPLATE('2b1eQcRbL4XejHoN8xfj3D',$,'Pset_PropertyAgreement','Definition from IAI: A property agreement is an agreement that enables the occupation of a property for a period of time.\X2\000A000A\X0\The objective is to capture the information within an agreement that is relevant to a facilities manager. Design and construction information associated with the property is not considered. A property agreement may be applied to an instance of IfcSpatialStructureElement including to compositions defined through the IfcSpatialStructureElement.Element.CompositionEnum.\X2\000A000A\X0\Note that the associated actors are captured by the IfcOccupant class.\X2\000A\X0\',$,'IfcSpatialStructureElement',(#2133,#2135,#2136,#2137,#2138,#2139,#2140,#2141,#2142,#2143,#2144,#2145)); +#2132=IFCPROPERTYSETTEMPLATE('2b1eQcRbL4XejHoN8xfj3D',$,'Pset_PropertyAgreement','Definition from IAI: A property agreement is an agreement that enables the occupation of a property for a period of time.\X2\000A000A\X0\The objective is to capture the information within an agreement that is relevant to a facilities manager. Design and construction information associated with the property is not considered. A property agreement may be applied to an instance of IfcSpatialStructureElement including to compositions defined through the IfcSpatialStructureElement.Element.CompositionEnum.\X2\000A000A\X0\Note that the associated actors are captured by the IfcOccupant class.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcSpatialStructureElement',(#2133,#2135,#2136,#2137,#2138,#2139,#2140,#2141,#2142,#2143,#2144,#2145)); #2133=IFCSIMPLEPROPERTYTEMPLATE('2MSMGDzRf2VQoozRLY7bwQ',$,'AgreementType','Identifies the predefined types of property agreement from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2134,$,$,$,.READWRITE.); #2134=IFCPROPERTYENUMERATION('PEnum_PropertyAgreementType',(IFCLABEL('Assignment'),IFCLABEL('Lease'),IFCLABEL('Tenant'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2135=IFCSIMPLEPROPERTYTEMPLATE('2B6tkBhb52IOb_rINAkXoQ',$,'Identifier','The identifier assigned to the agreement for the purposes of tracking.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); @@ -2150,9 +2150,9 @@ DATA; #2143=IFCSIMPLEPROPERTYTEMPLATE('3QNzaht99CXAEgnA4R90_h',$,'ConditionCommencement','Condition of property provided on commencement of the agreement e.g. cold shell, warm lit shell, broom clean, turn-key',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2144=IFCSIMPLEPROPERTYTEMPLATE('2qaDoNJpb5$fvj2yCTRUuu',$,'Restrictions','Restrictions that may be placed by a competent authority',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2145=IFCSIMPLEPROPERTYTEMPLATE('2wftJxbGHCYO_DEAJ9_bkm',$,'ConditionTermination','Condition of property required on termination of the agreement e.g. cold shell, warm lit shell, broom clean, turn-key',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#2146=IFCPROPERTYSETTEMPLATE('0ikB1Li1X5VOmr97IsEhpk',$,'Pset_Reliability','Definition from IAI: Indication of the expected reliability of a product\X2\000A\X0\',$,'IfcProduct',(#2147)); +#2146=IFCPROPERTYSETTEMPLATE('0ikB1Li1X5VOmr97IsEhpk',$,'Pset_Reliability','Definition from IAI: Indication of the expected reliability of a product\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcProduct',(#2147)); #2147=IFCSIMPLEPROPERTYTEMPLATE('1u3jf3x9f3zgD0cnrY03AC',$,'MeanTimeBetweenFailure','The average time duration between instances of failure of a product.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#2148=IFCPROPERTYSETTEMPLATE('1G7uu84J1DMhGgelv4XKq3',$,'Pset_Risk','Definition from IAI: An indication of exposure to mischance, peril, menace, hazard or loss. \X2\000A000A\X0\HISTORY: Extended in IFC2x3\X2\000A000A\X0\There are various types of risk that may be encountered and there may be several instances of Pset_Risk associated in an instance of an IfcObject (either a physical object, a grouping of physical objects such as an asset or a process).\X2\000A\X0\Specification of this property set incorporates the values of the Incom risk analysis matrix (satisfying AS/NZS 4360) together with additional identified requirements.\X2\000A\X0\',$,'IfcObject',(#2149,#2151,#2152,#2153,#2154,#2155,#2157,#2159,#2161,#2163,#2164)); +#2148=IFCPROPERTYSETTEMPLATE('1G7uu84J1DMhGgelv4XKq3',$,'Pset_Risk','Definition from IAI: An indication of exposure to mischance, peril, menace, hazard or loss. \X2\000A000A\X0\HISTORY: Extended in IFC2x3\X2\000A000A\X0\There are various types of risk that may be encountered and there may be several instances of Pset_Risk associated in an instance of an IfcObject (either a physical object, a grouping of physical objects such as an asset or a process).\X2\000A\X0\Specification of this property set incorporates the values of the Incom risk analysis matrix (satisfying AS/NZS 4360) together with additional identified requirements.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcObject',(#2149,#2151,#2152,#2153,#2154,#2155,#2157,#2159,#2161,#2163,#2164)); #2149=IFCSIMPLEPROPERTYTEMPLATE('1VPQE5GAX9BgG9gFNoNEEC',$,'RiskType','Identifies the predefined types of risk from which the type required may be set.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2150,$,$,$,.READWRITE.); #2150=IFCPROPERTYENUMERATION('PEnum_RiskType',(IFCLABEL('Business'),IFCLABEL('Hazard'),IFCLABEL('HealthAndSafety'),IFCLABEL('Insurance'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2151=IFCSIMPLEPROPERTYTEMPLATE('0dTgzthhLArvmkA4Exicsi',$,'NatureOfRisk','An indication of the generic nature of the risk that might be encountered. \X2\000A000A\X0\NOTE: It is anticipated that there will be a local agreement that constrains the values that might be assigned to this property. An example might be ''Fall'' or ''Fall of grille unit'' causing injury and damage to person and property',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -2169,25 +2169,25 @@ DATA; #2162=IFCPROPERTYENUMERATION('PEnum_RiskOwner',(IFCLABEL('Designer'),IFCLABEL('Specifier'),IFCLABEL('Constructor'),IFCLABEL('Installer'),IFCLABEL('Maintainer'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2163=IFCSIMPLEPROPERTYTEMPLATE('0ZQOj8sp5EBwBabVNPes7q',$,'AffectsSurroundings','Indicates wether the risk affects only to the person assigned to that task (FALSE) or if it can also affect to the people in the surroundings (TRUE).\X2\000A000A\X0\For example, the process of painting would affect all the people in the vicinity of the process ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #2164=IFCSIMPLEPROPERTYTEMPLATE('3LiHy7Gob0huyuciD3gyZV',$,'PreventiveMeassures','Identifies preventive measures to be taken to mitigate risk',.P_LISTVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#2165=IFCPROPERTYSETTEMPLATE('3CY40ULqz1Sefq$E00VjKU',$,'Pset_SystemFurnitureElementTypeCommon','Definition from IAI: Common properties for all systems furniture (I.e. modular furniture) element types (e.g. vertical panels, work surfaces, and storage). HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureElementCommon',$,'IfcSystemFurnitureElementType',(#2166,#2167,#2168,#2169,#2170)); +#2165=IFCPROPERTYSETTEMPLATE('3CY40ULqz1Sefq$E00VjKU',$,'Pset_SystemFurnitureElementTypeCommon','Definition from IAI: Common properties for all systems furniture (I.e. modular furniture) element types (e.g. vertical panels, work surfaces, and storage). HISTORY: First issued in IFC Release R1.5. Renamed from Pset_FurnitureElementCommon',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElementType',(#2166,#2167,#2168,#2169,#2170)); #2166=IFCSIMPLEPROPERTYTEMPLATE('2EI_kKs1L9zwBvYOGiYyot',$,'IsUsed','Indicates whether the element is being used in a workstation (= TRUE) or not.(= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #2167=IFCSIMPLEPROPERTYTEMPLATE('2pGoNqxVLEV9nRoKvQUoAc',$,'GroupCode','e.g. panels, worksurfaces, storage, etc.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #2168=IFCSIMPLEPROPERTYTEMPLATE('2XdoVYfFX0Wv8HRIiMSb_W',$,'NominalWidth','The nominal width of the system furniture elements of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2169=IFCSIMPLEPROPERTYTEMPLATE('1fPqMNG_95luPC82Lh5Ney',$,'NominalHeight','The nominal height of the system furniture elements of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2170=IFCSIMPLEPROPERTYTEMPLATE('3sPyyUBy14M89x3HFmZJwN',$,'Finishing','The finishing applied to system furniture elements of this type e.g. walnut, fabric.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#2171=IFCPROPERTYSETTEMPLATE('07CO3UkC53axSh1QaDCFXi',$,'Pset_SystemFurnitureElementTypePanel','Definition from IAI: A set of specific properties for vertical panels that assembly workstations.. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Panel',$,'IfcSystemFurnitureElementType',(#2172,#2173,#2175)); +#2171=IFCPROPERTYSETTEMPLATE('07CO3UkC53axSh1QaDCFXi',$,'Pset_SystemFurnitureElementTypePanel','Definition from IAI: A set of specific properties for vertical panels that assembly workstations.. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Panel',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElementType',(#2172,#2173,#2175)); #2172=IFCSIMPLEPROPERTYTEMPLATE('0wpzAQpBnBe98W9OOZBJpM',$,'HasOpening','indicates whether the panel has an opening (= TRUE) or not (= FALSE).',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #2173=IFCSIMPLEPROPERTYTEMPLATE('2TBa417K98HgStJZ7J8Ug8',$,'FurniturePanelType','Available panel types from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2174,$,$,$,.READWRITE.); #2174=IFCPROPERTYENUMERATION('PEnum_FurniturePanelType',(IFCLABEL('Acoustical'),IFCLABEL('Glazed'),IFCLABEL('Horz_Seg'),IFCLABEL('Monolithic'),IFCLABEL('Open'),IFCLABEL('Ends'),IFCLABEL('Door'),IFCLABEL('Screen'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2175=IFCSIMPLEPROPERTYTEMPLATE('2$c1UJAl17KQigFpsIqA2p',$,'NominalThickness','The nominal thickness of the panel',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2176=IFCPROPERTYSETTEMPLATE('3qPTr51Tn2Eejxpv7X994b',$,'Pset_SystemFurnitureElementTypeWorkSurface','Definition from IAI: A set of specific properties for work surfaces used in workstations. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Worksurface',$,'IfcSystemFurnitureElementType',(#2177,#2178,#2180,#2181,#2182)); +#2176=IFCPROPERTYSETTEMPLATE('3qPTr51Tn2Eejxpv7X994b',$,'Pset_SystemFurnitureElementTypeWorkSurface','Definition from IAI: A set of specific properties for work surfaces used in workstations. HISTORY: First issued in IFC Release R1.5. Renamed from Pset_Worksurface',.PSET_TYPEDRIVENOVERRIDE.,'IfcSystemFurnitureElementType',(#2177,#2178,#2180,#2181,#2182)); #2177=IFCSIMPLEPROPERTYTEMPLATE('0Zi3OxjwX9rRJ3YOjR2KT1',$,'UsePurpose','The principal purpose for which the work surface is intended to be used e.g. writing/reading, computer, meeting, printer, reference files, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2178=IFCSIMPLEPROPERTYTEMPLATE('1wPdMSzPPEnR81mfoIpmac',$,'SupportType','Available support types from which that required may be selected.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2179,$,$,$,.READWRITE.); #2179=IFCPROPERTYENUMERATION('PEnum_FurniturePanelType',(IFCLABEL('Freestanding'),IFCLABEL('Supported'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2180=IFCSIMPLEPROPERTYTEMPLATE('1HZ54nfGX0u8pJeH0s68Em',$,'HangingHeight','The hanging height of the worksurface.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2181=IFCSIMPLEPROPERTYTEMPLATE('1RyBIUFH9DYRVzU0mak9CT',$,'NominalThickness','The nominal thickness of the work surface.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2182=IFCSIMPLEPROPERTYTEMPLATE('1jDLXiIK9ElRMUnBBTRtr3',$,'ShapeDescription','A description of the shape of the work surface e.g. corner square, rectangle, etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#2183=IFCPROPERTYSETTEMPLATE('18t1dE$rrCS81kno$fW$Dn',$,'Pset_Warranty','Definition from IAI: An assurance given by the seller or provider of an artefact that the artefact is without defects and will operate as described for a defined period of time without failure and that if a defect does arise during that time, that it will be corrected by the seller or provider.\X2\000A\X0\',$,'IFCKERNEL/IfcProduct,IFCPRODUCTEXTENSION/IfcSystem',(#2184,#2185,#2186,#2187,#2188,#2189,#2190,#2191)); +#2183=IFCPROPERTYSETTEMPLATE('18t1dE$rrCS81kno$fW$Dn',$,'Pset_Warranty','Definition from IAI: An assurance given by the seller or provider of an artefact that the artefact is without defects and will operate as described for a defined period of time without failure and that if a defect does arise during that time, that it will be corrected by the seller or provider.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IFCKERNEL/IfcProduct,IFCPRODUCTEXTENSION/IfcSystem',(#2184,#2185,#2186,#2187,#2188,#2189,#2190,#2191)); #2184=IFCSIMPLEPROPERTYTEMPLATE('3ypobcbXzDRw5sljrqVEox',$,'WarrantyIdentifier','The identifier assigned to a warranty.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #2185=IFCSIMPLEPROPERTYTEMPLATE('2GO11QbSzEPudJwEP5Ed_O',$,'WarrantyStartDate','The date on which the warranty commences',.P_REFERENCEVALUE.,'IfcCalendarDate',$,$,$,$,$,.READWRITE.); #2186=IFCSIMPLEPROPERTYTEMPLATE('0_JIsw4pH8WgNov740szf4',$,'WarrantyEndDate','The date on which the warranty expires.',.P_REFERENCEVALUE.,'IfcCalendarDate',$,$,$,$,$,.READWRITE.); @@ -2196,11 +2196,11 @@ DATA; #2189=IFCSIMPLEPROPERTYTEMPLATE('29DMmbsAPFrAjNE$hxY6yz',$,'PointOfContact','The organization that should be contacted for action under the terms of the warranty. Note that the role of the organization (manufacturer, supplier, installer etc.) is determined by the IfcActorRole attribute of IfcOrganization.',.P_REFERENCEVALUE.,'IfcOrganization',$,$,$,$,$,.READWRITE.); #2190=IFCSIMPLEPROPERTYTEMPLATE('0S2gPMuF979gM8urJo6h09',$,'WarrantyContent','The content of the warranty',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2191=IFCSIMPLEPROPERTYTEMPLATE('0b7$CWSm9Cxg7bOiYAcq$r',$,'Exclusions','Items, conditions or actions that may be excluded from the warranty or that may cause the warranty to become void.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#2192=IFCPROPERTYSETTEMPLATE('2PZZtRXYXEofjDVh1oyvkr',$,'Pset_ProjectOrderChangeOrder','Definition from IAI: A change order is an instruction to make a change to a product or work being undertake. Note that the change order status is defined in the same way as a work order status since a change order implies a work requirement.\X2\000A\X0\',$,'IfcProjectOrder',(#2193,#2194,#2195)); +#2192=IFCPROPERTYSETTEMPLATE('2PZZtRXYXEofjDVh1oyvkr',$,'Pset_ProjectOrderChangeOrder','Definition from IAI: A change order is an instruction to make a change to a product or work being undertake. Note that the change order status is defined in the same way as a work order status since a change order implies a work requirement.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder',(#2193,#2194,#2195)); #2193=IFCSIMPLEPROPERTYTEMPLATE('2LG5q$iiX929VLUtBnP4D2',$,'ChangeDescription','A general description of the change.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2194=IFCSIMPLEPROPERTYTEMPLATE('1EH9RG9Cj5M91rdSYgVl4m',$,'ReasonForChange','A description of the problem for why a change is needed.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2195=IFCSIMPLEPROPERTYTEMPLATE('2Nn9SO35fDKfLvobcCG5Hg',$,'BudgetSource','The budget source requested.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#2196=IFCPROPERTYSETTEMPLATE('3FZb3z1Nr7rRLDqFLvmQIS',$,'Pset_ProjectOrderMaintenanceWorkOrder','Definition from IAI: A MaintenanceWorkOrder is a detailed description of maintenance work that is to be performed. Note that the Scheduled Frequency property of the maintenance work order is used when the order is required as an instance of a scheduled work order.',$,'IfcProjectOrder',(#2197,#2198,#2199,#2200,#2201,#2202,#2203,#2205,#2207,#2209)); +#2196=IFCPROPERTYSETTEMPLATE('3FZb3z1Nr7rRLDqFLvmQIS',$,'Pset_ProjectOrderMaintenanceWorkOrder','Definition from IAI: A MaintenanceWorkOrder is a detailed description of maintenance work that is to be performed. Note that the Scheduled Frequency property of the maintenance work order is used when the order is required as an instance of a scheduled work order.',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder',(#2197,#2198,#2199,#2200,#2201,#2202,#2203,#2205,#2207,#2209)); #2197=IFCSIMPLEPROPERTYTEMPLATE('1BWHJcVw18yv9rJbX_bxUY',$,'ProductDescription','A textual description of the products that require the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2198=IFCSIMPLEPROPERTYTEMPLATE('0HW0nK7tHAUg2PF7MHZj2h',$,'ShortJobDescription','Short description of the job requested.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2199=IFCSIMPLEPROPERTYTEMPLATE('3p82TyvPnDZPV36fE2X5So',$,'LongJobDescription','Description of the job requested.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); @@ -2214,20 +2214,20 @@ DATA; #2207=IFCSIMPLEPROPERTYTEMPLATE('1IvljmOfz5bPhcZsfiF6fJ',$,'LocationPriorityType','Identifies the predefined types of priority that can be assigned from which the type may be set where:\X2\000A000A\X0\High = action is required urgently.\X2\000A\X0\Medium = action can occur within a reasonable period of time.\X2\000A\X0\Low = action can occur when convenient.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2208,$,$,$,.READWRITE.); #2208=IFCPROPERTYENUMERATION('PEnum_PriorityType',(IFCLABEL('High'),IFCLABEL('Medium'),IFCLABEL('Low'),IFCLABEL('Other'),IFCLABEL('NotKnown'),IFCLABEL('Unset')),$); #2209=IFCSIMPLEPROPERTYTEMPLATE('0D7$3Mbin4muToVnt7A5xV',$,'ScheduledFrequency','The period of time between expected instantiations of a work order that may have been predefined.',.P_SINGLEVALUE.,'IfcTimeMeasure',$,$,$,$,$,.READWRITE.); -#2210=IFCPROPERTYSETTEMPLATE('3AAeqAOAL7igyZmy4MZav4',$,'Pset_ProjectOrderMoveOrder','Definition from IAI: Defines the requirements for move orders. Note that the move order status is defined in the same way as a work order status since a move order implies a work requirement.\X2\000A\X0\',$,'IfcProjectOrder',(#2211,#2212)); +#2210=IFCPROPERTYSETTEMPLATE('3AAeqAOAL7igyZmy4MZav4',$,'Pset_ProjectOrderMoveOrder','Definition from IAI: Defines the requirements for move orders. Note that the move order status is defined in the same way as a work order status since a move order implies a work requirement.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder',(#2211,#2212)); #2211=IFCSIMPLEPROPERTYTEMPLATE('2QFasar0v1PA5eBLonClD7',$,'MoveDescription','A textual description of the move required.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2212=IFCSIMPLEPROPERTYTEMPLATE('15W1BcIeXBqvb63EJeHKfe',$,'SpecialInstructions','Special instructions that affect the move.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#2213=IFCPROPERTYSETTEMPLATE('3D6rO$Aa98cRYkhw201Ytr',$,'Pset_ProjectOrderPurchaseOrder','Definition from IAI: Defines the requirements for purchase orders in a project.\X2\000A\X0\',$,'IfcProjectOrder',(#2214,#2215)); +#2213=IFCPROPERTYSETTEMPLATE('3D6rO$Aa98cRYkhw201Ytr',$,'Pset_ProjectOrderPurchaseOrder','Definition from IAI: Defines the requirements for purchase orders in a project.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder',(#2214,#2215)); #2214=IFCSIMPLEPROPERTYTEMPLATE('0QaQ_NxHH72PpAsm6DSvlg',$,'IsFOB','Indication of whether contents of the purchase order are delivered ''Free on Board'' (= True) or not (= False). ',.P_SINGLEVALUE.,'IfcBoolean',$,$,$,$,$,.READWRITE.); #2215=IFCSIMPLEPROPERTYTEMPLATE('0tQhAhVsn8DR5k8ed6QPrh',$,'ShipMethod','Method of shipping that will be used for goods or services. ',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#2216=IFCPROPERTYSETTEMPLATE('3BS7x4UZ92rhMC7s4h60ah',$,'Pset_ProjectOrderWorkOrder','Definition from IAI: Defines the requirements for purchase orders in a project.\X2\000A\X0\',$,'IfcProjectOrder',(#2217,#2218,#2219,#2220,#2221,#2222)); +#2216=IFCPROPERTYSETTEMPLATE('3BS7x4UZ92rhMC7s4h60ah',$,'Pset_ProjectOrderWorkOrder','Definition from IAI: Defines the requirements for purchase orders in a project.\X2\000A\X0\',.PSET_OCCURRENCEDRIVEN.,'IfcProjectOrder',(#2217,#2218,#2219,#2220,#2221,#2222)); #2217=IFCSIMPLEPROPERTYTEMPLATE('2Wk_L2YNbEZQzNbQIVA$6Y',$,'ProductDescription','A textual description of the products that require the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2218=IFCSIMPLEPROPERTYTEMPLATE('19Q7Zohqv8U8liP5hvyY74',$,'ShortJobDescription','Short description of the job requested.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2219=IFCSIMPLEPROPERTYTEMPLATE('1gogMWsrH0nhHQbH0p6Y2H',$,'LongJobDescription','Description of the job requested.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2220=IFCSIMPLEPROPERTYTEMPLATE('3iPnsyFjb5kxqVjz$6RA_x',$,'WorkTypeRequested','Work type requested in circumstances where there are categorizations of types of work task. It could be used to identify a remedial task, minor work task, electrical task etc.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2221=IFCSIMPLEPROPERTYTEMPLATE('3Cv9KI5P15HRMeLs7YJ6hN',$,'ContractualType','The contractual type of the work.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2222=IFCSIMPLEPROPERTYTEMPLATE('3Fc0rs6yTBoOFuJQ7ch_3f',$,'IfNotAccomplished','Comments if the job is not accomplished.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); -#2223=IFCPROPERTYSETTEMPLATE('2X3vBUebD2XOzbO5kEf3G7',$,'Pset_ConcreteElementGeneral','Definition from IAI: General properties common to different types of concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement.',$,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase\X2\000A\X0\',(#2224,#2225,#2226,#2227,#2228,#2229,#2230,#2231,#2232,#2233)); +#2223=IFCPROPERTYSETTEMPLATE('2X3vBUebD2XOzbO5kEf3G7',$,'Pset_ConcreteElementGeneral','Definition from IAI: General properties common to different types of concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement.',.PSET_OCCURRENCEDRIVEN.,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase',(#2224,#2225,#2226,#2227,#2228,#2229,#2230,#2231,#2232,#2233)); #2224=IFCSIMPLEPROPERTYTEMPLATE('1Lso1DMgv9WfakraDP7RFk',$,'StructuralClass','The structural class defined for the concrete structure (e.g. ''1'').',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2225=IFCSIMPLEPROPERTYTEMPLATE('13lkg01s14fOksc4AkNR1c',$,'EnvironmentalClass','The environmental class for the concrete structure (e.g. ''Y1'')',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2226=IFCSIMPLEPROPERTYTEMPLATE('3JCl4SH3z2sAQnc3chAN$Y',$,'FireRating','Fire rating given according to the national fire safety classification',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -2238,7 +2238,7 @@ DATA; #2231=IFCSIMPLEPROPERTYTEMPLATE('174rjgYQP9_BZPFoKrhv9Q',$,'ConstructionType','Designator for whether the concrete element is constructed on site or prefabricated. Allowed values are: ''Insitu'' vs ''Precast''',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2232=IFCSIMPLEPROPERTYTEMPLATE('3xnZZmmnP0ehm2exVvimkT',$,'ConcreteCoverAtMainBars','The protective concrete cover at the main reinforcing bars according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2233=IFCSIMPLEPROPERTYTEMPLATE('0lQB$ikHP89OiHkdQ0M8Nc',$,'ConcreteCoverAtLinks','The protective concrete cover at the reinforcement links according to local building regulations.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2234=IFCPROPERTYSETTEMPLATE('3JmZPXJDX4$gPsniMC$oIw',$,'Pset_ConcreteElementQuantityGeneral','Definition from IAI: Bill-of-Quantity properties common to different types of precast concrete elements. The Pset is used to express the total bulk quantities per element. The quantities may include the concrete, reinforcement, and different kinds of accessories. The Pset can be used by a number of subtypes of IfcBuildingElement. Note: Bulk quantities for parts used for surface finish, tiles, bricks, etc. are included as area quantities in Pset_ConcreteElementSurfaceFinishQuantityGeneral.',$,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase\X2\000A\X0\',(#2235,#2236,#2241)); +#2234=IFCPROPERTYSETTEMPLATE('3JmZPXJDX4$gPsniMC$oIw',$,'Pset_ConcreteElementQuantityGeneral','Definition from IAI: Bill-of-Quantity properties common to different types of precast concrete elements. The Pset is used to express the total bulk quantities per element. The quantities may include the concrete, reinforcement, and different kinds of accessories. The Pset can be used by a number of subtypes of IfcBuildingElement. Note: Bulk quantities for parts used for surface finish, tiles, bricks, etc. are included as area quantities in Pset_ConcreteElementSurfaceFinishQuantityGeneral.',.PSET_OCCURRENCEDRIVEN.,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase',(#2235,#2236,#2241)); #2235=IFCSIMPLEPROPERTYTEMPLATE('2Aai$r251E6wgNxSArz9zb',$,'TotalConcreteQuantity','The total bulk quantity of concrete used for the precast concrete element expressed as the volume of concrete in cubic meter (m3).',.P_SINGLEVALUE.,'IfcVolumeMeasure',$,$,$,$,$,.READWRITE.); #2236=IFCCOMPLEXPROPERTYTEMPLATE('0s4wbkOUj7yRXgZi6puNeY',$,'TotalRebarQuantity','The total bulk quantity of rebar per size used for the precast concrete element expressed as the mass measure of rebar in kg. Note: several complex properties of this type, one for each rebar size, may be attached to the Pset.','CP_RebarQuantity',.P_COMPLEX.,(#2237,#2238,#2239,#2240)); #2237=IFCSIMPLEPROPERTYTEMPLATE('3YuyBNuZT8Lh0ZP2R47iSw',$,'RebarSteelGrade','The rebar steel grade (e.g. ''A500HW'') for which the total quantity is specified. ',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); @@ -2255,7 +2255,7 @@ DATA; #2248=IFCSIMPLEPROPERTYTEMPLATE('0m4J73a8rAzfT$T5Ul47OO',$,'AccessorySize',' Size designation according to local classification standards or manufacturer practices.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2249=IFCSIMPLEPROPERTYTEMPLATE('1PSAQ6r1b3NvkCa4PXPA3s',$,'AccessoryQuantityByNumberOfItems',' The total quantity of accessories of the specified accessory type expressed as number of items.',.P_SINGLEVALUE.,'IfcCountMeasure',$,$,$,$,$,.READWRITE.); #2250=IFCSIMPLEPROPERTYTEMPLATE('2khzWYPCn6OAEj5bOPMYHp',$,'AccessoryQuantityByWeight',' The total quantity of accessories of the specified accessory type expressed as mass measure in kg.',.P_SINGLEVALUE.,'IfcMassMeasure',$,$,$,$,$,.READWRITE.); -#2251=IFCPROPERTYSETTEMPLATE('3_EeqBo8z5lPknE$5qDxNJ',$,'Pset_ConcreteElementSurfaceFinishQuantityGeneral','Definition from IAI: Surface finish related properties common to different types of concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement, like IfcBeam, IfcColumn, IfcWall, etc. If a precast concrete element is a sandwich wall panel each structural layer or shell represented by an IfcBuildingElementPart may be attached to a separate Pset.The surface finishes are expressed as area quantities only for each surface finish type. The exact details (location, area shape, overlaps, tile joints, patterns, etc.) of the surface finishes are expressed in external documents using the IfcDocumentReference mechanism. Each of the defined properties are instantiated as needed, and multiple instantiations of the same property for each different surface classification are possible.',$,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase\X2\000A\X0\',(#2252,#2256,#2260)); +#2251=IFCPROPERTYSETTEMPLATE('3_EeqBo8z5lPknE$5qDxNJ',$,'Pset_ConcreteElementSurfaceFinishQuantityGeneral','Definition from IAI: Surface finish related properties common to different types of concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement, like IfcBeam, IfcColumn, IfcWall, etc. If a precast concrete element is a sandwich wall panel each structural layer or shell represented by an IfcBuildingElementPart may be attached to a separate Pset.The surface finishes are expressed as area quantities only for each surface finish type. The exact details (location, area shape, overlaps, tile joints, patterns, etc.) of the surface finishes are expressed in external documents using the IfcDocumentReference mechanism. Each of the defined properties are instantiated as needed, and multiple instantiations of the same property for each different surface classification are possible.',.PSET_OCCURRENCEDRIVEN.,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase',(#2252,#2256,#2260)); #2252=IFCCOMPLEXPROPERTYTEMPLATE('0RQ4UAMiDD7gp8m7Vorw6s',$,'FormSurface','Formwork surface area quantity. Several complex properties of this type may be attached to this Pset, one for each formwork subsurface with different properties.','CP_FormSurface',.P_COMPLEX.,(#2253,#2254,#2255)); #2253=IFCSIMPLEPROPERTYTEMPLATE('0N716_fsn8_As_GjPS7LSK',$,'FormSurfaceClass','Classification designation for the formwork surface according to local standards, e.g. E, 1, 2, or 3.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2254=IFCSIMPLEPROPERTYTEMPLATE('2hXzUa3HH6q8wCWFn3Mouf',$,'FormSurfaceTextureDescription','Textual description of the form surface texture pattern. Used only if the form work includes sub-areas with textures.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); @@ -2265,7 +2265,7 @@ DATA; #2258=IFCSIMPLEPROPERTYTEMPLATE('0EX8gfNkX3vP5IHT4YrZGO',$,'ExternalSurfaceClass','Class designation for the surface. This usually depends on what kind of surface type is used and how the classification is expressed in local standards.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2259=IFCSIMPLEPROPERTYTEMPLATE('1dRvp5axn9Cwa6faWsnSf2',$,'ExternalSurfaceArea','The external surface area quantity for which the particular surface finish is defined. Usually expressed in square meter (m2).',.P_SINGLEVALUE.,'IfcAreaMeasure',$,$,$,$,$,.READWRITE.); #2260=IFCSIMPLEPROPERTYTEMPLATE('1jjRgsJhzAzgIhR1WEgaIL',$,'SurfaceDescriptionDocReference','Reference to an external document describing the details of the surface of the concrete element, i.e. a drawing or textual document file.',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,.READWRITE.); -#2261=IFCPROPERTYSETTEMPLATE('3BRJkc_652W9yXqyB1pOyD',$,'Pset_PrecastConcreteElementGeneral','Definition from IAI: Production and manufacturing related properties common to different types of precast concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement. If the precast concrete element is a sandwich wall panel each structural layer or shell represented by an IfcBuildingElementPart may be attached to a separate Pset of this type, if needed. Some of the properties apply only for specific types of precast concrete elements.',$,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase\X2\000A\X0\',(#2262,#2263,#2264,#2265,#2266,#2267,#2268,#2269,#2270,#2271,#2272,#2273,#2274,#2275,#2276,#2277,#2278,#2279)); +#2261=IFCPROPERTYSETTEMPLATE('3BRJkc_652W9yXqyB1pOyD',$,'Pset_PrecastConcreteElementGeneral','Definition from IAI: Production and manufacturing related properties common to different types of precast concrete elements. The Pset can be used by a number of subtypes of IfcBuildingElement. If the precast concrete element is a sandwich wall panel each structural layer or shell represented by an IfcBuildingElementPart may be attached to a separate Pset of this type, if needed. Some of the properties apply only for specific types of precast concrete elements.',.PSET_OCCURRENCEDRIVEN.,'IFCSHAREDBLDGELEMENTS/IfcBeam,IFCSTRUCTURALELEMENTSDOMAIN/IfcBuildingElementPart,IFCPRODUCTEXTENSION/IfcBuildingElementProxy,IFCSHAREDBLDGELEMENTS/IfcColumn,IFCPRODUCTEXTENSION/IfcCovering,IFCSHAREDBLDGELEMENTS/IfcCurtainWall,IFCSHAREDBLDGELEMENTS/IfcDoor,IFCSTRUCTURALELEMENTSDOMAIN/IfcFooting,IFCSHAREDBLDGELEMENTS/IfcMember,IFCSTRUCTURALELEMENTSDOMAIN/IfcPile,IFCSHAREDBLDGELEMENTS/IfcRailing,IFCSHAREDBLDGELEMENTS/IfcRamp,IFCSHAREDBLDGELEMENTS/IfcRampFlight,IFCSHAREDBLDGELEMENTS/IfcRoof,IFCSHAREDBLDGELEMENTS/IfcSlab,IFCSHAREDBLDGELEMENTS/IfcStair,IFCSHAREDBLDGELEMENTS/IfcStairFlight,IFCSHAREDBLDGELEMENTS/IfcWall,IFCSHAREDBLDGELEMENTS/IfcWallStandardCase',(#2262,#2263,#2264,#2265,#2266,#2267,#2268,#2269,#2270,#2271,#2272,#2273,#2274,#2275,#2276,#2277,#2278,#2279)); #2262=IFCSIMPLEPROPERTYTEMPLATE('1YxdfLlYXBRRILNMAjGsY3',$,'TypeDesignator','Type designator for the precast concrete element. The content depends on local standards. For instance in Finland it usually a one-letter acronym, e.g. P=Column, K=reinforced concrete beam,etc.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2263=IFCSIMPLEPROPERTYTEMPLATE('1EMyeZW0f6du1iWu8dX8co',$,'ProductionLotId','The manufacturer''s production lot identifier.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); #2264=IFCSIMPLEPROPERTYTEMPLATE('2PR8XVZM13tB_Y3_Xs_LMT',$,'SerialNumber','The manufacturer''s serial number for the precast concrete element.',.P_SINGLEVALUE.,'IfcIdentifier',$,$,$,$,$,.READWRITE.); @@ -2284,19 +2284,19 @@ DATA; #2277=IFCSIMPLEPROPERTYTEMPLATE('2_iiNg$dD2xf4WOwQ3IpbY',$,'SupportDuringTransportDescription','Textual description of how the concrete element is supported during transportation',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2278=IFCSIMPLEPROPERTYTEMPLATE('07lNDn$NjApR8Z4KmBY3QN',$,'SupportDuringTransportDocReference','Reference to an external document defining how the concrete element is supported during transportation',.P_REFERENCEVALUE.,'IfcExternalReference',$,$,$,$,$,.READWRITE.); #2279=IFCSIMPLEPROPERTYTEMPLATE('2uIYJLyP1F9gUXPErhQztG',$,'HollowCorePlugging','A descriptive label for how the hollow core ends are treated: they may be left open, closed with a plug, or sealed with cast concrete. Values would be, for example: ''Unplugged'', ''Plugged'', ''SealedWithConcrete''. This property applies to hollow core slabs only.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); -#2280=IFCPROPERTYSETTEMPLATE('3dp32yRir9hB0hm3iWYGjB',$,'Pset_ReinforcementBarCountOfIndependentFooting','Definition from IAI: Reinforcement Concrete parameter [ST-2]: The amount number information of reinforcement bar with the independent footing. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',$,'IfcFooting',(#2281,#2282,#2283,#2284,#2285,#2286)); +#2280=IFCPROPERTYSETTEMPLATE('3dp32yRir9hB0hm3iWYGjB',$,'Pset_ReinforcementBarCountOfIndependentFooting','Definition from IAI: Reinforcement Concrete parameter [ST-2]: The amount number information of reinforcement bar with the independent footing. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',.PSET_OCCURRENCEDRIVEN.,'IfcFooting',(#2281,#2282,#2283,#2284,#2285,#2286)); #2281=IFCSIMPLEPROPERTYTEMPLATE('39g9M8ADf1exahsCE4eZ5W',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2282=IFCSIMPLEPROPERTYTEMPLATE('2LyKaPsFvCPw5fbcGOA9_Q',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2283=IFCSIMPLEPROPERTYTEMPLATE('11UjldvZnCrvSKRyvsksd7',$,'XDirectionLowerBarCount','The number of bars with X direction lower bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #2284=IFCSIMPLEPROPERTYTEMPLATE('1psGY0w25BqAh1FOZ5Tyt2',$,'YDirectionLowerBarCount','The number of bars with Y direction lower bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #2285=IFCSIMPLEPROPERTYTEMPLATE('3oTQ7qG0PC9xyx2S5OEW_z',$,'XDirectionUpperBarCount','The number of bars with X direction upper bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #2286=IFCSIMPLEPROPERTYTEMPLATE('0Br1FAuOvANxWnZrkkWtco',$,'YDirectionUpperBarCount','The number of bars with Y direction upper bar.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#2287=IFCPROPERTYSETTEMPLATE('26PL_Y1J1C28VVZbistSi$',$,'Pset_ReinforcementBarPitchOfBeam','Definition from IAI: The ptich length information of reinforcement bar with the beam.',$,'IfcBeam',(#2288,#2289,#2290,#2291)); +#2287=IFCPROPERTYSETTEMPLATE('26PL_Y1J1C28VVZbistSi$',$,'Pset_ReinforcementBarPitchOfBeam','Definition from IAI: The ptich length information of reinforcement bar with the beam.',.PSET_OCCURRENCEDRIVEN.,'IfcBeam',(#2288,#2289,#2290,#2291)); #2288=IFCSIMPLEPROPERTYTEMPLATE('2RBd0bulrEfx8jGP69xKdm',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2289=IFCSIMPLEPROPERTYTEMPLATE('3HFRk6tdL6aBA5qQBxSN3a',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2290=IFCSIMPLEPROPERTYTEMPLATE('2uiFF$HJXFZA3BTaAIjAe8',$,'StirrupBarPitch','The pitch length of the stirrup bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2291=IFCSIMPLEPROPERTYTEMPLATE('1eW3J0zb1FvAtbkEFzm4X3',$,'SpacingBarPitch','The pitch length of the spacing bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2292=IFCPROPERTYSETTEMPLATE('0BMYxb3mD7eOI_MPy6baUA',$,'Pset_ReinforcementBarPitchOfColumn','Definition from IAI: The pitch length information of reinforcement bar with the column. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',$,'IfcColumn',(#2293,#2294,#2295,#2297,#2298,#2299,#2300,#2301)); +#2292=IFCPROPERTYSETTEMPLATE('0BMYxb3mD7eOI_MPy6baUA',$,'Pset_ReinforcementBarPitchOfColumn','Definition from IAI: The pitch length information of reinforcement bar with the column. The X and Y direction are based on the local coordinate system of building storey. The X and Y direction of the reinforcement bar are parallel to the X and Y axis of the IfcBuildingStorey''s local coordinate system, respectively.',.PSET_OCCURRENCEDRIVEN.,'IfcColumn',(#2293,#2294,#2295,#2297,#2298,#2299,#2300,#2301)); #2293=IFCSIMPLEPROPERTYTEMPLATE('2yzST_tKHBawflZHuA2A4u',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2294=IFCSIMPLEPROPERTYTEMPLATE('2msVSvBvn6tuVn8h2TBjES',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2295=IFCSIMPLEPROPERTYTEMPLATE('1Y_V_uI6X1Lwo6gz__K4US',$,'ReinforcementBarType','Defines the type of the reinforcement bar.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2296,$,$,$,.READWRITE.); @@ -2306,12 +2306,12 @@ DATA; #2299=IFCSIMPLEPROPERTYTEMPLATE('0hAoL2B8zE_QpWDab6MDD6',$,'XDirectionTieHoopCount','The number of bars with X direction tie hoop bars.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); #2300=IFCSIMPLEPROPERTYTEMPLATE('3F1MJj22P8_8HojRjmfBj0',$,'YDirectionTieHoopBarPitch','The Y direction pitch length of the tie hoop.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2301=IFCSIMPLEPROPERTYTEMPLATE('2oUTmMENbByg4BsUj5PKUe',$,'YDirectionTieHoopCount','The number of bars with Y direction tie hoop bars.',.P_SINGLEVALUE.,'IfcInteger',$,$,$,$,$,.READWRITE.); -#2302=IFCPROPERTYSETTEMPLATE('2igQk2TXT38eEUJunayZwE',$,'Pset_ReinforcementBarPitchOfContinuousFooting','Definition from IAI: Reinforcement Concrete parameter [ST-2]: The pitch length information of reinforcement bar with the continuous footing.',$,'IfcFooting',(#2303,#2304,#2305,#2306)); +#2302=IFCPROPERTYSETTEMPLATE('2igQk2TXT38eEUJunayZwE',$,'Pset_ReinforcementBarPitchOfContinuousFooting','Definition from IAI: Reinforcement Concrete parameter [ST-2]: The pitch length information of reinforcement bar with the continuous footing.',.PSET_OCCURRENCEDRIVEN.,'IfcFooting',(#2303,#2304,#2305,#2306)); #2303=IFCSIMPLEPROPERTYTEMPLATE('2thNWf$nP1Xw36NI0sgTRl',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2304=IFCSIMPLEPROPERTYTEMPLATE('1aOOcuZpv1wee$GuM4Axmg',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2305=IFCSIMPLEPROPERTYTEMPLATE('0U$SY_odL4MBoJDPTvMWf4',$,'CrossingUpperBarPitch','The pitch length of the crossing upper bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2306=IFCSIMPLEPROPERTYTEMPLATE('19dLYLK0DFhO91tD$geJzJ',$,'CrossingLowerBarPitch','The pitch length of the crossing lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2307=IFCPROPERTYSETTEMPLATE('2Z3TMgawb8uAcnk4XPrphP',$,'Pset_ReinforcementBarPitchOfSlab','Definition from IAI: The pitch length information of reinforcement bar with the slab.',$,'IfcSlab',(#2308,#2309,#2310,#2311,#2312,#2313,#2314,#2315,#2316,#2317,#2318,#2319,#2320,#2321)); +#2307=IFCPROPERTYSETTEMPLATE('2Z3TMgawb8uAcnk4XPrphP',$,'Pset_ReinforcementBarPitchOfSlab','Definition from IAI: The pitch length information of reinforcement bar with the slab.',.PSET_OCCURRENCEDRIVEN.,'IfcSlab',(#2308,#2309,#2310,#2311,#2312,#2313,#2314,#2315,#2316,#2317,#2318,#2319,#2320,#2321)); #2308=IFCSIMPLEPROPERTYTEMPLATE('1O2TtFmaLCvvmf2jP2qtvw',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2309=IFCSIMPLEPROPERTYTEMPLATE('3SnvCE5NTFdO18XfG36G45',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2310=IFCSIMPLEPROPERTYTEMPLATE('0PYzflCyf1CvNjGbZhel6g',$,'LongOutsideTopBarPitch','The pitch length of the long outside top bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -2326,7 +2326,7 @@ DATA; #2319=IFCSIMPLEPROPERTYTEMPLATE('0oK3jZZL5BvhL8WL_piLVh',$,'ShortOutsideLowerBarPitch','The pitch length of the short outside lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2320=IFCSIMPLEPROPERTYTEMPLATE('33AgOsr6TFZuItFq8hBwtr',$,'ShortInsideCenterLowerBarPitch','The pitch length of the short inside center lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2321=IFCSIMPLEPROPERTYTEMPLATE('1XHu$PCGPF2eQD1sHtntFt',$,'ShortInsideEndLowerBarPitch','The pitch length of the short inside end lower bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2322=IFCPROPERTYSETTEMPLATE('2ku6Tbwa5AdQaqwq5dwKzS',$,'Pset_ReinforcementBarPitchOfWall','Definition from IAI: The pitch length information of reinforcement bar with the wall.',$,'IfcWall',(#2323,#2324,#2325,#2327,#2328,#2329)); +#2322=IFCPROPERTYSETTEMPLATE('2ku6Tbwa5AdQaqwq5dwKzS',$,'Pset_ReinforcementBarPitchOfWall','Definition from IAI: The pitch length information of reinforcement bar with the wall.',.PSET_OCCURRENCEDRIVEN.,'IfcWall',(#2323,#2324,#2325,#2327,#2328,#2329)); #2323=IFCSIMPLEPROPERTYTEMPLATE('3c1Eotwi927PP_MAEQUXjS',$,'Description','Description of the reinforcement.',.P_SINGLEVALUE.,'IfcText',$,$,$,$,$,.READWRITE.); #2324=IFCSIMPLEPROPERTYTEMPLATE('11EihJq1bAz8pH9bppqw01',$,'Reference','A descriptive label for the general reinforcement type.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2325=IFCSIMPLEPROPERTYTEMPLATE('1lj_vnAAXAhBxv8vxHiXt_',$,'BarAllocationType','Defines the type of the reinforcement bar allocation.',.P_ENUMERATEDVALUE.,'IfcLabel',$,#2326,$,$,$,.READWRITE.); @@ -2334,7 +2334,7 @@ DATA; #2327=IFCSIMPLEPROPERTYTEMPLATE('1BymBc4Q9FrRBTSJtHkKwS',$,'VerticalBarPitch','The pitch length of the vertical bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2328=IFCSIMPLEPROPERTYTEMPLATE('06KxkSxVTFPO$hEqBfTe4S',$,'HorizontalBarPitch','The pitch length of the horizontal bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2329=IFCSIMPLEPROPERTYTEMPLATE('0yhobw41rERwvY7ViStz9q',$,'SpacingBarPitch','The pitch length of the spacing bar.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2330=IFCPROPERTYSETTEMPLATE('2LD2kY$GD71flgnSUpX$ba',$,'Pset_ReinforcingBarBendingsBECCommon','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are defined according to the local Finnish BEC standard with minor adjustements (only bar bending information is included). The bending shape property definitions apply to both reinforcing bars (IfcReinforcingBar) and reinforcing meshes (IfcReinforcingMesh). It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism.',$,'IfcReinforcingBar,IfcReinforcingMesh',(#2331,#2332,#2333,#2334,#2335,#2336,#2337,#2338,#2339,#2340,#2341,#2342,#2343,#2344,#2345,#2346,#2347,#2348,#2349,#2350,#2351)); +#2330=IFCPROPERTYSETTEMPLATE('2LD2kY$GD71flgnSUpX$ba',$,'Pset_ReinforcingBarBendingsBECCommon','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are defined according to the local Finnish BEC standard with minor adjustements (only bar bending information is included). The bending shape property definitions apply to both reinforcing bars (IfcReinforcingBar) and reinforcing meshes (IfcReinforcingMesh). It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism.',.PSET_OCCURRENCEDRIVEN.,'IfcReinforcingBar,IfcReinforcingMesh',(#2331,#2332,#2333,#2334,#2335,#2336,#2337,#2338,#2339,#2340,#2341,#2342,#2343,#2344,#2345,#2346,#2347,#2348,#2349,#2350,#2351)); #2331=IFCSIMPLEPROPERTYTEMPLATE('23Cl89PHHD3RirGHiuDS$1',$,'BECBarShapeCode','The bending type code for the specific bending shape as defined in the BEC standard. Note: depending on the standardized shape different combinations of following parameters a...e (f...l), TD, u, v, u1, v1, aid_x, and aid_y are used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2332=IFCSIMPLEPROPERTYTEMPLATE('2oH548fDz60gdXv5SB_h0$',$,'BECCuttingLength','Usually calculated from the sum of the partial length parameters with corrections for the bendings.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2333=IFCSIMPLEPROPERTYTEMPLATE('1Oaa$9NdHAff_G$8lcx6VQ',$,'BECShapeParameter_a','Bar shape parameter a.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -2356,7 +2356,7 @@ DATA; #2349=IFCSIMPLEPROPERTYTEMPLATE('0$cG7sYCTFFOQMFEJAkpRt',$,'BECShapeAid_x','Bar shape measure aid x.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2350=IFCSIMPLEPROPERTYTEMPLATE('2yccPqM2XCmf2K7g0IQew9',$,'BECShapeAid_y','Bar shape measure aid y.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2351=IFCSIMPLEPROPERTYTEMPLATE('3osRyTTfrCr9qbZwaq8ggo',$,'BECRollerDiameter','Diameter of bending roller.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2352=IFCPROPERTYSETTEMPLATE('3jsIqNYi13X9X9KYwqTW$t',$,'Pset_ReinforcingBarBendingsBS8666Common','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are largely defined according to BS8666. It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism.',$,'IfcReinforcingBar',(#2353,#2354,#2355,#2356,#2357,#2358,#2359)); +#2352=IFCPROPERTYSETTEMPLATE('3jsIqNYi13X9X9KYwqTW$t',$,'Pset_ReinforcingBarBendingsBS8666Common','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are largely defined according to BS8666. It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism.',.PSET_OCCURRENCEDRIVEN.,'IfcReinforcingBar',(#2353,#2354,#2355,#2356,#2357,#2358,#2359)); #2353=IFCSIMPLEPROPERTYTEMPLATE('2c8YHTuNDDVeD5kqEwBZcJ',$,'BS8666ShapeCode','The bending type code for the specific bending shape as defined in the BS8666 standard. Note: depending on the standardized shape different combinations of following parameters A...E and r are used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2354=IFCSIMPLEPROPERTYTEMPLATE('1IBWlzQE59SRlBUl1FvciP',$,'BS8666ShapeParameter_A','Bar shape parameter A.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2355=IFCSIMPLEPROPERTYTEMPLATE('0KZUMVK4r7zgyUvkKPKCdS',$,'BS8666ShapeParameter_B','Bar shape parameter B.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -2364,7 +2364,7 @@ DATA; #2357=IFCSIMPLEPROPERTYTEMPLATE('1I$sYzHTzD1Oy$WX2pTZR6',$,'BS8666ShapeParameter_D','Bar shape parameter D.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2358=IFCSIMPLEPROPERTYTEMPLATE('3g9qxg7Gj2nfLqpcqA6rSq',$,'BS8666ShapeParameter_E','Bar shape parameter E.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2359=IFCSIMPLEPROPERTYTEMPLATE('1doqyJP6f37xW9dXzpZEZH',$,'BS8666ShapeParameter_r','Bar shape parameter r. Used for bending radius.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2360=IFCPROPERTYSETTEMPLATE('36pta5QTrCdOpYI9jlNyO0',$,'Pset_ReinforcingBarBendingsDIN135610Common','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are largely defined according to DIN 1356 Teil 10 with some minor omissions: the shape type X2 is not considered since it is better represented by the explicit shape geometry. It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism. Note: This bending standard is presumably to be replaced by the upcoming ISO 3766 standard. ',$,'IfcReinforcingBar',(#2361,#2362,#2363,#2364,#2365,#2366,#2367)); +#2360=IFCPROPERTYSETTEMPLATE('36pta5QTrCdOpYI9jlNyO0',$,'Pset_ReinforcingBarBendingsDIN135610Common','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are largely defined according to DIN 1356 Teil 10 with some minor omissions: the shape type X2 is not considered since it is better represented by the explicit shape geometry. It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism. Note: This bending standard is presumably to be replaced by the upcoming ISO 3766 standard. ',.PSET_OCCURRENCEDRIVEN.,'IfcReinforcingBar',(#2361,#2362,#2363,#2364,#2365,#2366,#2367)); #2361=IFCSIMPLEPROPERTYTEMPLATE('2_Toz9k7X0GQFzBGEzoEqJ',$,'DIN135610ShapeCode','The bending type code for the specific bending shape as defined in the DIN 1356 Teil 10 standard. Note: depending on the standardized shape different combinations of following parameters a...z are used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2362=IFCSIMPLEPROPERTYTEMPLATE('02iUzdbPT4h9aIGv6_Av4c',$,'DIN135610ShapeParameter_a','Bar shape parameter a. Note: this parameter is also used for parameter a0 (shape code B3)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2363=IFCSIMPLEPROPERTYTEMPLATE('0urD900A186Orf9XXJZG7k',$,'DIN135610ShapeParameter_b','Bar shape parameter b. Note: this parameter is also used for parameter b0 (shape codes C2 and C3)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); @@ -2372,7 +2372,7 @@ DATA; #2365=IFCSIMPLEPROPERTYTEMPLATE('2cfDaOI2f6VfKkaixQS29j',$,'DIN135610ShapeParameter_d','Bar shape parameter d. Note: this parameter is also used for parameter d0 (shape code B3)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2366=IFCSIMPLEPROPERTYTEMPLATE('2YJgCySwb0Xe3oOMJY3w$s',$,'DIN135610ShapeParameter_e','Bar shape parameter e. Note: this parameter is also used for parameter e0 (shape codes A4 and C3)',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2367=IFCSIMPLEPROPERTYTEMPLATE('2gcbqJKlT4Jwp5yETVXad7',$,'DIN135610ShapeParameter_z','Bar shape parameter z.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); -#2368=IFCPROPERTYSETTEMPLATE('2WndF8ehbBDAOeZlzV5_MF',$,'Pset_ReinforcingBarBendingsISOCD3766Common','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are largely defined according to ISO/CD 3766 with some minor changes in how the hooks are defined (explicit angle measures instead of coded parameters). It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism. Note: This standard is still under development and the Pset will be changed accordingly if so required.',$,'IfcReinforcingBar',(#2369,#2370,#2371,#2372,#2373,#2374,#2375,#2376,#2377)); +#2368=IFCPROPERTYSETTEMPLATE('2WndF8ehbBDAOeZlzV5_MF',$,'Pset_ReinforcingBarBendingsISOCD3766Common','Definition from IAI: Properties expressing the bending information of non-prestressed reinforcing bars. The properties in this Pset are largely defined according to ISO/CD 3766 with some minor changes in how the hooks are defined (explicit angle measures instead of coded parameters). It is presumed that a single standard for defining the bar bending is used throughout the project and that this standard is referenced from the IfcProject object through the IfcDocumentReference mechanism. Note: This standard is still under development and the Pset will be changed accordingly if so required.',.PSET_OCCURRENCEDRIVEN.,'IfcReinforcingBar',(#2369,#2370,#2371,#2372,#2373,#2374,#2375,#2376,#2377)); #2369=IFCSIMPLEPROPERTYTEMPLATE('0yHKDTIBP0rRuY6eirpQ02',$,'ISOCD3766ShapeCode','The bending type code for the specific bending shape as defined in the ISO/CD 3766 standard. Note: depending on the standardized shape different combinations of following parameters a...e and R are used.',.P_SINGLEVALUE.,'IfcLabel',$,$,$,$,$,.READWRITE.); #2370=IFCSIMPLEPROPERTYTEMPLATE('0SdwiJBmL55Qwi00iW0rec',$,'ISOCD3766ShapeParameter_a','Bar shape parameter a.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.); #2371=IFCSIMPLEPROPERTYTEMPLATE('1UOYRO36HDlvJ64L$RhmTi',$,'ISOCD3766ShapeParameter_b','Bar shape parameter b.',.P_SINGLEVALUE.,'IfcPositiveLengthMeasure',$,$,$,$,$,.READWRITE.);