diff --git a/features/PSE001_Ifcpropertyset-validation.feature b/features/PSE001_Ifcpropertyset-validation.feature new file mode 100644 index 00000000..c47278d2 --- /dev/null +++ b/features/PSE001_Ifcpropertyset-validation.feature @@ -0,0 +1,39 @@ +@implementer-agreement +@PSE +Feature: PSE001 - IfcPropertySet validation +The rule verifies that each IfcPropertySet starting with Pset_ is defined correctly. + + Scenario: Agreement on each IfcPropertySet correctly defining an applicable entity. + + Given A file with Schema "IFC2X3" + And An IfcPropertySet + And Its attribute Name starts with Pset_ + Then The IfcPropertySet Name attribute value must use predefined values according to the IFC2x3_definitions.csv table + And The IfcPropertySet must be assigned according to the property set definitions table IFC2x3_definitions.csv + And Each associated IfcProperty must be named according to the property set definitions table IFC2x3_definitions.csv + And Each associated IfcProperty must be of type according to the property set definitions table IFC2x3_definitions.csv + And Each associated IfcProperty value must be of data type according to the property set definitions table IFC2x3_definitions.csv + + + Scenario: Agreement on each IfcPropertySet correctly defining an applicable entity. + + Given A file with Schema "IFC4" + And An IfcPropertySet + And Its attribute Name starts with Pset_ + Then The IfcPropertySet Name attribute value must use predefined values according to the IFC4_definitions.csv table + And The IfcPropertySet must be assigned according to the property set definitions table IFC4_definitions.csv + And Each associated IfcProperty must be named according to the property set definitions table IFC4_definitions.csv + And Each associated IfcProperty must be of type according to the property set definitions table IFC4_definitions.csv + And Each associated IfcProperty value must be of data type according to the property set definitions table IFC4_definitions.csv + + + Scenario: Agreement on each IfcPropertySet correctly defining an applicable entity. + + Given A file with Schema "IFC4X3" + And An IfcPropertySet + And Its attribute Name starts with Pset_ + Then The IfcPropertySet Name attribute value must use predefined values according to the IFC4X3_definitions.csv table + And The IfcPropertySet must be assigned according to the property set definitions table IFC4X3_definitions.csv + And Each associated IfcProperty must be named according to the property set definitions table IFC4X3_definitions.csv + And Each associated IfcProperty must be of type according to the property set definitions table IFC4X3_definitions.csv + And Each associated IfcProperty value must be of data type according to the property set definitions table IFC4X3_definitions.csv \ No newline at end of file diff --git a/features/resources/property_set_definitions/IFC2x3_definitions.csv b/features/resources/property_set_definitions/IFC2x3_definitions.csv new file mode 100644 index 00000000..0c7f0400 --- /dev/null +++ b/features/resources/property_set_definitions/IFC2x3_definitions.csv @@ -0,0 +1,318 @@ +property_set_name,applicable_entities,applicable_type_value,property_definitions +Pset_ActionRequest,['IfcActionRequest'],,"[{'property_name': 'RequestSourceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RequestSourceType', 'values': ['Email', 'Fax', 'Phone', 'Post', 'Verbal', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'RequestSourceLabel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RequestSourceName', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcPerson'}}, {'property_name': 'RequestDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'RequestComments', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RequestStatus', 'values': ['Hold', 'NoAction', 'Schedule', 'Urgent', 'Other', 'NotKnown', 'Unset']}}]" +Pset_ActorCommon,['IfcActor'],,"[{'property_name': 'NumberOfActors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'Category', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SkillLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ActuatorTypeCommon,['IfcActuatorType'],,"[{'property_name': 'FailPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FailPosition', 'values': ['FailOpen', 'FailClosed', 'NotKnown', 'Unset']}}, {'property_name': 'ManualOverride', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ActuatorTypeElectricActuator,['IfcActuatorType'],IfcActuatorType.PredefinedType=ELECTRICACTUATOR,"[{'property_name': 'ActuatorInputPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'ElectricActuatorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricActuatorType', 'values': ['MotorDrive', 'Magnetic', 'Other', 'NotKnown', 'Unset']}}]" +Pset_ActuatorTypeHydraulicActuator,['IfcActuatorType'],IfcActuatorType.PredefinedType=HYDRAULICACTUATOR,"[{'property_name': 'InputPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'InputFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_ActuatorTypeLinearActuation,['IfcActuatorType'],,"[{'property_name': 'Force', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': ['FORCEUNIT']}}, {'property_name': 'Stroke', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ActuatorTypePneumaticActuator,['IfcActuatorType'],IfcActuatorType.PredefinedType=PNEUMATICACTUATOR,"[{'property_name': 'InputPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'InputFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_ActuatorTypeRotationalActuation,['IfcActuatorType'],,"[{'property_name': 'Torque', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTorqueMeasure', 'unit_type': ['TORQUEUNIT']}}, {'property_name': 'RangeAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}]" +Pset_AirSideSystemInformation,"['IfcSpatialStructureElement', 'IfcSystem']",,"[{'property_name': 'Name', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AirSideSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirSideSystemType', 'values': ['CONSTANTVOLUME', 'CONSTANTVOLUMESINGLEZONE', 'CONSTANTVOLUMEMULTIPLEZONEREHEAT', 'CONSTANTVOLUMEBYPASS', 'VARIABLEAIRVOLUME', 'VARIABLEAIRVOLUMEREHEAT', 'VARIABLEAIRVOLUMEINDUCTION', 'VARIABLEAIRVOLUMEFANPOWERED', 'VARIABLEAIRVOLUMEDUALCONDUIT', 'VARIABLEAIRVOLUMEVARIABLEDIFFUSERS', 'VARIABLEAIRVOLUMEVARIABLETEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET\n']}}, {'property_name': 'AirSideSystemDistributionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirSideSystemDistributionType', 'values': ['SINGLEDUCT', 'DUALDUCT', 'MULTIZONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TotalAirflow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'EnergyGainTotal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'AirflowSensible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'EnergyGainSensible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'EnergyLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'LightingDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversitySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'ApplianceDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'LoadSafetyFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'HeatingTemperatureDelta', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CoolingTemperatureDelta', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'Ventilation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'FanPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_AirTerminalBoxPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'DamperPosition', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOSITIVERATIOMEASURE']}}, {'property_name': 'AtmosphericPressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'Sound', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'AirflowCurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}]" +Pset_AirTerminalBoxTypeCommon,['IfcAirTerminalBoxType'],,"[{'property_name': 'AirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'AirPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'ArrangementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalBoxArrangementType', 'values': ['SINGLEDUCT', 'DUALDUCT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ReheatType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalBoxReheatType', 'values': ['ELECTRICALREHEAT', 'WATERCOILREHEAT', 'STEAMCOILREHEAT', 'GASREHEAT', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasSoundAttenuator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasReturnAir', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasFan', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalInletAirPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'NominalDamperDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'HousingThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'ReturnAirFractionRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': ['0', '?'], 'unit_type': 'None'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}]" +Pset_AirTerminalPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'AirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'NeckAirVelocity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['LINEARVELOCITYUNIT']}}, {'property_name': 'SupplyAirTemperatureHeating', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT ']}}, {'property_name': 'SupplyAirTemperatureCooling', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT ']}}, {'property_name': 'PressureDrop', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'InductionRatio', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcLengthMeasure', 'values': ['0', '0', '0'], 'unit_type': ['LENGTHUNIT']}]}, {'property_name': 'CenterlineAirVelocity', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLinearVelocityMeasure', 'values': ['1', '2', '3'], 'unit_type': ['LINEARVELOCITYUNIT']}, {'instance': 'IfcLengthMeasure', 'values': ['0', '0', '0'], 'unit_type': ['LENGTHUNIT']}]}]" +Pset_AirTerminalTypeCommon,['IfcAirTerminalType'],,"[{'property_name': 'Shape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalShape', 'values': ['ROUND', 'RECTANGULAR', 'SQUARE', 'SLOT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowPattern', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFlowPattern', 'values': ['LINEARSINGLE', 'LINEARDOUBLE', 'LINEARFOURWAY', 'RADIAL', 'SWIRL', 'DISPLACMENT', 'COMPACTJET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirFlowrateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'DischargeDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalDischargeDirection', 'values': ['PARALLEL', 'PERPENDICULAR', 'ADJUSTABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ThrowLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AirDiffusionPerformanceIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'FinishType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFinishType', 'values': ['ANNODIZED', 'PAINTED', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FinishColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalMountingType', 'values': ['SURFACE', 'FLATFLUSH', 'LAYIN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoreType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalCoreType', 'values': ['SHUTTERBLADE', 'CURVEDBLADE', 'REMOVABLE', 'REVERSIBLE', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoreSetHorizontal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'CoreSetVertical', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'HasIntegralControl', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FlowControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFlowControlType', 'values': ['DAMPER', 'BELLOWS', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasSoundAttenuator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasThermalInsulation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NeckArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'EffectiveArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'AirFlowrateVersusFlowControlElement', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['1', '2', '3', '4', '5', None], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}, {'instance': 'IfcPositiveRatioMeasure', 'values': ['0', '0', '0', '0', '0', None], 'unit_type': ['']}]}]" +Pset_AirTerminalTypeRectangular,['IfcAirTerminalType'],PSET.Pset_AirTerminalTypeCommon.Shape=RECTANGULAR,"[{'property_name': 'FaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFaceType', 'values': ['FOURWAYPATTERN', 'SINGLEDEFLECTION', 'DOUBLEDEFLECTION', 'SIGHTPROOF', 'EGGCRATE', 'PERFORATED', 'LOUVERED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_AirTerminalTypeRound,['IfcAirTerminalType'],PSET.Pset_AirTerminalTypeCommon.Shape=ROUND,"[{'property_name': 'FaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFaceType', 'values': ['FOURWAYPATTERN', 'SINGLEDEFLECTION', 'DOUBLEDEFLECTION', 'SIGHTPROOF', 'EGGCRATE', 'PERFORATED', 'LOUVERED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_AirTerminalTypeSlot,['IfcAirTerminalType'],PSET.Pset_AirTerminalTypeCommon.Shape=SLOT,"[{'property_name': 'SlotWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SlotLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NumberOfSlots', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': ['INTEGERCOUNTRATEUNIT']}}]" +Pset_AirTerminalTypeSquare,['IfcAirTerminalType'],PSET.Pset_AirTerminalTypeCommon.Shape=SQUARE,"[{'property_name': 'FaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFaceType', 'values': ['FOURWAYPATTERN', 'SINGLEDEFLECTION', 'DOUBLEDEFLECTION', 'SIGHTPROOF', 'EGGCRATE', 'PERFORATED', 'LOUVERED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_AirToAirHeatRecoveryPHist,['IfcPerformanceHistory'],,"[{'property_name': 'SensibleEffectiveness', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'TotalEffectiveness', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'TemperatureEffectiveness', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'DefrostTemperatureEffectiveness', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'HumidityEffectiveness', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'SensibleHeatTransferRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'LatentHeatTransferRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'TotalHeatTransferRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'SensibleEffectivenessTable', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'TotalEffectivenessTable', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'AirPressureDropCurves', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}]" +Pset_AirToAirHeatRecoveryTypeCommon,['IfcAirToAirHeatRecoveryType'],,"[{'property_name': 'HeatTransferTypeEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirToAirHeatTransferHeatTransferType', 'values': ['SENSIBLE', 'LATENT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MediaMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'HasDefrost', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'PrimaryAirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'SecondaryAirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}]" +Pset_AnalogInput,['IfcDistributionControlElement'],,"[{'property_name': 'HighLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'LowLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'Deadband', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'HighLimitEnable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LowLimitEnable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'EventEnable', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetEventEnableType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NotifyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetNotifyType', 'values': ['Alarm', 'Event', 'AcknowledgeNotification', 'Other', 'NotKnown', 'Unset']}}]" +Pset_AnalogOutput,['IfcDistributionControlElement'],,"[{'property_name': 'HighLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'LowLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'Deadband', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'HighLimitEnable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LowLimitEnable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'EventEnable', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetEventEnableType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NotifyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetNotifyType', 'values': ['Alarm', 'Event', 'AcknowledgeNotification', 'Other', 'NotKnown', 'Unset']}}]" +Pset_Asset,['IfcAsset'],,"[{'property_name': 'AssetAccountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetAccountingType', 'values': ['Fixed', 'NonFixed', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'AssetTaxType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetTaxType', 'values': ['Capitalised', 'Expensed', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'AssetInsuranceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetInsuranceType', 'values': ['Personal', 'Real', 'Other', 'NotKnown', 'Unset']}}]" +Pset_BeamCommon,['IfcBeam'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_BinaryInput,['IfcDistributionControlElement'],,"[{'property_name': 'Polarity', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PolarityEnum', 'values': ['Normal', 'Reverse', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'InactiveText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ActiveText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'MinimumOffTime', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcLocalTime'}}, {'property_name': 'MinimumOnTime', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcLocalTime'}}, {'property_name': 'FeedbackValue', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetFeedbackValueType', 'values': ['Active', 'Inactive', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'EventEnable', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetEventEnableType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'AckedTransitions', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetAckedTransitionsType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}]" +Pset_BinaryOutput,['IfcDistributionControlElement'],,"[{'property_name': 'Polarity', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PolarityEnum', 'values': ['Normal', 'Reverse', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'InactiveText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ActiveText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'AlarmValue', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetAlarmValueType', 'values': ['Active', 'Inactive', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'EventEnable', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetEventEnableType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'AckedTransitions', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetAckedTransitionsType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}]" +Pset_BoilerPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'EnergySourceConsumption', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'OperationalEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'CombustionEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'WorkingPressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'CombustionTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'PartLoadRatio', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'Load', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'PrimaryEnergyConsumption', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'AuxiliaryEnergyConsumption', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}]" +Pset_BoilerTypeCommon,['IfcBoilerType'],,"[{'property_name': 'PressureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'OperatingMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BoilerOperatingMode', 'values': ['FIXED', 'TWOSTEP', 'MODULATING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'HeatTransferSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NominalPartLoadRatio', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': ['0', '?'], 'unit_type': ['USERDEFINED']}}, {'property_name': 'WaterInletTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'WaterStorageCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'IsWaterStorageHeater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'PartialLoadEfficiencyCurves', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcReal', 'values': ['0', '1', '2'], 'unit_type': ['USERDEFINED']}}, {'property_name': 'NominalEfficiency', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcReal', 'values': ['0', '1', '2'], 'unit_type': ['USERDEFINED']}}, {'property_name': 'HeatOutput', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcReal', 'values': ['0', '1', '2'], 'unit_type': ['USERDEFINED']}}, {'property_name': 'OutletTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_BoilerTypeSteam,['IfcBoilerType'],IfcBoilerType.PredefinedType=STEAM,"[{'property_name': 'MaximumOutletPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_BuildingCommon,['IfcBuilding'],,"[{'property_name': 'BuildingID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsPermanentID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MainFireUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AncillaryFireUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OccupancyType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NumberOfStoreys', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YearOfConstruction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsLandmarked', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}]" +Pset_BuildingElementProxyCommon,['IfcBuildingElementProxy'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_BuildingStoreyCommon,['IfcBuildingStorey'],,"[{'property_name': 'EntranceLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AboveGround', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GrossAreaPlanned', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NetAreaPlanned', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}]" +Pset_BuildingUse,['IfcBuilding'],,"[{'property_name': 'MarketCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MarketSubCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PlanningControlStatus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NarrativeText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'VacancyRateInCategoryNow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TenureModesAvailableNow', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': ['']}}, {'property_name': 'MarketSubCategoriesAvailableNow', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': ['']}}, {'property_name': 'RentalRatesInCategoryNow', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMonetaryMeasure', 'values': ['?', '?'], 'unit_type': ['IFCMONETARYUNIT']}}, {'property_name': 'VacancyRateInCategoryFuture', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TenureModesAvailableFuture', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': ['']}}, {'property_name': 'MarketSubCategoriesAvailableFuture', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': ['']}}, {'property_name': 'RentalRatesInCategoryFuture', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMonetaryMeasure', 'values': ['?', '?'], 'unit_type': ['IFCMONETARYUNIT']}}]" +Pset_BuildingUseAdjacent,['IfcBuilding'],,"[{'property_name': 'MarketCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MarketSubCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PlanningControlStatus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NarrativeText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_BuildingWaterStorage,['IfcBuilding'],,"[{'property_name': 'WaterStorageRatePerPerson', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'OneDayPotableWater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'OneDayEssentialWater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'OneDayCoolingTowerMakeupWater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'OneDayProcessOrProductionWater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}]" +Pset_CableCarrierSegmentTypeCableLadderSegment,['IfcCableCarrierSegmentType'],IfcCableCarrierSegmentType.PredefinedType=CABLELADDERSEGMENT,"[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LadderConfiguration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCableTraySegment,['IfcCableCarrierSegmentType'],IfcCableCarrierSegmentType.PredefinedType=CABLETRAYSEGMENT,"[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HasCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCableTrunkingSegment,['IfcCableCarrierSegmentType'],IfcCableCarrierSegmentType.PredefinedType=CABLETRUNKINGSEGMENT,"[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NumberOfCompartments', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeConduitSegment,['IfcCableCarrierSegmentType'],IfcCableCarrierSegmentType.PredefinedType=CONDUITSEGMENT,"[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ConduitShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConduitShapeType', 'values': ['Circular', 'Oval', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'IsRigid', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeCableSegment,['IfcCableSegmentType'],IfcCableSegmentType.PredefinedType=CABLESEGMENT,"[{'property_name': 'CrossSectionalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidthOrDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NormalOperatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'MaxOperatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CableInsulationMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'SheathColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeConductorSegment,['IfcCableSegmentType'],IfcCableSegmentType.PredefinedType=CONDUCTORSEGMENT,"[{'property_name': 'CrossSectionalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ElectricalConductorFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConductorFunction', 'values': ['Phase', 'Neutral', 'ProtectiveGround', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'PhaseReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ConductorMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'ConductorSheathMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MaximumOperatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'IsFireResistant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SheathColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ChillerPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'Capacity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'EnergyEfficiencyRatio', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CoefficientOfPerformance', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CapacityCurve', 'property_type': None, 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'CoefficientOfPerformanceCurve', 'property_type': None, 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'FullLoadRatioCurve', 'property_type': None, 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}]" +Pset_ChillerTypeCommon,['IfcChillerType'],,"[{'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'NominalEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'NominalCondensingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalEvaporatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalHeatRejectionRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'NominalPowerConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_CoilPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'AtmosphericPressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'AirPressureDropCurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'SoundCurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'FaceVelocity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCLINEARVELOCITYMEASURE']}}]" +Pset_CoilTypeCommon,['IfcCoilType'],,"[{'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'AirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'NominalSensibleCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'NominalLatentCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'NominalUA', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}]" +Pset_CoilTypeHydronic,['IfcCoilType'],,"[{'property_name': 'FluidPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'CoilCoolant', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilCoolant', 'values': ['WATER', 'BRINE', 'GLYCOL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilConnectionDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilConnectionDirection', 'values': ['LEFT', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilFluidArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilFluidArrangement', 'values': ['CROSSFLOW', 'CROSSCOUNTERFLOW', 'CROSSPARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilFaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'HeatExchangeSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'PrimarySurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'SecondarySurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'Fluid', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'TotalUACurves', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}, {'property_name': 'WaterPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}, {'property_name': 'BypassFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SensibleHeatRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'WetCoilFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_ColumnCommon,['IfcColumn'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CompressorPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'CompressorCapacity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'EnergyEfficiencyRatio', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CoefficientOfPerformance', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'VolumetricEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CompressionEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'MechanicalEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'IsentropicEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CompressorTotalEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'ShaftPower', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'InputPower', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'LubricantPumpHeatGain', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'FrictionHeatGain', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CompressorTotalHeatGain', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'FullLoadRatioCurve', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcReal', 'values': ['0', '1', '2'], 'unit_type': ['USERDEFINED']}}]" +Pset_CompressorTypeCommon,['IfcCompressorType'],,"[{'property_name': 'PowerSource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CompressorTypePowerSource', 'values': ['MOTORDRIVEN', 'ENGINEDRIVEN', 'GASTURBINE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['CFC', 'HCFC', 'HFC', 'HYDROCARBONS', 'AMMONIA', 'CO2', 'H2O', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantType', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MinimumPartLoadRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPartLoadRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CompressorSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': ['ROTATIONALFREQUENCYUNIT']}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'IdealCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'IdealShaftPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'HasHotGasBypass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ConcreteElementGeneral,"['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\n']",,"[{'property_name': 'StructuralClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'EnvironmentalClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ServiceLife', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}, {'property_name': 'LifeCycleEnvironmentalLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DimensionalAccuracyClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConstructionToleranceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConstructionType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConcreteCoverAtMainBars', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ConcreteCoverAtLinks', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ConcreteElementQuantityGeneral,"['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\n']",,"[{'property_name': 'TotalConcreteQuantity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'TotalRebarQuantity', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_RebarQuantity', 'complex_values': {'property_name': 'RebarSteelGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_RebarQuantity', 'complex_values': {'property_name': 'RebarSteelGradeSpecificationReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}}, {'instance': 'CP_RebarQuantity', 'complex_values': {'property_name': 'RebarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}}, {'instance': 'CP_RebarQuantity', 'complex_values': {'property_name': 'RebarQuantity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}}]}, {'property_name': 'TotalAccessoryQuantity', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryGroupCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryTypeSpecificationReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryMaterial', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryMaterialSpecificationReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessorySize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryQuantityByNumberOfItems', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_AccessoryQuantity', 'complex_values': {'property_name': 'AccessoryQuantityByWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}}]}]" +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\n']",,"[{'property_name': 'FormSurface', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_FormSurface', 'complex_values': {'property_name': 'FormSurfaceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_FormSurface', 'complex_values': {'property_name': 'FormSurfaceTextureDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}}, {'instance': 'CP_FormSurface', 'complex_values': {'property_name': 'FormSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}}]}, {'property_name': 'ExternalSurface', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_ExternalSurface', 'complex_values': {'property_name': 'ExternalSurfaceType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_ExternalSurface', 'complex_values': {'property_name': 'ExternalSurfaceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}}, {'instance': 'CP_ExternalSurface', 'complex_values': {'property_name': 'ExternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}}]}, {'property_name': 'SurfaceDescriptionDocReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}]" +Pset_CondenserPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'HeatRejectionRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'ExteriorHeatTransferCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMALTRANSMITTANCEMEASURE']}}, {'property_name': 'InteriorHeatTransferCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMALTRANSMITTANCEMEASURE']}}, {'property_name': 'RefrigerantFoulingResistance', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CondensingTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'LogarithmicMeanTemperatureDifference', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'UAcurves', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CompressorCondenserHeatGain', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'CompressorCondenserPressureDrop', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'CondenserMeanVoidFraction', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'WaterFoulingResistance', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}]" +Pset_CondenserTypeCommon,['IfcCondenserType'],,"[{'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['CFC', 'HCFC', 'HFC', 'HYDROCARBONS', 'AMMONIA', 'CO2', 'H2O', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantType', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'ExternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'InternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'InternalRefrigerantVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'InternalWaterVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'NominalHeatTransferArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NominalHeatTransferCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}]" +Pset_ControllerTypeCommon,['IfcControllerType'],,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControlType', 'values': ['Hysteresis', 'Constant', 'Divide', 'Integral', 'Subtract', 'Report', 'Absolute', 'Sum', 'Average', 'Maximum', 'Minimum', 'Modifier', 'Product', 'Split', 'RunningAverage', 'Inverse', 'Binary', 'LowerLimitControl', 'LowerLimitControl', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'SignalOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ControllerTypeProportional,['IfcControllerType'],IfcControllerType.PredefinedType=PROPORTIONAL,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ProportionalControlType', 'values': ['Proportional', 'ProportionalIntegral', 'ExponentialDelay', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'SignalFactor1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalFactor2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalTime1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalTime2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ControllerTypeTwoPosition,['IfcControllerType'],IfcControllerType.PredefinedType=TWOPOSITION,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TwoPositionControlType', 'values': ['Not', 'And', 'Or', 'Xor', 'LowerLimitSwitch', 'UpperLimitSwitch', 'LowerBandSwitch', 'UpperBandSwitch', 'Average', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'BandWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_CooledBeamPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'TotalCoolingCapacity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'TotalHeatingCapacity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'BeamCoolingCapacity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'BeamHeatingCapacity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'CoolingWaterFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'HeatingWaterFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'CorrectionFactorForCooling', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'CorrectionFactorForHeating', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'WaterPressureDropCurves', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'SupplyWaterTemperatureCooling', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'ReturnWaterTemperatureCooling', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'SupplyWaterTemperatureHeating', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'ReturnWaterTemperatureHeating', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}]" +Pset_CooledBeamPHistoryActive,['IfcPerformanceHistory'],RelatedEntityIs:IfcCooledBeamType.PredefinedType=ACTIVE,"[{'property_name': 'AirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'Throw', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOSITIVELENGTHMEASURE']}}, {'property_name': 'AirPressureDropCurves', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}]" +Pset_CooledBeamTypeActive,['IfcCooledBeamType'],IfcCooledBeamType.PredefinedType=ACTIVE,"[{'property_name': 'AirFlowConfiguration', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamActiveAirFlowConfigurationType', 'values': ['BIDIRECTIONAL', 'UNIDIRECTIONALRIGHT', 'UNIDIRECTIONALLEFT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'SupplyAirConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamSupplyAirConnectionType', 'values': ['STRAIGHT', 'RIGHT', 'LEFT', 'TOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_CooledBeamTypeCommon,['IfcCooledBeamType'],,"[{'property_name': 'IsFreeHanging', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WaterFlowControlSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamWaterFlowControlSystemType', 'values': ['NONE', 'ONOFFVALVE', '2WAYVALVE', '3WAYVALVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WaterPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'NominalCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'NominalSurroundingTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalSurroundingHumidityCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyWaterTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalReturnWaterTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalWaterFlowCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'NominalHeatingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'NominalSurroundingTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalSupplyWaterTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalReturnWaterTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalWaterFlowHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'IntegratedLightingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamIntegratedLightingType', 'values': ['NONE', 'DIRECT', 'INDIRECT', 'DIRECTANDINDIRECT', 'OTHER', 'NOTKNOWN', 'UNSET\n']}}, {'property_name': 'PipeConnectionEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamPipeConnection', 'values': ['STRAIGHT', 'RIGHT', 'LEFT', 'TOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FinishColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'CoilLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoilWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_CoolingTowerPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'Capacity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'HeatTransferCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'SumpHeaterPower', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'UACurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'Performance', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}]" +Pset_CoolingTowerTypeCommon,['IfcCoolingTowerType'],,"[{'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'CircuitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerCircuitType', 'values': ['OPENCIRCUIT', 'CLOSEDCIRCUITWET', 'CLOSEDCIRCUITDRY', 'CLOSEDCIRCUITDRYWET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerFlowArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SprayType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerSprayType', 'values': ['SPRAYFILLED', 'SPLASHTYPEFILL', 'FILMTYPEFILL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerCapacityControl', 'values': ['FANCYCLING', 'TWOSPEEDFAN', 'VARIABLESPEEDFAN', 'DAMPERSCONTROL', 'BYPASSVALVECONTROL', 'MULTIPLESERIESPUMPS', 'TWOSPEEDPUMP', 'VARIABLESPEEDPUMP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ControlStrategy', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerControlStrategy', 'values': ['FIXEDEXITINGWATERTEMP', 'WETBULBTEMPRESET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfCells', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': ['INTEGERCOUNTRATEUNIT']}}, {'property_name': 'BasinReserveVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'LiftElevationDifference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CasingMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'FillMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'AmbientDesignDryBulbTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'AmbientDesignWetBulbTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}]" +Pset_CoveringCeiling,['IfcCovering'],IfcCovering.PredefinedType=CEILING,"[{'property_name': 'FragilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Permeability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TileLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'TileWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}]" +Pset_CoveringCommon,"['IfcCovering', 'IfcCoveringType']",,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlammabilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FragilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Material', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TotalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Finish', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_CoveringFlooring,['IfcCovering'],IfcCovering.PredefinedType=FLOORING,"[{'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasAntiStaticSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CurtainWallCommon,['IfcCurtainWall'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DamperPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'AirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'Leakage', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'PressureDrop', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'BladePositionAngle', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'DamperPosition', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'PressureLossCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}]" +Pset_DamperTypeCommon,['IfcDamperType'],,"[{'property_name': 'Operation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperOperation', 'values': ['AUTOMATIC', 'MANUAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Orientation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperOrientation', 'values': ['VERTICAL', 'HORIZONTAL', 'VERTICALORHORIZONTAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BladeThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SealMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BladeAction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeAction', 'values': ['FOLDINGCURTAIN', 'PARALLEL', 'OPPOSED', 'SINGLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeShape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeShape', 'values': ['FLAT', 'FABRICATEDAIRFOIL', 'EXTRUDEDAIRFOIL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeEdge', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeEdge', 'values': ['CRIMPED', 'UNCRIMPED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberofBlades', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': ['INTEGERCOUNTRATEUNIT']}}, {'property_name': 'FaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'MaximumAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'MaximumWorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TemperatureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'TorqueRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcTorqueMeasure', 'values': ['0', '?'], 'unit_type': ['TORQUEUNIT']}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'OpenPressureDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'LeakageFullyClosed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'LossCoefficentCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}, {'property_name': 'LeakageCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}, {'instance': 'IfcPressureMeasure', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['PRESSUREUNIT']}]}, {'property_name': 'RegeneratedSoundCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}]}, {'property_name': 'FrameType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FrameDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'FrameMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'FrameThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CloseOffRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_DamperTypeControlDamper,['IfcDamperType'],IfcDamperType.PredefinedType=CONTROLDAMPER,"[{'property_name': 'TorqueRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcTorqueMeasure', 'values': ['0', '?'], 'unit_type': ['TORQUEUNIT']}}, {'property_name': 'ControlDamperOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControlDamperOperation', 'values': ['LINEAR', 'EXPONENTIAL', 'IFCPOLYLINE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DamperTypeFireDamper,['IfcDamperType'],IfcDamperType.PredefinedType=FIREDAMPER,"[{'property_name': 'ActuationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperActuationType', 'values': ['GRAVITY', 'SPRING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ClosureRatingEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperClosureRating', 'values': ['DYNAMIC', 'STATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FireResistanceRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FusibleLinkTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT ']}}]" +Pset_DamperTypeFireSmokeDamper,['IfcDamperType'],IfcDamperType.PredefinedType=FIRESMOKEDAMPER,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DamperTypeSmokeDamper,['IfcDamperType'],IfcDamperType.PredefinedType=SMOKEDAMPER,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DesignPoint,['IfcDistributionPort'],,"[{'property_name': 'IsDesignPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryAnchorBolt,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory.ObjectType=Foundation bolt, Ribbed bar bolt, Extension bolt | IfcDiscreteAccessoryType.ElementType=Foundation bolt, Ribbed bar bolt, Extension bolt","[{'property_name': 'AnchorBoltLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AnchorBoltDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AnchorBoltThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AnchorBoltProtrusionLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryColumnShoe,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Column shoe | IfcDiscreteAccessoryType.ElementType=Column shoe,"[{'property_name': 'ColumnShoeBasePlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ColumnShoeBasePlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ColumnShoeBasePlateDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ColumnShoeCasingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ColumnShoeCasingWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ColumnShoeCasingDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryCornerFixingPlate,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Corner fixing plate | IfcDiscreteAccessoryType.ElementType=Corner fixing plate,"[{'property_name': 'CornerFixingPlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CornerFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CornerFixingPlateFlangeWidthInPlaneZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CornerFixingPlateFlangeWidthInPlaneX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryDiagonalTrussConnector,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Diagonal truss connector | IfcDiscreteAccessoryType.ElementType=Diagonal truss connector,"[{'property_name': 'DiagonalTrussHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DiagonalTrussLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DiagonalTrussCrossBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DiagonalTrussBaseBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DiagonalTrussSecondaryBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DiagonalTrussCrossBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryEdgeFixingPlate,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Edge fixing plate | IfcDiscreteAccessoryType.ElementType=Edge fixing plate,"[{'property_name': 'EdgeFixingPlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'EdgeFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'EdgeFixingPlateFlangeWidthInPlaneZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'EdgeFixingPlateFlangeWidthInPlaneX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryFixingSocket,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Fixing socket | IfcDiscreteAccessoryType.ElementType=Fixing socket,"[{'property_name': 'FixingSocketTypeReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'FixingSocketHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'FixingSocketThreadDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'FixingSocketThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryLadderTrussConnector,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Ladder truss connector | IfcDiscreteAccessoryType.ElementType=Ladder truss connector,"[{'property_name': 'LadderTrussHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LadderTrussLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LadderTrussCrossBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LadderTrussBaseBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LadderTrussSecondaryBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LadderTrussCrossBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryStandardFixingPlate,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Standard fixing plate | IfcDiscreteAccessoryType.ElementType=Standard fixing plate,"[{'property_name': 'StandardFixingPlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'StandardFixingPlateDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'StandardFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DiscreteAccessoryWireLoop,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']",IfcDiscreteAccessory.ObjectType=Wire loop | IfcDiscreteAccessoryType.ElementType=Wire loop,"[{'property_name': 'WireLoopBasePlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WireLoopBasePlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WireLoopBasePlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WireDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WireEmbeddingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WireLoopLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DistributionChamberElementTypeFormedDuct,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=FORMEDDUCT,"[{'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'FillMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_DistributionChamberElementTypeInspectionChamber,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=INSPECTIONCHAMBER,"[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SoffitLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WithBackdrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'AccessLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AccessWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeInspectionPit,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=INSPECTIONPIT,"[{'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DistributionChamberElementTypeManhole,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=MANHOLE,"[{'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SoffitLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'IsShallow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasSteps', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WithBackdrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'AccessLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AccessWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeMeterChamber,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=METERCHAMBER,"[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_DistributionChamberElementTypeSump,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=SUMP,"[{'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DistributionChamberElementTypeTrench,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=TRENCH,"[{'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DistributionChamberElementTypeValveChamber,['IfcDistributionChamberElementType'],IfcDistributionChamberElementType.PredefinedType=VALVECHAMBER,"[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_DistributionFlowElementCommon,"['IfcDistributionFlowElement', 'IfcDistributionChamberElement', 'IfcEnergyConversionDevice', 'IfcFlowController', 'IfcFlowFitting', 'IfcFlowMovingDevice', 'IfcFlowSegment', 'IfcFlowStorageDevice', 'IfcFlowTerminal', 'IfcFlowTreatmentDevice']",,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_DistributionPortDuct,['IfcDistributionPort'],,"[{'property_name': 'PortNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'ConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctConnectionType', 'values': ['BEADEDSLEEVE', 'COMPRESSION', 'CRIMP', 'DRAWBAND', 'DRIVESLIP', 'FLANGED', 'OUTSIDESLEEVE', 'SLIPON', 'SOLDERED', 'SSLIP', 'STANDINGSEAM', 'SWEDGE', 'WELDED', 'OTHER', 'NONE', 'USERDEFINED', 'NOTDEFINED']}}]" +Pset_DistributionPortPipe,['IfcDistributionPort'],,"[{'property_name': 'PortNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'ConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PipeEndStyleTreatment', 'values': ['BRAZED', 'COMPRESSION', 'FLANGED', 'GROOVED', 'OUTSIDESLEEVE', 'SOLDERED', 'SWEDGE', 'THREADED', 'WELDED', 'OTHER', 'NONE', 'UNSET']}}]" +Pset_DoorCommon,['IfcDoor'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SecurityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Infiltration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}, {'property_name': 'GlazingAreaFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SelfClosing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SmokeStop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DoorWindowGlazingType,"['IfcDoor', 'IfcWindow']",,"[{'property_name': 'GlassLayers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure ', 'unit_type': 'None'}}, {'property_name': 'GlassThickness1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'GlassThickness2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'GlassThickness3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'FillGas', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GlassColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsTempered', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}, {'property_name': 'IsLaminated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}, {'property_name': 'IsCoated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}, {'property_name': 'IsWired', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}, {'property_name': 'Translucency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'Reflectivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'BeamRadiationTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'SolarHeatGainTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittanceSummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}, {'property_name': 'ThermalTransmittanceWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}]" +Pset_DoorWindowShadingType,"['IfcDoor', 'IfcWindow']",,"[{'property_name': 'ExternalShadingCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'InternalShadingCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'InsetShadingCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}]" +Pset_DrainageCatchment,['IfcSite'],,"[{'property_name': 'AreaDrained', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}]" +Pset_DrainageCulvert,['IfcSystem'],,"[{'property_name': 'InternalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DrainageOutfall,['IfcProxy'],,"[{'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DrainageReserve,['IfcSite'],,"[{'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_Draughting,"['IfcElement', 'IfcSpatialStructureElement']",,"[{'property_name': 'LayerName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Colour', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'RGB_Colour', 'complex_values': {'property_name': 'Red', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}}, {'instance': 'RGB_Colour', 'complex_values': {'property_name': 'Green', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}}, {'instance': 'RGB_Colour', 'complex_values': {'property_name': 'Blue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}}]}]" +Pset_DuctConnection,['IfcDistributionElement'],,"[{'property_name': 'ConnectionType', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcText', 'values': ['ANGLE', 'BEADEDSLEEVE', 'BRAZED', 'COMPRESSION', 'CRIMP', 'DRAWBAND', 'DRIVESLIP', 'FLANGED', 'OUTSIDESLEEVE', 'SLIPON', 'SOLDERED', 'SSLIP', 'STANDINGSEAM', 'SWEDGE', 'WELDED', 'NONE', 'NOTDEFINED'], 'unit_type': ['']}}]" +Pset_DuctDesignCriteria,['IfcSystem'],,"[{'property_name': 'DesignName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DuctSizingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctSizingMethod', 'values': ['CONSTANTFRICTION', 'CONSTANTPRESSURE', 'STATICREGAIN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'LeakageClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'FrictionLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'ScrapFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal ', 'unit_type': ['USERDEFINED']}}, {'property_name': 'DuctSealant', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MaximumVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': ['LINEARVELOCITYUNIT']}}, {'property_name': 'AspectRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal ', 'unit_type': ['USERDEFINED']}}, {'property_name': 'MinimumHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'MinimumWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DuctFittingPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'LossCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'AtmosphericPressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'AirFlowLeakage', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}]" +Pset_DuctFittingTypeCommon,['IfcDuctFittingType'],,"[{'property_name': 'SubType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MaterialThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'UnitWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': ['MASSPERLENGTHUNIT']}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalDiameterOrWidth', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'EndStyleTreatment', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcText', 'values': ['ANGLE', 'BEADEDSLEEVE', 'BRAZED', 'COMPRESSION', 'CRIMP', 'DRAWBAND', 'DRIVESLIP', 'FLANGED', 'OUTSIDESLEEVE', 'SLIPON', 'SOLDERED', 'SSLIP', 'STANDINGSEAM', 'SWEDGE', 'WELDED', 'NONE', 'NOTDEFINED'], 'unit_type': ['']}}]" +Pset_DuctSegmentPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'LossCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'AtmosphericPressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'LeakageCurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'FluidFlowLeakage', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}]" +Pset_DuctSegmentTypeCommon,['IfcDuctSegmentType'],,"[{'property_name': 'Shape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctSegmentShape', 'values': ['FLATOVAL', 'RECTANGULAR', 'ROUND', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MaterialThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'UnitWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'LongitudinalSeam', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDiameterOrWidth', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'EndStyleTreatment', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcText', 'values': ['ANGLE', 'BEADEDSLEEVE', 'BRAZED', 'COMPRESSION', 'CRIMP', 'DRAWBAND', 'DRIVESLIP', 'FLANGED', 'OUTSIDESLEEVE', 'SLIPON', 'SOLDERED', 'SSLIP', 'STANDINGSEAM', 'SWEDGE', 'WELDED', 'NONE', 'NOTDEFINED'], 'unit_type': ['']}}, {'property_name': 'Reinforcement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}]" +Pset_DuctSilencerPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'AirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '1', '2'], 'unit_type': ['PRESSUREUNIT']}}]" +Pset_DuctSilencerTypeCommon,['IfcDuctSilencerType'],,"[{'property_name': 'Shape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctSilencerShape', 'values': ['FLATOVAL', 'RECTANGULAR', 'ROUND', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HydraulicDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'AirFlowrateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'WorkingPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'HasExteriorInsulation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ElectricalCircuit,['IfcElectricalCircuit'],,"[{'property_name': 'Diversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'MaximumAllowedVoltageDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': ['ELECTRICVOLTAGEUNIT']}}, {'property_name': 'NetImpedance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': ['ELECTRICRESISTANCEUNIT']}}]" +Pset_ElectricalDeviceCommon,['IfcDistributionElement'],,"[{'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}, {'property_name': 'UsageCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}, {'property_name': 'NominalVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': ['0', '?'], 'unit_type': ['ELECTRICVOLTAGEUNIT']}}, {'property_name': 'ElectricalDeviceNominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'NumberOfPoles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'HasProtectiveEarth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalFrequencyRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': ['0', '?'], 'unit_type': ['FREQUENCYUNIT']}}, {'property_name': 'PhaseAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'IP_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'InsulationStandardClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InsulationStandardClass', 'values': ['Class0Appliance', 'Class0IAppliance', 'ClassIAppliance', 'ClassIIAppliance', 'ClassIIIAppliance', 'NotKnown', 'Unset']}}, {'property_name': 'PhaseReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_ElectricDistributionPointCommon,['IfcElectricDistributionPoint'],,"[{'property_name': 'IsMain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NumberOfDoors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'CaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'CaseWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'NumberOfOpenings', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_ElectricGeneratorTypeCommon,['IfcElectricGeneratorType'],,"[{'property_name': 'ElectricGeneratorEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'StartCurrentFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumPowerOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_ElectricHeaterTypeElectricalCableHeater,['IfcElectricHeaterType'],IfcElectricHeaterType.PredefinedType=ELECTRICCABLEHEATER,"[{'property_name': 'HeatOutputPerUnitLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_ElectricHeaterTypeElectricalMatHeater,['IfcElectricHeaterType'],IfcElectricHeaterType.PredefinedType=ELECTRICMATHEATER,"[{'property_name': 'HeatOutputPerUnitArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_ElectricHeaterTypeElectricalPointHeater,['IfcElectricHeaterType'],IfcElectricHeaterType.PredefinedType=ELECTRICPOINTHEATER,"[{'property_name': 'HeatOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_ElectricMotorTypeCommon,"['IFCELECTRICALDOMAIN/IfcElectricMotorType', 'IFCHVACDOMAIN/IfcFanType', 'IFCHVACDOMAIN/IfcPumpType']",,"[{'property_name': 'MotorEnclosureType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MotorEnclosureType', 'values': ['OpenDripProof', 'TotallyEnclosedAirOver', 'TotallyEnclosedFanCooled', 'TotallyEnclosedNonVentilated', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'IsGuarded', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasPartWinding', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FrameSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ElectricMotorEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'StartCurrentFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'LockedRotorCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}, {'property_name': 'MaximumPowerOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_ElementShading,['IfcElement'],,"[{'property_name': 'ShadingDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementShading', 'values': ['FIXED', 'MOVABLE', 'EXTERIOR', 'INTERIOR', 'OVERHANG', 'SIDEFIN', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'Azimuth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure ', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'Inclination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure ', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'TiltRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'values': ['?', '?'], 'unit_type': ['PLANEANGLEUNIT ']}}, {'property_name': 'AverageSolarTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'AverageVisibleTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'Reflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'Roughness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_EnergyConsumptionPHistoryElectricity,['IfcPerformanceHistory'],,"[{'property_name': 'Voltage', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCELECTRICVOLTAGEMEASURE']}}, {'property_name': 'RealPower', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'ReactivePower', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'ApparentPower', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'PowerFactor', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCRATIOMEASURE']}}, {'property_name': 'Current', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCELECTRICCURRENTMEASURE']}}]" +Pset_EnergyConsumptionPHistoryFuel,['IfcPerformanceHistory'],,"[{'property_name': 'Temperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'Pressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'Flowrate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCMASSFLOWRATEMEASURE']}}]" +Pset_EnergyConsumptionPHistorySteam,['IfcPerformanceHistory'],,"[{'property_name': 'Temperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'Pressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'Flowrate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCMASSFLOWRATEMEASURE']}}, {'property_name': 'Quality', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}]" +Pset_EnergyConversionDeviceCoil,['IfcEnergyConversionDevice'],,"[{'property_name': 'HasSoundAttentuation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_EnergyConversionDeviceSpaceHeaterPanel,['IfcEnergyConversionDevice'],RelatedEntityIs:IfcSpaceHeaterType.PredefinedType=PANELRADIATOR,"[{'property_name': 'NumberOfPanels', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': ['INTEGERCOUNTRATEUNIT']}}]" +Pset_EnergyConversionDeviceSpaceHeaterSectional,['IfcEnergyConversionDevice'],RelatedEntityIs:IfcSpaceHeaterType.PredefinedType=SECTIONALRADIATOR,"[{'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': ['INTEGERCOUNTRATEUNIT']}}]" +Pset_EvaporativeCoolerPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'WaterSumpTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'Effectiveness', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'SensibleHeatTransferRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'LatentHeatTransferRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'TotalHeatTransferRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'EffectivenessTable', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcReal', 'values': ['0', '1', '2'], 'unit_type': ['USERDEFINED']}}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '1', '2'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'WaterPressDropCurve', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '1', '2'], 'unit_type': ['PRESSUREUNIT']}}]" +Pset_EvaporativeCoolerTypeCommon,['IfcEvaporativeCoolerType'],,"[{'property_name': 'FlowArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporativeCoolerFlowArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatExchangeArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'HeatExchangerMediaMaterials', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_EvaporatorPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'HeatRejectionRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'ExteriorHeatTransferCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMALTRANSMITTANCEMEASURE']}}, {'property_name': 'InteriorHeatTransferCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMALTRANSMITTANCEMEASURE']}}, {'property_name': 'RefrigrerantFoulingResistance', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'EvaporatingTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'LogarithmicMeanTemperatureDifference', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'UAcurves', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'CompressorEvaporatorHeatGain', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE']}}, {'property_name': 'CompressorEvaporatorPressureDrop', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'EvaporatorMeanVoidFraction', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'WaterFoulingResistance', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}]" +Pset_EvaporatorTypeCommon,['IfcEvaporatorType'],,"[{'property_name': 'EvaporatorMediumType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporatorMediumType', 'values': ['COLDLIQUID', 'COLDAIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EvaporatorCoolant', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporatorCoolant', 'values': ['WATER', 'BRINE', 'GLYCOL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['CFC', 'HCFC', 'HFC', 'HYDROCARBONS', 'AMMONIA', 'CO2', 'H2O', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantType', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'ExternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'InternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'InternalRefrigerantVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'InternalWaterVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'NominalHeatTransferArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NominalHeatTransferCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}]" +Pset_FanPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'FanRotationSpeed', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCROTATIONALFREQUENCYMEASURE']}}, {'property_name': 'WheelTipSpeed', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCLINEARVELOCITYMEASURE']}}, {'property_name': 'FanEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'OverallEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'FanPowerRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'ShaftPowerRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}, {'property_name': 'PressureCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}, {'property_name': 'EfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}, {'property_name': 'DischargeVelocity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCLINEARVELOCITYMEASURE']}}, {'property_name': 'DischargePressureLoss', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'DrivePowerLoss', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}]" +Pset_FanTypeCommon,['IfcFanType'],,"[{'property_name': 'MotorDriveType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMotorConnectionType', 'values': ['DIRECTDRIVE', 'BELTDRIVE', 'COUPLING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanCapacityControlType', 'values': ['INLETVANE', 'VARIABLESPEEDDRIVE', 'BLADEPITCHANGLE', 'TWOSPEED', 'DISCHARGEDAMPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'WheelMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'HousingMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'NominalTotalPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'NominalStaticPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'NominalRotationSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': ['ROTATIONALFREQUENCYUNIT']}}, {'property_name': 'NominalPowerRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'OperationalCriteria', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_FanTypeSmokeControl,['IfcFanType'],,"[{'property_name': 'OperationalCriteria', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}, {'property_name': 'MaximumDesignTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'SmokeControlFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_FilterPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'CountedEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'WeightedEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'ParticleMassHolding', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCMASSMEASURE']}}]" +Pset_FilterTypeAirParticleFilter,['IfcFilterType'],IfcFilterType.PredefinedType=AIRPARTICLEFILTER,"[{'property_name': 'AirParticleFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterAirParticleFilterType', 'values': ['COARSEMETALSCREEN', 'COARSECELLFOAMS', 'COARSESPUNGLASS', 'MEDIUMELECTRETFILTER', 'MEDIUMNATURALFIBERFILTER', 'HEPAFILTER', 'ULPAFILTER', 'MEMBRANEFILTERS', 'RENEWABLEMOVINGCURTIANDRYMEDIAFILTER', 'ELECTRICALFILTER', 'ROLLFORM', 'ADHESIVERESERVOIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FrameMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MediaMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'SeparationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterAirParticleFilterSeparationType', 'values': ['BAG', 'PLEAT', 'TREADSEPARATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DustHoldingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'FaceSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'MediaExtendedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NominalCountedEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'NominalWeightedEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'PressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPressureMeasure', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['PRESSUREUNIT']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}, {'property_name': 'CountedEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}, {'property_name': 'WeightedEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['']}, {'instance': 'IfcReal', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['USERDEFINED']}]}]" +Pset_FilterTypeCommon,['IfcFilterType'],,"[{'property_name': 'MediaMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'InitialResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'FinalResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'FlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'NominalFilterFaceVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': ['LINEARVELOCITYUNIT']}}, {'property_name': 'NominalMediaSurfaceVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': ['LINEARVELOCITYUNIT']}}, {'property_name': 'NominalPressureDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'NominalFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'NominalParticleGeometricMeanDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalParticleGeometricStandardDeviation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}]" +Pset_FireRatingProperties,"['IfcSpatialStructureElement', 'IfcElement']",,"[{'property_name': 'FireResistanceRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsCombustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeBreechingInlet,['IfcFireSuppressionTerminalType'],IfcFireSuppressionTerminalType.PredefinedType=BREECHINGINLET,"[{'property_name': 'BreechingInletType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BreechingInletType', 'values': ['TWOWAY', 'FOURWAY', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'InletDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OutletDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CouplingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BreechingInletCouplingType', 'values': ['INSTANTANEOUS_FEMALE', 'INSTANTANEOUS_MALE', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'HasCaps', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_FireSuppressionTerminalTypeFireHydrant,['IfcFireSuppressionTerminalType'],IfcFireSuppressionTerminalType.PredefinedType=FIREHYDRANT,"[{'property_name': 'FireHydrantType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireHydrantType', 'values': ['DryBarrel', 'WetBarrel', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'PumperConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NumberOfHoseConnections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'HoseConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DischargeFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'FlowClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WaterIsPotable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PressureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'BodyColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'CapColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeHoseReel,['IfcFireSuppressionTerminalType'],IfcFireSuppressionTerminalType.PredefinedType=HOSEREEL,"[{'property_name': 'HoseReelType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseReelType', 'values': ['Rack', 'Reel', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'HoseReelMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseReelMountingType', 'values': ['Cabinet_Recessed', 'Cabinet_SemiRecessed', 'Surface', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HoseDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HoseLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HoseNozzleType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseNozzleType', 'values': ['Fog', 'StraightStream', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'ClassOfService', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ClassificationAuthority', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeSprinkler,['IfcFireSuppressionTerminalType'],IfcFireSuppressionTerminalType.PredefinedType=SPRINKLER,"[{'property_name': 'SprinklerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerType', 'values': ['Ceiling', 'Concealed', 'Cut-off', 'Pendant', 'RecessedPendant', 'Sidewall', 'Upright', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'Activation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerActivation', 'values': ['Bulb', 'FusibleSolder', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'Response', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerResponse', 'values': ['Quick', 'Standard']}}, {'property_name': 'ActivationTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'HasDeflector', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'BulbLiquidColor', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerBulbLiquidColor', 'values': ['Orange', 'Red', 'Yellow', 'Green', 'Blue', 'Mauve', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'DischargeFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'ResidualFlowingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'DischargeCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumWorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'FrameMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'DeflectorMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_FlowControllerDamper,['IfcFlowController'],,"[{'property_name': 'SizingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperSizingMethod', 'values': ['NOMINAL', 'EXACT', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowControllerFlowMeter,['IfcFlowController'],,"[{'property_name': 'Purpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FlowMeterPurpose', 'values': ['MASTER', 'SUBMASTER', 'SUBMETER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowFittingDuctFitting,['IfcFlowFitting'],,"[{'property_name': 'AbsoluteRoughnessFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HasLiner', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FlowFittingPipeFitting,['IfcFlowFitting'],,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FlowInstrumentTypePressureGauge,['IfcFlowInstrumentType'],IfcFlowInstrumentType.PredefinedType=PRESSUREGAUGE,"[{'property_name': 'PressureGaugeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PressureGaugeType', 'values': ['Dial', 'Digital', 'Manometer', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'DisplaySize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_FlowInstrumentTypeThermometer,['IfcFlowInstrumentType'],IfcFlowInstrumentType.PredefinedType=THERMOMETER,"[{'property_name': 'ThermometerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ThermometerType', 'values': ['Dial', 'Digital', 'Stem', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'DisplaySize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_FlowMeterTypeCommon,['IfcFlowMeterType'],,"[{'property_name': 'ReadOutType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MeterReadOutType', 'values': ['DIAL', 'DIGITAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RemoteReading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsMain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeEnergyMeter,['IfcFlowMeterType'],IfcFlowMeterType.PredefinedType=ENERGYMETER,"[{'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_FlowMeterTypeGasMeter,['IfcFlowMeterType'],IfcFlowMeterType.PredefinedType=GASMETER,"[{'property_name': 'GasType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GasType', 'values': ['COMMERCIALBUTANE', 'COMMERCIALPROPANE', 'LIQUEFIEDPETROLEUMGAS', 'NATURALGAS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure ', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'MaximumPressureLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_FlowMeterTypeOilMeter,['IfcFlowMeterType'],IfcFlowMeterType.PredefinedType=OILMETER,"[{'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure ', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_FlowMeterTypeWaterMeter,['IfcFlowMeterType'],IfcFlowMeterType.PredefinedType=WATERMETER,"[{'property_name': 'Type', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WaterMeterType', 'values': ['COMPOUND', 'INFERENTIAL', 'PISTON', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure ', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'MaximumPressureLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'BackflowPreventerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackflowPreventerType', 'values': ['NONE', 'ATMOSPHERICVACUUMBREAKER', 'ANTISIPHONVALVE', 'DOUBLECHECKBACKFLOWPREVENTER', 'PRESSUREVACUUMBREAKER', 'REDUCEDPRESSUREBACKFLOWPREVENTER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowMovingDeviceCompressor,['IfcFlowMovingDevice'],,"[{'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_FlowMovingDeviceFan,['IfcFlowMovingDevice'],,"[{'property_name': 'DischargeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanDischargeType', 'values': ['DUCT', 'SCREEN', 'LOUVER', 'DAMPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ApplicationOfFan', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanApplicationType', 'values': ['SUPPLY', 'RETURN', 'EXHAUST', 'COOLINGTOWER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanCoilPosition', 'values': ['DRAWTHROUGH', 'BLOWTHROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MotorPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMotorPosition', 'values': ['INAIRSTREAM', 'OUTOFAIRSTREAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FanMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMountingType', 'values': ['MANUFACTUREDCURB', 'FIELDERECTEDCURB', 'CONCRETEPAD', 'SUSPENDED', 'WALLMOUNTED', 'DUCTMOUNTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FractionOfMotorHeatToAirStream', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_FlowMovingDeviceFanCentrifugal,['IfcFlowMovingDevice'],"RelatedEntityIs:IfcFanType.PredefinedType=CENTRIFUGALFORWARDCURVED, CENTRIFUGALRADIAL, CENTRIFUGALBACKWARDINCLINEDCURVED, CENTRIFUGALAIRFOIL.","[{'property_name': 'DischargePosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanDischargePosition', 'values': ['TOPHORIZONTAL', 'TOPANGULARDOWN', 'TOPANGULARUP', 'DOWNBLAST', 'BOTTOMANGULARDOWN', 'BOTTOMHORIZONTAL', 'BOTTOMANGULARUP', 'UPBLAST', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DirectionOfRotation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanRotation', 'values': ['CLOCKWISE', 'COUNTERCLOCKWISE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Arrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanArrangement', 'values': ['ARRANGEMENT1', 'ARRANGEMENT2', 'ARRANGEMENT3', 'ARRANGEMENT4', 'ARRANGEMENT7', 'ARRANGEMENT8', 'ARRANGEMENT9', 'ARRANGEMENT10', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowMovingDevicePump,['IfcFlowMovingDevice'],,"[{'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BaseType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PumpBaseType', 'values': ['FRAME', 'BASE', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DriveConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PumpDriveConnectionType', 'values': ['DIRECTDRIVE', 'BELTDRIVE', 'COUPLING', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowSegmentDuctSegment,['IfcFlowSegment'],,"[{'property_name': 'MaterialThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HasLiner', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FlowSegmentPipeSegment,['IfcFlowSegment'],,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Gradient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InvertElevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_FlowStorageDeviceTank,['IfcFlowStorageDevice'],,"[{'property_name': 'TankComposition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankComposition', 'values': ['COMPLEX', 'ELEMENT', 'PARTIAL', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasLadder', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasVisualIndicator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FlowTerminalAirTerminal,['IfcFlowTerminal'],,"[{'property_name': 'AirflowType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalAirflowType', 'values': ['SUPPLYAIR', 'RETURNAIR', 'EXHAUSTAIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Location', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalLocation', 'values': ['SIDEWALLHIGH', 'SIDEWALLLOW', 'CEILINGPERIMETER', 'CEILINGINTERIOR', 'FLOOR', 'SILL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FurnitureTypeChair,['IfcFurnitureType'],,"[{'property_name': 'SeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HighestSeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LowestSeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_FurnitureTypeCommon,['IfcFurnitureType'],,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Style', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'MainColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FurnitureTypeDesk,['IfcFurnitureType'],,"[{'property_name': 'WorksurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}]" +Pset_FurnitureTypeFileCabinet,['IfcFurnitureType'],,"[{'property_name': 'WithLock', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FurnitureTypeTable,['IfcFurnitureType'],,"[{'property_name': 'WorksurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NumberOfChairs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_GasTerminalPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'GasFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}]" +Pset_GasTerminalTypeCommon,['IfcGasTerminalType'],,"[{'property_name': 'GasFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_GasTerminalTypeGasAppliance,['IfcGasTerminalType'],IfcGasTerminalType.PredefinedType=GASAPPLIANCE,"[{'property_name': 'GasApplianceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GasApplianceType', 'values': ['GASFIRE', 'GASCOOKER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlueType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FlueType', 'values': ['BALANCEDFLUE', 'FLUED', 'FLUELESS', 'OPENFLUED', 'ROOMSEALED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_GasTerminalTypeGasBurner,['IfcGasTerminalType'],IfcGasTerminalType.PredefinedType=GASBURNER,"[{'property_name': 'GasBurnerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GasBurnerType', 'values': ['FORCEDDRAFT', 'NATURALDRAFT', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_HeatExchangerTypeCommon,['IfcHeatExchangerType'],,"[{'property_name': 'Arrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HeatExchangerArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'MULTIPASS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ShellMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_HeatExchangerTypePlate,['IfcHeatExchangerType'],IfcHeatExchangerType.PredefinedType=PLATE,"[{'property_name': 'NumberOfPlates', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_HumidifierPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'AtmosphericPressure', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'SaturationEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'SaturationEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['USERDEFINED']}, {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}]}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPressureMeasure', 'values': ['1', '2', '3', '4', '5'], 'unit_type': ['PRESSUREUNIT']}, {'instance': 'IfcVolumetricFlowRateMeasure', 'values': ['0', '0', '0', '0', '0'], 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}]}]" +Pset_HumidifierTypeCommon,['IfcHumidifierType'],,"[{'property_name': 'Application', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HumidifierApplication', 'values': ['PORTABLE', 'FIXED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'NominalMoistureGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'unit_type': ['MASSFLOWRATEUNIT']}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'InternalControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HumidifierInternalControl', 'values': ['ONOFF', 'STEPPED', 'MODULATING', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_LampTypeCommon,['IfcLampType'],,"[{'property_name': 'ContributedLuminousFlux', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLuminousFluxMeasure', 'unit_type': ['LUMINOUSFLUXUNIT']}}, {'property_name': 'LightEmitterNominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'LampMaintenanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'LampBallastType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LampBallastType', 'values': ['Conventional', 'Electronic', 'LowLoss', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'LampCompensationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LampCompensationType', 'values': ['Capacitive', 'Inductive', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'ColorAppearance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Spectrum', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcNumericMeasure', 'values': ['x1', 'x2', 'x3'], 'unit_type': ['UNSPECIFIED']}, {'instance': 'IfcNumericMeasure', 'values': ['y1', 'y2', 'y3'], 'unit_type': ['UNSPECIFIED']}]}, {'property_name': 'ColorTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'ColorRenderingIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_LightFixtureTypeCommon,['IfcLightFixtureType'],,"[{'property_name': 'NumberOfSources', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'TotalWattage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'LightFixtureMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixtureMountingType', 'values': ['CableSpanned', 'FreeStanding', 'Pole_Side', 'Pole_Top', 'Recessed', 'Surface', 'Suspended', 'TrackMounted', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'LightFixturePlacingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixturePlacingType', 'values': ['Ceiling', 'Floor', 'Furniture', 'Pole', 'Wall', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'MaintenanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ManufacturersSpecificInformation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ArticleNumber', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcClassificationReference'}}]" +Pset_LightFixtureTypeExitSign,['IfcLightFixtureType'],,"[{'property_name': 'MinimumTextHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SelfTestFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SelfTestType', 'values': ['Central', 'Local', 'None', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'BackupSupplySystem', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackupSupplySystemType', 'values': ['LocalBattery', 'CentralBattery', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'PictogramEscapeDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PictogramEscapeDirectionType', 'values': ['RightArrow', 'LeftArrow', 'DownArrow', 'UpArrow', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'Addressablility', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AddressabilityType', 'values': ['Implemented', 'UpgradeableTo', 'NotImplemented', 'Other', 'NotKnown', 'Unset']}}]" +Pset_LightFixtureTypeThermal,['IfcLightFixtureType'],,"[{'property_name': 'MaximumPlenumSensibleLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'MaximumSpaceSensibleLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'SensibleLoadToRadiant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_ManufacturerOccurrence,['IfcElement'],,"[{'property_name': 'AcquisitionDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate'}}, {'property_name': 'BarCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SerialNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BatchReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_ManufacturerTypeInformation,['IfcElement'],,"[{'property_name': 'ArticleNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ModelReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ModelLabel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Manufacturer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ProductionYear', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MemberCommon,['IfcMember'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MultiStateInput,['IfcDistributionControlElement'],,"[{'property_name': 'NumberOfStates', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'StateText', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcText', 'values': [], 'unit_type': ['']}}, {'property_name': 'AlarmValues', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': ['']}}, {'property_name': 'EventEnable', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetEventEnableType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NotifyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetNotifyType', 'values': ['Alarm', 'Event', 'AcknowledgeNotification', 'Other', 'NotKnown', 'Unset']}}]" +Pset_MultiStateOutput,['IfcDistributionControlElement'],,"[{'property_name': 'NumberOfStates', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'StateText', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcText', 'values': [], 'unit_type': ['']}}, {'property_name': 'AlarmValues', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': ['']}}, {'property_name': 'EventEnable', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetEventEnableType', 'values': ['To-OffNormal', 'To-Fault', 'To-Normal', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NotifyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BACnetNotifyType', 'values': ['Alarm', 'Event', 'AcknowledgeNotification', 'Other', 'NotKnown', 'Unset']}}]" +Pset_OpeningElementCommon,['IfcOpeningElement'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Purpose', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ProtectedOpening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}, {'property_name': 'ParallelJambs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}]" +Pset_OutletTypeCommon,['IfcOutletType'],,"[{'property_name': 'IsPluggableOutlet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}]" +Pset_OutsideDesignCriteria,['IfcBuilding'],,"[{'property_name': 'HeatingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'HeatingWetBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'HeatingDesignDay', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate '}}, {'property_name': 'CoolingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CoolingWetBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CoolingDesignDay', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate '}}, {'property_name': 'WeatherDataStation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WeatherDataDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate '}}, {'property_name': 'BuildingThermalExposure', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BuildingThermalExposure', 'values': ['LIGHT', 'MEDIUM', 'HEAVY', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PrevailingWindDirection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'PrevailingWindVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': ['LINEARVELOCITYUNIT']}}]" +Pset_PackingInstructions,['IfcProduct'],,"[{'property_name': 'PackingCareType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PackingCareType', 'values': ['Fragile', 'HandleWithCare', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'WrappingMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'ContainerMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'SpecialInstructions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_Permit,['IfcPermit'],,"[{'property_name': 'PermitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PermitType', 'values': ['Access', 'Work', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'EscortRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'StartDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate'}}, {'property_name': 'PermitDuration', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcDateAndTime'}}, {'property_name': 'StartTime', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcLocalTime'}}, {'property_name': 'EndTime', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcLocalTime'}}, {'property_name': 'SpecialRequirements', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_PipeConnection,['IfcDistributionElement'],,"[{'property_name': 'ConnectionType', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': ['BRAZED', 'COMPRESSION', 'FLANGED', 'GLANDJOINT', 'FLEXIBLEBOLTEDGLANDJOINT', 'FLEXIBLEBOLTEDGLANDJOINTWITHANODEENDCAP', 'GROOVED', 'SOLDERED', 'SOLDERED_FEMALE', 'SOLDERED_MALE', 'SWEDGE', 'THREADED', 'THREADED_FEMALE', 'THREADED_MALE', 'WELDED', 'WELDED_BUTT', 'WELDED_BRANCH', 'WELDED_FLANGE', 'NONE', 'NOTDEFINED'], 'unit_type': ['']}}]" +Pset_PipeConnectionFlanged,['IfcDistributionElement'],,"[{'property_name': 'FlangeTable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlangeStandard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BoreSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'FlangeDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'FlangeThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NumberOfBoltholes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'BoltSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BoltholePitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_PipeFittingPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'LossCoefficient', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCREAL']}}, {'property_name': 'FlowrateLeakage', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}]" +Pset_PipeFittingTypeCommon,['IfcPipeFittingType'],,"[{'property_name': 'SubType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'UnitWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InnerDiameter', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OuterDiameter', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'EndStyleTreatment', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': ['FLANGED', 'GROOVED', 'THREADED', 'NONE', 'NOTDEFINED'], 'unit_type': ['']}}, {'property_name': 'FittingLossFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_PipeSegmentPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'LeakageCurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'FluidFlowLeakage', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}]" +Pset_PipeSegmentTypeCommon,['IfcPipeSegmentType'],,"[{'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'UnitWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InnerDiameter', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OuterDiameter', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': ['0', '1', '2'], 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'EndStyleTreatment', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': ['FLANGED', 'GROOVED', 'THREADED', 'NONE', 'NOTDEFINED'], 'unit_type': ['']}}]" +Pset_PipeSegmentTypeGutter,['IfcPipeSegmentType'],IfcPipeSegmentType.PredefinedType=GUTTER,"[{'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure ', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'FlowRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_PlateCommon,['IfcPlate'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}]" +Pset_PrecastConcreteElementGeneral,"['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\n']",,"[{'property_name': 'TypeDesignator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ProductionLotId', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SerialNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ElementWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'ElementGrossVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'ElementNetVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'CornerChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ManufacturingToleranceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FormStrippingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure ', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'LiftingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure ', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'ReleaseStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure ', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'MinimumAllowableSupportLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InitialTension', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure ', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TendonRelaxation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransportationStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure ', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'SupportDuringTransportDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SupportDuringTransportDocReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'HollowCorePlugging', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProductRequirements,['IfcProduct'],,"[{'property_name': 'Name', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Category', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GroupName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Classification', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcClassificationReference'}}, {'property_name': 'DemandValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DemandThresholdValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DemandImportanceValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SupplyEvaluationValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GapValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GapValueWeighted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProjectCommon,['IfcProject'],,"[{'property_name': 'ConstructionMode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BuildingPermitId', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'GrossAreaPlanned', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}]" +Pset_ProjectionElementShadingDevicePHistory,['IfcPerformanceHistory'],,"[{'property_name': 'TiltAngle', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeriesValue', 'unit_type': ['IFCPLANEANGLEMEASURE']}}, {'property_name': 'Azimuth', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeriesValue', 'unit_type': ['IFCPLANEANGLEMEASURE']}}]" +Pset_ProjectOrderChangeOrder,['IfcProjectOrder'],IfcProjectOrder.PredefinedType=CHANGEORDER,"[{'property_name': 'ChangeDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ReasonForChange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'BudgetSource', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderMaintenanceWorkOrder,['IfcProjectOrder'],IfcProjectOrder.PredefinedType=MAINTENANCEWORKORDER,"[{'property_name': 'ProductDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ShortJobDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'LongJobDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WorkTypeRequested', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ContractualType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IfNotAccomplished', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'MaintenaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MaintenanceType', 'values': ['ConditionBased', 'Corrective', 'PlannedCorrective', 'Scheduled', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'FaultPriorityType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PriorityType', 'values': ['High', 'Medium', 'Low', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'LocationPriorityType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PriorityType', 'values': ['High', 'Medium', 'Low', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'ScheduledFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_ProjectOrderMoveOrder,['IfcProjectOrder'],IfcProjectOrder.PredefinedType=MOVEORDER,"[{'property_name': 'MoveDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SpecialInstructions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderPurchaseOrder,['IfcProjectOrder'],IfcProjectOrder.PredefinedType=PURCHASEORDER,"[{'property_name': 'IsFOB', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShipMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderWorkOrder,['IfcProjectOrder'],IfcProjectOrder.PredefinedType=WORKORDER,"[{'property_name': 'ProductDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ShortJobDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'LongJobDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WorkTypeRequested', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ContractualType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IfNotAccomplished', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_PropertyAgreement,['IfcSpatialStructureElement'],,"[{'property_name': 'AgreementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PropertyAgreementType', 'values': ['Assignment', 'Lease', 'Tenant', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'Identifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Version', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'VersionDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate'}}, {'property_name': 'PropertyName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CommencementDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate'}}, {'property_name': 'TerminationDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate'}}, {'property_name': 'Duration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}, {'property_name': 'Options', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ConditionCommencement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Restrictions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ConditionTermination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeCircuitBreaker,['IfcProtectiveDeviceType'],IfcProtectiveDeviceType.PredefinedType=CIRCUITBREAKER,"[{'property_name': 'CircuitBreakerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CircuitBreakerType', 'values': ['ACB', 'MCB', 'MCCB', 'Vacuum', 'Other', 'NotKnown', 'Unset\n']}}]" +Pset_ProtectiveDeviceTypeCommon,['IfcProtectiveDeviceType'],,"[{'property_name': 'RatedShortCircuitCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}, {'property_name': 'CutOffCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}, {'property_name': 'MaximumRatedVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricVoltageMeasure', 'unit_type': ['ELECTRICVOLTAGEUNIT']}}, {'property_name': 'LimitingTerminalSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'SwitchingDuty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'CharacteristicTripCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': ' IfcElectricCurrentMeasure', 'values': ['x1', 'x2', 'x3'], 'unit_type': ['ELECTRICCURRENTUNIT']}, {'instance': 'IfcTimeMeasure', 'values': ['0', '1', '2'], 'unit_type': ['TIMEUNIT']}]}, {'property_name': 'ProtectiveTagType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StandardUsed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeEarthFailureDevice,['IfcProtectiveDeviceType'],IfcProtectiveDeviceType.PredefinedType=EARTHFAILUREDEVICE,"[{'property_name': 'EarthFailureDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EarthFailureDeviceType', 'values': ['Standard', 'TimeDelayed', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}]" +Pset_ProtectiveDeviceTypeFuseDisconnector,['IfcProtectiveDeviceType'], IfcProtectiveDeviceType.PredefinedType=FUSEDISCONNECTOR,"[{'property_name': 'FuseDisconnectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FuseDisconnectorType', 'values': ['EngineProtectionDevice', 'FusedSwitch', 'HRC', 'OverloadProtectionDevice', 'SwitchDisconnectorFuse', 'Other', 'NotKnown', 'Unset']}}]" +Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker,['IfcProtectiveDeviceType'],IfcProtectiveDeviceType.PredefinedType=RESIDUALCURRENTCIRCUITBREAKER,"[{'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}]" +Pset_ProtectiveDeviceTypeResidualCurrentSwitch,['IfcProtectiveDeviceType'],IfcProtectiveDeviceType.PredefinedType=RESIDUALCURRENTSWITCH,"[{'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}]" +Pset_ProtectiveDeviceTypeVaristor,['IfcProtectiveDeviceType'],IfcProtectiveDeviceType.PredefinedType=VARISTOR,"[{'property_name': 'VaristorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VaristorType', 'values': ['MetalOxide', 'ZincOxide', 'Other', 'NotKnown', 'Unset']}}]" +Pset_PumpPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'MechanicalEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'OverallEfficiency', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'PressureRise', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}, {'property_name': 'RotationSpeed', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCROTATIONALFREQUENCYMEASURE']}}, {'property_name': 'Flowrate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'Power', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOWERMEASURE']}}]" +Pset_PumpTypeCommon,['IfcPumpType'],,"[{'property_name': 'FlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'values': ['0', '?'], 'unit_type': ['MASSFLOWRATEUNIT']}}, {'property_name': 'FlowResistanceRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CasingMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'ImpellerMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'ImpellerSealMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['0', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'NetPositiveSuctionHead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'NominalRotationSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': ['ROTATIONALFREQUENCYUNIT']}}]" +Pset_QuantityTakeOff,['IfcElement'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'LayerQuantity', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'QTO_Layer', 'complex_values': {'property_name': 'MaterialLayer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}}, {'instance': 'QTO_Layer', 'complex_values': {'property_name': 'LocalContext', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}}]}, {'property_name': 'LocalContext', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_RailingCommon,['IfcRailing'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_RampCommon,['IfcRamp'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'RequiredHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'RequiredSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_RampFlightCommon,['IfcRampFlight'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Headroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}]" +Pset_ReinforcementBarCountOfIndependentFooting,['IfcFooting'],,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'XDirectionLowerBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YDirectionLowerBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'XDirectionUpperBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YDirectionUpperBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfBeam,['IfcBeam'],,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StirrupBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SpacingBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ReinforcementBarPitchOfColumn,['IfcColumn'],,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementBarType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ReinforcementBarType', 'values': ['RING', 'SPIRAL', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'HoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'XDirectionTieHoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'XDirectionTieHoopCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YDirectionTieHoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'YDirectionTieHoopCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfContinuousFooting,['IfcFooting'],,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CrossingUpperBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CrossingLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ReinforcementBarPitchOfSlab,['IfcSlab'],,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LongOutsideTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LongInsideCenterTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LongInsideEndTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ShortOutsideTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ShortInsideCenterTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ShortInsideEndTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LongOutsideLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LongInsideCenterLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'LongInsideEndLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ShortOutsideLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ShortInsideCenterLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ShortInsideEndLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ReinforcementBarPitchOfWall,['IfcWall'],,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BarAllocationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ReinforcementBarAllocationType', 'values': ['SINGLE', 'DOUBLE', 'ALTERNATE', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'VerticalBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HorizontalBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SpacingBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ReinforcingBarBendingsBECCommon,"['IfcReinforcingBar', 'IfcReinforcingMesh']",,"[{'property_name': 'BECBarShapeCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BECCuttingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_a', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_b', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_c', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_d', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_e', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_f', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_g', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_h', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_i', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_j', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_k', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeParameter_l', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECBendingParameter_u', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'BECBendingParameter_v', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'BECBendingParameter_u1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'BECBendingParameter_v1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'BECShapeAid_x', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECShapeAid_y', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BECRollerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ReinforcingBarBendingsBS8666Common,['IfcReinforcingBar'],,"[{'property_name': 'BS8666ShapeCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BS8666ShapeParameter_A', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BS8666ShapeParameter_B', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BS8666ShapeParameter_C', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BS8666ShapeParameter_D', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BS8666ShapeParameter_E', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BS8666ShapeParameter_r', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ReinforcingBarBendingsDIN135610Common,['IfcReinforcingBar'],,"[{'property_name': 'DIN135610ShapeCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DIN135610ShapeParameter_a', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DIN135610ShapeParameter_b', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DIN135610ShapeParameter_c', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DIN135610ShapeParameter_d', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DIN135610ShapeParameter_e', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DIN135610ShapeParameter_z', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ReinforcingBarBendingsISOCD3766Common,['IfcReinforcingBar'],,"[{'property_name': 'ISOCD3766ShapeCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ISOCD3766ShapeParameter_a', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ISOCD3766ShapeParameter_b', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ISOCD3766ShapeParameter_c', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ISOCD3766ShapeParameter_d', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ISOCD3766ShapeParameter_e', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ISOCD3766ShapeParameter_R', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ISOCD3766BendingStartHook', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}, {'property_name': 'ISOCD3766BendingEndHook', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}]" +Pset_Reliability,['IfcProduct'],,"[{'property_name': 'MeanTimeBetweenFailure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_Risk,['IfcObject'],,"[{'property_name': 'RiskType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskType', 'values': ['Business', 'Hazard', 'HealthAndSafety', 'Insurance', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NatureOfRisk', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SubNatureOfRisk1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SubNatureOfRisk2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RiskCause', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'AssessmentOfRisk', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskAssessment', 'values': ['AlmostCertain', 'VeryLikely', 'Likely', 'VeryPossible', 'Possible', 'SomewhatPossible', 'Unlikely', 'VeryUnlikely', 'Rare', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'RiskConsequence', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskConsequence', 'values': ['Catastrophic', 'Severe', 'Major', 'Considerable', 'Moderate', 'Some', 'Minor', 'VeryLow', 'Insignificant', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'RiskRating', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['Critical', 'VeryHigh', 'High', 'Considerable', 'Moderate', 'Some', 'Low', 'VeryLow', 'Insignificant', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'RiskOwner', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskOwner', 'values': ['Designer', 'Specifier', 'Constructor', 'Installer', 'Maintainer', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'AffectsSurroundings', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PreventiveMeassures', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcText', 'values': [], 'unit_type': ['']}}]" +Pset_RoofCommon,['IfcRoof'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ProjectedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'TotalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}]" +Pset_SanitaryTerminalTypeBath,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=BATH,"[{'property_name': 'BathType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BathType', 'values': ['Domestic', 'DomesticCorner', 'Foot', 'Jacuzzi', 'Plunge', 'Sitz', 'Treatment', 'Whirlpool', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MaterialThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HasGrabHandles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeBidet,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=BIDET,"[{'property_name': 'BidetMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BackToWall', 'Pedestal', 'CounterTop', 'WallHung', 'NotKnown', 'Unset']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SanitaryTerminalTypeCistern,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=CISTERN,"[{'property_name': 'CisternHeight', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CisternHeight', 'values': ['HighLevel', 'LowLevel', 'None', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'CisternCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'IsSingleFlush', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FlushType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FlushType', 'values': ['Lever', 'Pull', 'Push', 'Sensor', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'FlushRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'values': ['?', '?'], 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'IsAutomaticFlush', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'CisternMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'CisternColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeSanitaryFountain,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=SANITARYFOUNTAIN,"[{'property_name': 'FountainType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FountainType', 'values': ['DrinkingWater', 'Eyewash', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BackToWall', 'Pedestal', 'CounterTop', 'WallHung', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SanitaryTerminalTypeShower,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=SHOWER,"[{'property_name': 'ShowerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ShowerType', 'values': ['Drench', 'Individual', 'Tunnel', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'HasTray', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MaterialThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ShowerHeadDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SanitaryTerminalTypeSink,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=SINK,"[{'property_name': 'SinkType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SinkType', 'values': ['Belfast', 'Bucket', 'Cleaners', 'Combination_Left', 'Combination_Right', 'Combination_Double', 'Drip', 'Laboratory', 'London', 'Plaster', 'Pot', 'Rinsing', 'Shelf', 'VegetablePreparation', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'SinkMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BackToWall', 'Pedestal', 'CounterTop', 'WallHung', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SanitaryTerminalTypeToiletPan,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=TOILETPAN,"[{'property_name': 'ToiletType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToiletType', 'values': ['BedPanWasher', 'Chemical', 'CloseCoupled', 'LooseCoupled', 'SlopHopper', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'ToiletPanType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToiletPanType', 'values': ['Siphonic', 'Squat', 'WashDown', 'WashOut', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'PanMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BackToWall', 'Pedestal', 'CounterTop', 'WallHung', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'PanMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'PanColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SanitaryTerminalTypeUrinal,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=URINAL,"[{'property_name': 'UrinalType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UrinalType', 'values': ['Bowl', 'Slab', 'Stall', 'Trough', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'UrinalMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'UrinalColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SanitaryTerminalTypeWashHandBasin,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=WASHHANDBASIN,"[{'property_name': 'WashHandBasinType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WashHandBasinType', 'values': ['DentalCuspidor', 'HandRinse', 'Hospital', 'Tipup', 'Washfountain', 'WashingTrough', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'WashHandBasinMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BackToWall', 'Pedestal', 'CounterTop', 'WallHung', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SanitaryTerminalTypeWCSeat,['IfcSanitaryTerminalType'],IfcSanitaryTerminalType.PredefinedType=WCSEAT,"[{'property_name': 'SeatType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToiletSeatType', 'values': ['Extension', 'Inset', 'OpenFrontSeat', 'RingSeat', 'SelfRaising', 'None', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'SeatHasCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SeatMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'SeatColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_SensorTypeCO2Sensor,['IfcSensorType'],IfcSensorType.PredefinedType=CO2SENSOR,"[{'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'WashHandBasinSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CO2SensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': ['?', '?'], 'unit_type': 'None'}}, {'property_name': 'AccuracyOfCO2Sensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypeFireSensor,['IfcSensorType'],IfcSensorType.PredefinedType=FIRESENSOR,"[{'property_name': 'FireSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'AccuracyOfFireSensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypeGasSensor,['IfcSensorType'],IfcSensorType.PredefinedType=GASSENSOR,"[{'property_name': 'GasDetected', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GasSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'GasSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': ['0', '?'], 'unit_type': 'None'}}, {'property_name': 'AccuracyOfGasSensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypeHeatSensor,['IfcSensorType'],IfcSensorType.PredefinedType=HEATSENSOR,"[{'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'HeatSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'HeatSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['?', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'HeatSensorAccuracy', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypeHumiditySensor,['IfcSensorType'],IfcSensorType.PredefinedType=HUMIDITYSENSOR,"[{'property_name': 'HumiditySetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HumiditySensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': ['0', '?'], 'unit_type': 'None'}}, {'property_name': 'AccuracyOfHumiditySensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypeLightSensor,['IfcSensorType'],IfcSensorType.PredefinedType=LIGHTSENSOR,"[{'property_name': 'LightSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'unit_type': ['ILLUMINANCEUNIT']}}, {'property_name': 'LightSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'values': ['?', '?'], 'unit_type': ['ILLUMINANCEUNIT']}}, {'property_name': 'LightSensorAccuracy', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'unit_type': ['ILLUMINANCEUNIT']}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypeMovementSensor,['IfcSensorType'],IfcSensorType.PredefinedType=MOVEMENTSENSOR,"[{'property_name': 'MovementSensingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MovementSensingType', 'values': ['PhotoElectricCell', 'PressurePad', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypePressureSensor,['IfcSensorType'],IfcSensorType.PredefinedType=PRESSURESENSOR,"[{'property_name': 'PressureSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'PressureSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': ['0', '?'], 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'AccuracyOfPressureSensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}, {'property_name': 'IsSwitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SensorTypeSmokeSensor,['IfcSensorType'],IfcSensorType.PredefinedType=SMOKESENSOR,"[{'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'PressureSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SmokeSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': ['0', '?'], 'unit_type': 'None'}}, {'property_name': 'AccuracyOfSmokeSensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}, {'property_name': 'HasBuiltInAlarm', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SensorTypeSoundSensor,['IfcSensorType'],IfcSensorType.PredefinedType=SOUNDSENSOR,"[{'property_name': 'SoundSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSoundPressureMeasure', 'unit_type': ['SOUNDPRESSUREUNIT']}}, {'property_name': 'SoundSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcSoundPressureMeasure', 'values': ['?', '?'], 'unit_type': ['SOUNDPRESSUREUNIT']}}, {'property_name': 'SoundSensorAccuracy', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSoundPressureMeasure', 'unit_type': ['SOUNDPRESSUREUNIT']}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SensorTypeTemperatureSensor,['IfcSensorType'],IfcSensorType.PredefinedType=TEMPERATURESENSOR,"[{'property_name': 'TemperatureSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TemperatureSensorType', 'values': ['HighLimit', 'LowLimit', 'OutsideTemperature', 'OperatingTemperature', 'RoomTemperature', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'TemperatureSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'TemperatureSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': ['?', '?'], 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'AccuracyOfTemperatureSensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}]" +Pset_SiteCommon,['IfcSite'],,"[{'property_name': 'BuildableArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'TotalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'BuildingHeightLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SlabCommon,['IfcSlab'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure ', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Compartmentation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PitchAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': ['PLANEANGLEUNIT']}}]" +Pset_SpaceCommon,['IfcSpace'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Category', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FloorCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WallCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CeilingCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SkirtingBoard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'PubliclyAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConcealedFlooring', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConcealedCeiling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceFireSafetyRequirements,"['IfcSpace', 'IfcZone']",,"[{'property_name': 'MainFireUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AncillaryFireUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRiskFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireHazardFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlammableStorage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AirPressurization', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceHeaterPHistoryCommon,['IfcPerformanceHistory'],,"[{'property_name': 'FractionRadiantHeatTransfer', 'property_type': None, 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'FractionConvectiveHeatTransfer', 'property_type': None, 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'Effectiveness', 'property_type': None, 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'SurfaceTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'SpaceAirTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'SpaceMeanRadiantTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'AuxiliaryEnergySourceConsumption', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'UACurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'OutputCapacityCurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'AirResistanceCurve', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': 'None'}}, {'property_name': 'Exponent', 'property_type': None, 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'HeatOutputRate', 'property_type': None, 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}]" +Pset_SpaceHeaterTypeCommon,['IfcSpaceHeaterType'],,"[{'property_name': 'TemperatureClassification', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterTemperatureClassification', 'values': ['LOWTEMPERATURE', 'HIGHTEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatingSource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HeatingSource', 'values': ['FUEL', 'GAS', 'ELECTRICITY', 'HOTWATER', 'STEAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'BodyMass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'ThermalMassHeatCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'OutputCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'ThermalEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_SpaceHeaterTypeHydronic,['IfcSpaceHeaterType'],,"[{'property_name': 'TubingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WaterContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}]" +Pset_SpaceLightingRequirements,"['IfcSpace', 'IfcZone']",,"[{'property_name': 'ArtificialLighting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Illuminance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'unit_type': ['ILLUMINANCEUNIT']}}]" +Pset_SpaceOccupancyRequirements,"['IfcSpace', 'IfcZone']",,"[{'property_name': 'OccupancyType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'OccupancyNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OccupancyNumberPeak', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OccupancyTimePerDay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}, {'property_name': 'AreaPerOccupant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'MinimumHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'IsOutlookDesirable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceParking,['IfcSpace'],IfcSpace.ObjectType=Parking,"[{'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ParkingUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ParkingUnits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_SpaceParkingAisle,['IfcSpace'],IfcSpace.ObjectType=ParkingAisle,"[{'property_name': 'IsOneWay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceProgramCommon,['IfcSpaceProgram'],,"[{'property_name': 'Location', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FunctionRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SecurityRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PrivacyRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LightingRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FFETypeRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'EmployeeType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'OccupancyType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'OccupancyNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_SpaceThermalDesign,['IfcSpace'],,"[{'property_name': 'CoolingDesignAirflow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'HeatingDesignAirflow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'TotalSensibleHeatGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'TotalHeatGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'TotalHeatLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'CoolingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CoolingRelativeHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'HeatingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'HeatingRelativeHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'VentilationAirFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'ExhaustAirFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'CeilingRAPlenum', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}, {'property_name': 'BoundaryAreaHeatLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatFluxDensityMeasure', 'unit_type': ['HEATFLUXDENSITYUNIT ']}}]" +Pset_SpaceThermalPHistory,['IfcPerformanceHistory'],,"[{'property_name': 'CoolingAirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'HeatingAirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'VentilationAirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'ExhaustAirFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMETRICFLOWRATEMEASURE']}}, {'property_name': 'SpaceTemperature', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCTHERMODYNAMICTEMPERATUREMEASURE ']}}, {'property_name': 'SpaceRelativeHumidity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPOSITIVERATIOMEASURE ']}}]" +Pset_SpaceThermalRequirements,"['IfcSpace', 'IfcZone']",,"[{'property_name': 'SpaceTemperatureMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'SpaceTemperatureMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'SpaceTemperatureSummerMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'SpaceTemperatureSummerMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'SpaceTemperatureWinterMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'SpaceTemperatureWinterMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'SpaceHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceHumiditySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceHumidityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DiscontinuedHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NaturalVentilation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NaturalVentilationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'MechanicalVentilationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'AirConditioning', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AirConditioningCentral', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_StairCommon,['IfcStair'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'NumberOfRiser', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTreads', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RiserHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'TreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'RequiredHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_StairFlightCommon,['IfcStairFlight'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'NumberOfRiser', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTreads', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RiserHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'TreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NosingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WalkingLineOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'TreadLengthAtOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'TreadLengthAtInnerSide', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Headroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'WaistThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_SwitchingDeviceTypeCommon,['IfcSwitchingDeviceType'],,"[{'property_name': 'NumberOfGangs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'SwitchFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchFunctionType', 'values': ['OnOffSwitch', 'IntermediateSwitch', 'DoubleThrowSwitch', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'HasLock', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SwitchingDeviceTypeContactor,['IfcSwitchingDeviceType'],IfcSwitchingDeviceType.PredefinedType=CONTACTOR,"[{'property_name': 'ContactorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ContactorType', 'values': ['CapacitorSwitching', 'LowCurrent', 'MagneticLatching', 'MechanicalLatching', 'Modular', 'Reversing', 'Standard', 'Other', 'NotKnown', 'Unset']}}]" +Pset_SwitchingDeviceTypeEmergencyStop,['IfcSwitchingDeviceType'],IfcSwitchingDeviceType.PredefinedType=EMERGENCYSTOP,"[{'property_name': 'SwitchOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchFunctionType', 'values': ['Mushroom', 'Other', 'NotKnown', 'Unset']}}]" +Pset_SwitchingDeviceTypeStarter,['IfcSwitchingDeviceType'],IfcSwitchingDeviceType.PredefinedType=STARTER,"[{'property_name': 'StarterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_StarterType', 'values': ['AutoTransformer', 'Manual', 'DirectOnLine', 'Frequency', 'nStep', 'Rheostatic', 'StarDelta', 'Other', 'NotKnown', 'Unset\n']}}]" +Pset_SwitchingDeviceTypeSwitchDisconnector,['IfcSwitchingDeviceType'],IfcSwitchingDeviceType.PredefinedType=SWITCHDISCONNECTOR,"[{'property_name': 'SwitchDisconnectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchDisconnectorType', 'values': ['CenterBreak', 'DividedSupport', 'DoubleBreak', 'EarthingSwitch', 'Isolator', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'LoadDisconnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LoadDisconnectionType', 'values': ['OffLoad', 'OnLoad', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'HasVisualIndication', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SwitchingDeviceTypeToggleSwitch,['IfcSwitchingDeviceType'],IfcSwitchingDeviceType.PredefinedType=TOGGLESWITCH,"[{'property_name': 'ToggleSwitchType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToggleSwitchType', 'values': ['BreakGlass', 'Changeover', 'Dimmer', 'KeyOperated', 'ManualPull', 'PushButton', 'Pullcord', 'Rocker', 'Selector', 'Twist', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'SwitchUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchUsage', 'values': ['Emergency', 'Guard', 'Limit', 'Start', 'Stop', 'Other', 'NotKnown', 'Unset\n']}}, {'property_name': 'SwitchActivation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchActivation', 'values': ['Actuator', 'Foot', 'Hand', 'Proximity', 'Sound', 'TwoHand', 'Wire', 'NotKnown', 'Unset']}}, {'property_name': 'IsIlluminated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Legend', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypeCommon,['IfcSystemFurnitureElementType'],,"[{'property_name': 'IsUsed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GroupCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Finishing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypePanel,['IfcSystemFurnitureElementType'],,"[{'property_name': 'HasOpening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FurniturePanelType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FurniturePanelType', 'values': ['Acoustical', 'Glazed', 'Horz_Seg', 'Monolithic', 'Open', 'Ends', 'Door', 'Screen', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT ']}}]" +Pset_SystemFurnitureElementTypeWorkSurface,['IfcSystemFurnitureElementType'],,"[{'property_name': 'UsePurpose', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SupportType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FurniturePanelType', 'values': ['Freestanding', 'Supported', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'HangingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT ']}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT ']}}, {'property_name': 'ShapeDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_TankTypeCommon,['IfcTankType'],,"[{'property_name': 'Type', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankType', 'values': ['BREAKPRESSURE', 'EXPANSION', 'FEEDANDEXPANSION', 'GASSTORAGEBUTANE', 'GASSTORAGELIQUIFIEDPETROLEUMGAS', 'GASSTORAGEPROPANE', 'OILSERVICE', 'OILSTORAGE', 'PRESSUREVESSEL', 'WATERSTORAGEGENERAL', 'WATERSTORAGEPOTABLE', 'WATERSTORAGEPROCESS', 'WATERSTORAGECOOLINGTOWERMAKEUP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AccessType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankAccessType', 'values': ['NONE', 'LOOSECOVER', 'MANHOLE', 'SECUREDCOVER', 'SECUREDCOVERWITHMANHOLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalLengthOrDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalWidthOrDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'EffectiveCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'OperatingWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'MaterialThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_TankTypeExpansion,['IfcTankType'],IfcTankType.PredefinedType=EXPANSION,"[{'property_name': 'ChargePressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'PressureRegulatorSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'ReliefValveSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_TankTypePreformed,['IfcTankType'],IfcTankType.PredefinedType=PREFORMED,"[{'property_name': 'PatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankPatternType', 'values': ['HORIZONTALCYLINDER', 'VERTICALCYLINDER', 'RECTANGULAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EndShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EndShapeType', 'values': ['CONCAVECONVEX', 'FLATCONVEX', 'CONVEXCONVEX', 'CONCAVEFLAT', 'FLATFLAT', 'OTHER', 'NOTKNOWN', 'UNSET\n']}}, {'property_name': 'FirstCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SecondCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_TankTypePressureVessel,['IfcTankType'],IfcTankType.PredefinedType=PRESSUREVESSEL,"[{'property_name': 'ChargePressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'PressureRegulatorSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'ReliefValveSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_TankTypeSectional,['IfcTankType'],IfcTankType.PredefinedType=SECTIONAL,"[{'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': ['INTEGERCOUNTRATEUNIT']}}, {'property_name': 'SectionLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SectionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ThermalLoadAggregate,"['IfcZone', 'IfcSpatialStructureElement', 'IfcSystem']",,"[{'property_name': 'TotalCoolingLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'TotalHeatingLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'LightingDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversitySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ApplianceDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadSafetyFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_ThermalLoadDesignCriteria,"['IfcSpatialStructureElement', 'IfcSystem', 'IfcBuilding', 'IfcZone']",,"[{'property_name': 'OccupancyDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'OutsideAirPerPerson', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'ReceptacleLoadIntensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'AppliancePercentLoadToRadiant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'LightingLoadIntensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'LightingPercentLoadToReturnAir', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}]" +Pset_TransformerTypeCommon,['IfcTransformerType'],,"[{'property_name': 'PrimaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricVoltageMeasure', 'unit_type': ['ELECTRICVOLTAGEUNIT']}}, {'property_name': 'SecondaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricVoltageMeasure', 'unit_type': ['ELECTRICVOLTAGEUNIT']}}, {'property_name': 'PrimaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}, {'property_name': 'SecondaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcElectricCurrentMeasure', 'unit_type': ['ELECTRICCURRENTUNIT']}}, {'property_name': 'PrimaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': ['FREQUENCYUNIT']}}, {'property_name': 'SecondaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': ['FREQUENCYUNIT']}}, {'property_name': 'PrimaryApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'SecondaryApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'MaximumApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': ' IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'SecondaryCurrentType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SecondaryCurrentType', 'values': ['AC', 'DC', 'NotKnown', 'Unset']}}]" +Pset_TransportElementCommon,['IfcTransportElement'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TransportElementElevator,['IfcTransportElement'],IfcTransportElement.OperationType=ELEVATOR,"[{'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ClearHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure ', 'unit_type': ['LENGTHUNIT']}}]" +Pset_TubeBundleTypeCommon,['IfcTubeBundleType'],,"[{'property_name': 'NumberOfRows', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': ['INTEGERCOUNTRATEUNIT']}}, {'property_name': 'StaggeredRowSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InLineRowSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NumberOfCircuits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'FoulingFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalResistanceMeasure', 'unit_type': ['THERMALRESISTANCEUNIT']}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': ['THERMALCONDUCTANCEUNIT']}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Volume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': ['VOLUMEUNIT']}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OutsideDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InsideDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'HorizontalSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'VerticalSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'HasTurbulator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TubeBundleTypeFinned,['IfcTubeBundleType'],IfcTubeBundleType.PredefinedType=FINNED,"[{'property_name': 'Spacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Thickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': ['THERMALCONDUCTANCEUNIT']}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'FinCorrugatedType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HasCoating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_UnitaryEquipmentTypeAirConditioningUnit,['IfcUnitaryEquipmentType'],IfcUnitaryEquipmentType.PredefinedType=AIRCONDITIONINGUNIT,"[{'property_name': 'SensibleCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'LatentCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'CoolingEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'HeatingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': ['POWERUNIT']}}, {'property_name': 'HeatingEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure ', 'unit_type': 'None'}}, {'property_name': 'CondenserFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'CondenserEnteringTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'CondenserLeavingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure ', 'unit_type': ['THERMODYNAMICTEMPERATUREUNIT']}}, {'property_name': 'OutsideAirFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}]" +Pset_UnitaryEquipmentTypeAirHandler,['IfcUnitaryEquipmentType'],IfcUnitaryEquipmentType.PredefinedType=AIRHANDLER,"[{'property_name': 'AirHandlerConstruction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirHandlerConstruction', 'values': ['MANUFACTUREDITEM', 'CONSTRUCTEDONSITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirHandlerFanCoilArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirHandlerFanCoilArrangement', 'values': ['BLOWTHROUGH', 'DRAWTHROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DualDeck', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}]" +Pset_UtilityConsumption,['IfcBuilding'],,"[{'property_name': 'Heat', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCENERGYMEASURE']}}, {'property_name': 'Electricity', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCENERGYMEASURE']}}, {'property_name': 'Water', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMEMEASURE']}}, {'property_name': 'Fuel', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCVOLUMEMEASURE']}}, {'property_name': 'Steam', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCMASSMEASURE']}}]" +Pset_ValvePHistory,['IfcPerformanceHistory'],,"[{'property_name': 'PercentageOpen', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCRATIOMEASURE']}}, {'property_name': 'MeasuredFlowRate', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCMASSFLOWRATEMEASURE']}}, {'property_name': 'MeasuredPressureDrop', 'property_type': None, 'data_type': {'instance': 'IfcTimeSeries', 'unit_type': ['IFCPRESSUREMEASURE']}}]" +Pset_ValveTypeAirRelease,['IfcValveType'],IfcValveType.PredefinedType=AIRRELEASE,"[{'property_name': 'IsAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeCommon,['IfcValveType'],,"[{'property_name': 'ValvePattern', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ValvePattern', 'values': ['SINGLEPORT', 'ANGLED_2_PORT', 'STRAIGHT_2_PORT', 'STRAIGHT_3_PORT', 'CROSSOVER_4_PORT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ValveOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ValveOperation', 'values': ['DROPWEIGHT', 'FLOAT', 'HYDRAULIC', 'LEVER', 'LOCKSHIELD', 'MOTORIZED', 'PNEUMATIC', 'SOLENOID', 'SPRING', 'THERMOSTATIC', 'WHEEL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ValveMechanism', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ValveMechanism', 'values': ['BALL', 'BUTTERFLY', 'CONFIGUREDGATE', 'GLAND', 'GLOBE', 'LUBRICATEDPLUG', 'NEEDLE', 'PARALLELSLIDE', 'PLUG', 'WEDGEGATE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Size', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'OperatingMechanismMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'TestPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'FlowCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': ['USERDEFINED']}}, {'property_name': 'CloseOffRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_ValveTypeDrawOffCock,['IfcValveType'],IfcValveType.PredefinedType=DRAWOFFCOCK,"[{'property_name': 'HasHoseUnion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeFaucet,['IfcValveType'],IfcValveType.PredefinedType=FAUCET,"[{'property_name': 'FaucetType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetType', 'values': ['BIB', 'GLOBE', 'DIVERTER', 'DIVIDEDFLOWCOMBINATION', 'PILLAR', 'SINGLEOUTLETCOMBINATION', 'SPRAY', 'SPRAYMIXING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaucetOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetOperation', 'values': ['CERAMICDISC', 'LEVERHANDLE', 'NONCONCUSSIVESELFCLOSING', 'QUATERTURN', 'QUICKACTION', 'SCREWDOWN', 'SELFCLOSING', 'TIMEDSELFCLOSING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaucetFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetFunction', 'values': ['COLD', 'HOT', 'MIXED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Finish', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'FaucetTopDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ValveTypeFlushing,['IfcValveType'],IfcValveType.PredefinedType=FLUSHING,"[{'property_name': 'FlushingRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'HasIntegralShutOffDevice', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsHighPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeGasTap,['IfcValveType'],IfcValveType.PredefinedType=GASTAP,"[{'property_name': 'HasHoseUnion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeIsolating,['IfcValveType'],IfcValveType.PredefinedType=ISOLATING,"[{'property_name': 'IsNormallyOpen', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean ', 'unit_type': 'None'}}, {'property_name': 'IsolatingPurpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_IsolatingPurpose', 'values': ['LANDING', 'LANDINGWITHPRESSUREREGULATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ValveTypeMixing,['IfcValveType'],IfcValveType.PredefinedType=MIXING,"[{'property_name': 'MixerControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MixingValveControl', 'values': ['MANUAL', 'PREDEFINED', 'THERMOSTATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_ValveTypePressureReducing,['IfcValveType'],IfcValveType.PredefinedType=PRESSUREREDUCING,"[{'property_name': 'UpstreamPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}, {'property_name': 'DownstreamPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_ValveTypePressureRelief,['IfcValveType'],IfcValveType.PredefinedType=PRESSURERELIEF,"[{'property_name': 'ReliefPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': ['PRESSUREUNIT']}}]" +Pset_VibrationIsolatorTypeCommon,['IfcVibrationIsolatorType'],,"[{'property_name': 'VibrationTransmissibility', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsolatorStaticDeflection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'IsolatorCompressibility', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial '}}, {'property_name': 'MaximumSupportedWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': ['MASSUNIT']}}]" +Pset_WallCommon,"['IfcWall', 'IfcWallStandardCase']",,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ExtendToStructure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Compartmentation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_Warranty,"['IFCKERNEL/IfcProduct', 'IFCPRODUCTEXTENSION/IfcSystem']",,"[{'property_name': 'WarrantyIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'WarrantyStartDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate'}}, {'property_name': 'WarrantyEndDate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCalendarDate'}}, {'property_name': 'IsExtendedWarranty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WarrantyPeriod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': ['TIMEUNIT']}}, {'property_name': 'PointOfContact', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcOrganization'}}, {'property_name': 'WarrantyContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Exclusions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeFloorTrap,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=FLOORTRAP,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'IsForSullageWater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['None', 'P_Trap', 'Q_Trap', 'S_Trap', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'HasStrainer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InletPatternType', 'values': ['None', '1', '2', '3', '4', '12', '13', '14', '23', '24', '34', '123', '124', '134', '234', '1234']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_WasteTerminalTypeFloorWaste,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=FLOORWASTE,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_WasteTerminalTypeGreaseInterceptor,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=GREASEINTERCEPTOR,"[{'property_name': 'NominalBodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'StrainerMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'StrainerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'StrainerDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_WasteTerminalTypeGullySump,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=GULLYSUMP,"[{'property_name': 'NominalSumpLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalSumpWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalSumpDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'SumpMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'GullyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GullyType', 'values': ['Vertical', 'BackInlet', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['None', 'P_Trap', 'Q_Trap', 'S_Trap', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BackInletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackInletPatternType', 'values': ['None', '1', '2', '3', '4', '12', '13', '14', '23', '24', '34', '123', '124', '134', '234', '1234']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_WasteTerminalTypeGullyTrap,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=GULLYTRAP,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'GullyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GullyType', 'values': ['Vertical', 'BackInlet', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'HasStrainer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['None', 'P_Trap', 'Q_Trap', 'S_Trap', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BackInletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackInletPatternType', 'values': ['None', '1', '2', '3', '4', '12', '13', '14', '23', '24', '34', '123', '124', '134', '234', '1234']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_WasteTerminalTypeOilInterceptor,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=OILINTERCEPTOR,"[{'property_name': 'BodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_WasteTerminalTypePetrolInterceptor,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=PETROLINTERCEPTOR,"[{'property_name': 'BodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'VentilatingPipeSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_WasteTerminalTypeRoofDrain,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=ROOFDRAIN,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'BodyMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterial'}}]" +Pset_WasteTerminalTypeWasteDisposalUnit,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=WASTEDISPOSALUNIT,"[{'property_name': 'DrainConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_WasteTerminalTypeWasteTrap,['IfcWasteTerminalType'],IfcWasteTerminalType.PredefinedType=WASTETRAP,"[{'property_name': 'WasteTrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['None', 'P_Trap', 'Q_Trap', 'S_Trap', 'Other', 'NotKnown', 'Unset']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': ['LENGTHUNIT']}}]" +Pset_WindowCommon,['IfcWindow'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SecurityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Infiltration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': ['VOLUMETRICFLOWRATEUNIT']}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': ['THERMALTRANSMITTANCEUNIT']}}, {'property_name': 'GlazingAreaFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SmokeStop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ZoneCommon,['IfcZone'],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Category', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GrossAreaPlanned', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'NetAreaPlanned', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': ['AREAUNIT']}}, {'property_name': 'PubliclyAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" diff --git a/features/resources/property_set_definitions/IFC4X3_definitions.csv b/features/resources/property_set_definitions/IFC4X3_definitions.csv new file mode 100644 index 00000000..f4d31b41 --- /dev/null +++ b/features/resources/property_set_definitions/IFC4X3_definitions.csv @@ -0,0 +1,646 @@ +property_set_name,template_type,applicable_entities,applicable_type_value,property_definitions +Pset_ActionRequest,PSET_OCCURRENCEDRIVEN,['IfcActionRequest'],IfcActionRequest,"[{'property_name': 'RequestSourceLabel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RequestSourceName', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcPerson'}}, {'property_name': 'RequestComments', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ActorCommon,PSET_OCCURRENCEDRIVEN,['IfcActor'],IfcActor,"[{'property_name': 'NumberOfActors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'ActorCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SkillLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ActuatorPHistory,PSET_PERFORMANCEDRIVEN,['IfcActuator'],IfcActuator,"[{'property_name': 'PositionHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'QualityHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'StatusHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ActuatorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcActuator', 'IfcActuatorType']","IfcActuator,IfcActuatorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ActuatorStatus', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FailPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FailPosition', 'values': ['FAILCLOSED', 'FAILOPEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ManualOverride', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ActuatorApplication', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ActuatorApplication', 'values': ['DAMPERACTUATOR', 'ENTRYEXITDEVICE', 'FIRESMOKEDAMPERACTUATOR', 'LAMPACTUATOR', 'SUNBLINDACTUATOR', 'VALVEPOSITIONER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ActuatorTypeElectricActuator,PSET_TYPEDRIVENOVERRIDE,"['IfcActuator/ELECTRICACTUATOR', 'IfcActuatorType/ELECTRICACTUATOR']","IfcActuator/ELECTRICACTUATOR,IfcActuatorType/ELECTRICACTUATOR","[{'property_name': 'ActuatorInputPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ElectricActuatorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricActuatorType', 'values': ['MAGNETIC', 'MOTORDRIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ControlPulseCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ActuatorTypeHydraulicActuator,PSET_TYPEDRIVENOVERRIDE,"['IfcActuator/HYDRAULICACTUATOR', 'IfcActuatorType/HYDRAULICACTUATOR']","IfcActuator/HYDRAULICACTUATOR,IfcActuatorType/HYDRAULICACTUATOR","[{'property_name': 'InputPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'InputFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_ActuatorTypeLinearActuation,PSET_TYPEDRIVENOVERRIDE,"['IfcActuator', 'IfcActuatorType']","IfcActuator,IfcActuatorType","[{'property_name': 'Force', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'Stroke', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_ActuatorTypePneumaticActuator,PSET_TYPEDRIVENOVERRIDE,"['IfcActuator/PNEUMATICACTUATOR', 'IfcActuatorType/PNEUMATICACTUATOR']","IfcActuator/PNEUMATICACTUATOR,IfcActuatorType/PNEUMATICACTUATOR","[{'property_name': 'InputPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'InputFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_ActuatorTypeRotationalActuation,PSET_TYPEDRIVENOVERRIDE,"['IfcActuator', 'IfcActuatorType']","IfcActuator,IfcActuatorType","[{'property_name': 'Torque', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTorqueMeasure', 'unit_type': 'None'}}, {'property_name': 'RangeAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}]" +Pset_Address,PSET_OCCURRENCEDRIVEN,"['IfcActor', 'IfcBuilding', 'IfcSite']","IfcActor,IfcBuilding,IfcSite","[{'property_name': 'Purpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AddressType', 'values': ['DISTRIBUTIONPOINT', 'HOME', 'OFFICE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'UserDefinedPurpose', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'InternalLocation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AddressLines', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PostalBox', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Town', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Region', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PostalCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Country', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TelephoneNumbers', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FacsimileNumbers', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PagerNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ElectronicMailAddresses', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WWWHomePageURL', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcURIReference', 'unit_type': 'None'}}, {'property_name': 'MessagingIDs', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcURIReference', 'values': [], 'unit_type': 'None'}}]" +Pset_AirSideSystemInformation,PSET_OCCURRENCEDRIVEN,"['IfcSpatialElement', 'IfcSpatialZone', 'IfcZone']","IfcSpatialElement,IfcSpatialZone,IfcZone","[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'AirSideSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirSideSystemType', 'values': ['CONSTANTVOLUME', 'CONSTANTVOLUMEBYPASS', 'CONSTANTVOLUMEMULTIPLEZONEREHEAT', 'CONSTANTVOLUMESINGLEZONE', 'VARIABLEAIRVOLUME', 'VARIABLEAIRVOLUMEDUALCONDUIT', 'VARIABLEAIRVOLUMEFANPOWERED', 'VARIABLEAIRVOLUMEINDUCTION', 'VARIABLEAIRVOLUMEREHEAT', 'VARIABLEAIRVOLUMEVARIABLEDIFFUSERS', 'VARIABLEAIRVOLUMEVARIABLETEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirSideSystemDistributionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirSideSystemDistributionType', 'values': ['DUALDUCT', 'MULTIZONE', 'SINGLEDUCT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TotalAirFlow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyGainTotal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'AirFlowSensible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyGainSensible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversitySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ApplianceDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingTemperatureDelta', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingTemperatureDelta', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'Ventilation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'FanPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}]" +Pset_AirTerminalBoxPHistory,PSET_PERFORMANCEDRIVEN,['IfcAirTerminalBox'],IfcAirTerminalBox,"[{'property_name': 'DamperPosition', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Sound', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirFlowCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AirTerminalBoxTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcAirTerminalBox', 'IfcAirTerminalBoxType']","IfcAirTerminalBox,IfcAirTerminalBoxType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AirPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ArrangementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalBoxArrangementType', 'values': ['DUALDUCT', 'SINGLEDUCT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ReheatType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalBoxReheatType', 'values': ['ELECTRICALREHEAT', 'GASREHEAT', 'NONE', 'STEAMCOILREHEAT', 'WATERCOILREHEAT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasSoundAttenuator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasReturnAir', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasFan', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalInletAirPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDamperDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HousingThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ReturnAirFractionRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_AirTerminalOccurrence,PSET_OCCURRENCEDRIVEN,['IfcAirTerminal'],IfcAirTerminal,"[{'property_name': 'AirFlowType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalAirFlowType', 'values': ['EXHAUSTAIR', 'RETURNAIR', 'SUPPLYAIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'AirTerminalLocation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalLocation', 'values': ['CEILINGINTERIOR', 'CEILINGPERIMETER', 'FLOOR', 'SIDEWALLHIGH', 'SIDEWALLLOW', 'SILL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_AirTerminalPHistory,PSET_PERFORMANCEDRIVEN,['IfcAirTerminal'],IfcAirTerminal,"[{'property_name': 'AirFlowRateHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'NeckAirVelocity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyAirTemperatureHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyAirTemperatureCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InductionRatio', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CenterlineAirVelocity', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_AirTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcAirTerminal', 'IfcAirTerminalType']","IfcAirTerminal,IfcAirTerminalType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirTerminalShape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalShape', 'values': ['RECTANGULAR', 'ROUND', 'SLOT', 'SQUARE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFaceType', 'values': ['DOUBLEDEFLECTION', 'EGGCRATE', 'FOURWAYPATTERN', 'LOUVERED', 'PERFORATED', 'SIGHTPROOF', 'SINGLEDEFLECTION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SlotWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SlotLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfSlots', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowPattern', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFlowPattern', 'values': ['COMPACTJET', 'DISPLACMENT', 'LINEARDOUBLE', 'LINEARFOURWAY', 'LINEARSINGLE', 'RADIAL', 'SWIRL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'DischargeDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalDischargeDirection', 'values': ['ADJUSTABLE', 'PARALLEL', 'PERPENDICULAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ThrowLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AirDiffusionPerformanceIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'FinishType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFinishType', 'values': ['ANNODIZED', 'NONE', 'PAINTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FinishColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AirTerminalMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalMountingType', 'values': ['FLATFLUSH', 'LAYIN', 'SURFACE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoreType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalCoreType', 'values': ['CURVEDBLADE', 'NONE', 'REMOVABLE', 'REVERSIBLE', 'SHUTTERBLADE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoreSetHorizontal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreSetVertical', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'HasIntegralControl', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FlowControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFlowControlType', 'values': ['BELLOWS', 'DAMPER', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasSoundAttenuator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasThermalInsulation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NeckArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'EffectiveArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'AirFlowrateVersusFlowControlElement', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_AirToAirHeatRecoveryPHistory,PSET_PERFORMANCEDRIVEN,['IfcAirToAirHeatRecovery'],IfcAirToAirHeatRecovery,"[{'property_name': 'SensibleEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TemperatureEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DefrostTemperatureEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HumidityEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SensibleHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LatentHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SensibleEffectivenessTable', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalEffectivenessTable', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AirToAirHeatRecoveryTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcAirToAirHeatRecovery', 'IfcAirToAirHeatRecoveryType']","IfcAirToAirHeatRecovery,IfcAirToAirHeatRecoveryType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferTypeEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirToAirHeatTransferHeatTransferType', 'values': ['LATENT', 'SENSIBLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasDefrost', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PrimaryAirFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SecondaryAirFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_AlarmPHistory,PSET_PERFORMANCEDRIVEN,['IfcAlarm'],IfcAlarm,"[{'property_name': 'Enabled', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ConditionHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Severity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Acknowledge', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UserHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AlarmTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcAlarm', 'IfcAlarmType']","IfcAlarm,IfcAlarmType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AlarmCondition', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AlignmentCantSegmentCommon,PSET_OCCURRENCEDRIVEN,['IfcAlignmentSegment'],IfcAlignmentSegment,"[{'property_name': 'CantDeficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CantEquilibrium', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StartSmoothingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EndSmoothingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_AlignmentVerticalSegmentCommon,PSET_OCCURRENCEDRIVEN,['IfcAlignmentSegment'],IfcAlignmentSegment,"[{'property_name': 'StartElevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EndElevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_AnnotationContourLine,PSET_OCCURRENCEDRIVEN,['IfcAnnotation/CONTOURLINE'],IfcAnnotation/CONTOURLINE,"[{'property_name': 'ContourValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_AnnotationLineOfSight,PSET_OCCURRENCEDRIVEN,['IfcAnnotation'],IfcAnnotation,"[{'property_name': 'SetbackDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleAngleLeft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleAngleRight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'RoadVisibleDistanceLeft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RoadVisibleDistanceRight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_AnnotationSurveyArea,PSET_OCCURRENCEDRIVEN,['IfcAnnotation/SURVEY'],IfcAnnotation/SURVEY,"[{'property_name': 'AcquisitionMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AcquisitionMethod', 'values': ['GPS', 'LASERSCAN_AIRBORNE', 'LASERSCAN_GROUND', 'SONAR', 'THEODOLITE', 'NOTKNOWN', 'UNSET', 'USERDEFINED']}}, {'property_name': 'AccuracyQualityObtained', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'AccuracyQualityExpected', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}]" +Pset_Asset,PSET_OCCURRENCEDRIVEN,['IfcAsset'],IfcAsset,"[{'property_name': 'AssetAccountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetAccountingType', 'values': ['FIXED', 'NONFIXED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AssetTaxType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetTaxType', 'values': ['CAPITALISED', 'EXPENSED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AssetInsuranceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetInsuranceType', 'values': ['PERSONAL', 'REAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AssetStatus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssetUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_AudioVisualAppliancePHistory,PSET_PERFORMANCEDRIVEN,['IfcAudioVisualAppliance'],IfcAudioVisualAppliance,"[{'property_name': 'PowerState', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MediaSourceHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MediaContent', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AudioVolumeHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AudioVisualApplianceTypeAmplifier,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/AMPLIFIER', 'IfcAudioVisualApplianceType/AMPLIFIER']","IfcAudioVisualAppliance/AMPLIFIER,IfcAudioVisualApplianceType/AMPLIFIER","[{'property_name': 'AmplifierType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualAmplifierType', 'values': ['FIXED', 'VARIABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AudioAmplification', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeCamera,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/CAMERA', 'IfcAudioVisualApplianceType/CAMERA']","IfcAudioVisualAppliance/CAMERA,IfcAudioVisualApplianceType/CAMERA","[{'property_name': 'CameraType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualCameraType', 'values': ['AUDIOVIDEO', 'PHOTO', 'VIDEO', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsOutdoors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoCaptureInterval', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'PanTiltZoomPreset', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'PanHorizontal', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PanVertical', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TiltHorizontal', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TiltVertical', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Zoom', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_AudioVisualApplianceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance', 'IfcAudioVisualApplianceType']","IfcAudioVisualAppliance,IfcAudioVisualApplianceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MediaSource', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioVolume', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeDisplay,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/DISPLAY', 'IfcAudioVisualApplianceType/DISPLAY']","IfcAudioVisualAppliance/DISPLAY,IfcAudioVisualApplianceType/DISPLAY","[{'property_name': 'DisplayType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualDisplayType', 'values': ['CRT', 'DLP', 'LCD', 'LED', 'PLASMA', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DisplayWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DisplayHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Brightness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ContrastRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'RefreshRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'TouchScreen', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualDisplayTouchScreen', 'values': ['MULTITOUCH', 'NONE', 'SINGLETOUCH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'VideoResolutionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoScaleMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoCaptionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypePlayer,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/PLAYER', 'IfcAudioVisualApplianceType/PLAYER']","IfcAudioVisualAppliance/PLAYER,IfcAudioVisualApplianceType/PLAYER","[{'property_name': 'PlayerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualPlayerType', 'values': ['AUDIO', 'VIDEO', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PlayerMediaEject', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PlayerMediaFormat', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeProjector,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/PROJECTOR', 'IfcAudioVisualApplianceType/PROJECTOR']","IfcAudioVisualAppliance/PROJECTOR,IfcAudioVisualApplianceType/PROJECTOR","[{'property_name': 'ProjectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualProjectorType', 'values': ['OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'VideoResolutionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoScaleMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoCaptionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeRailwayCommunicationTerminal,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/COMMUNICATIONTERMINAL', 'IfcAudioVisualApplianceType/COMMUNICATIONTERMINAL']","IfcAudioVisualAppliance/COMMUNICATIONTERMINAL,IfcAudioVisualApplianceType/COMMUNICATIONTERMINAL","[{'property_name': 'RailwayCommunicationTerminalType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RailwayCommunicationTerminalType', 'values': ['IP', 'LEGACY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_AudioVisualApplianceTypeReceiver,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/RECEIVER', 'IfcAudioVisualApplianceType/RECEIVER']","IfcAudioVisualAppliance/RECEIVER,IfcAudioVisualApplianceType/RECEIVER","[{'property_name': 'ReceiverType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualReceiverType', 'values': ['AUDIO', 'AUDIOVIDEO', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AudioAmplification', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeRecordingEquipment,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/RECORDINGEQUIPMENT', 'IfcAudioVisualApplianceType/RECORDINGEQUIPMENT']","IfcAudioVisualAppliance/RECORDINGEQUIPMENT,IfcAudioVisualApplianceType/RECORDINGEQUIPMENT","[{'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'StorageCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_AudioVisualApplianceTypeSpeaker,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/SPEAKER', 'IfcAudioVisualApplianceType/SPEAKER']","IfcAudioVisualAppliance/SPEAKER,IfcAudioVisualApplianceType/SPEAKER","[{'property_name': 'SpeakerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualSpeakerType', 'values': ['COAXIAL', 'FULLRANGE', 'MIDRANGE', 'TWEETER', 'WOOFER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpeakerMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualSpeakerMounting', 'values': ['CEILING', 'FREESTANDING', 'OUTDOOR', 'WALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpeakerDriverSize', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'FrequencyResponse', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Impedence', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}]" +Pset_AudioVisualApplianceTypeTuner,PSET_TYPEDRIVENOVERRIDE,"['IfcAudioVisualAppliance/TUNER', 'IfcAudioVisualApplianceType/TUNER']","IfcAudioVisualAppliance/TUNER,IfcAudioVisualApplianceType/TUNER","[{'property_name': 'TunerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualTunerType', 'values': ['AUDIO', 'VIDEO', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TunerMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'TunerChannel', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'TunerFrequency', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_AxleCountingEquipment,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/WHEELSENSOR', 'IfcSensorType/WHEELSENSOR']","IfcSensor/WHEELSENSOR,IfcSensorType/WHEELSENSOR","[{'property_name': 'FailureInformation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DetectionRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'AxleCountingEquipmentType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AxleCountingEquipmentType', 'values': ['EVALUATOR', 'WHEELDETECTOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ImpactParameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAccelerationMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'InsulationResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'AxleCounterResponseTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumVibration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}]" +Pset_BalanceWeightTensionerDesignCriteria,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/TENSIONINGEQUIPMENT', 'IfcDiscreteAccessoryType/TENSIONINGEQUIPMENT']","IfcDiscreteAccessory/TENSIONINGEQUIPMENT,IfcDiscreteAccessoryType/TENSIONINGEQUIPMENT","[{'property_name': 'ReferenceDistanceRopeToPulley', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'ReferenceDistanceTensionerToGround', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_BeamCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBeamType']","IfcBeam,IfcBeamType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Roll', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_BearingCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcBearing', 'IfcBearingType']","IfcBearing,IfcBearingType","[{'property_name': 'DisplacementAccommodated', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RotationAccommodated', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}}]" +Pset_BerthCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace/BERTH', 'IfcSpaceType/BERTH']","IfcSpace/BERTH,IfcSpaceType/BERTH","[{'property_name': 'BerthApproach', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BerthApproach', 'values': ['END', 'SIDE']}}, {'property_name': 'BerthMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BerthMode', 'values': ['BOW', 'STERN']}}, {'property_name': 'BerthingAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'BerthingVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'AbnormalBerthingFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_BoilerPHistory,PSET_PERFORMANCEDRIVEN,['IfcBoiler'],IfcBoiler,"[{'property_name': 'EnergySourceConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OperationalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CombustionEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WorkingPressureHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CombustionChamberTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PartLoadRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Load', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PrimaryEnergyConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AuxiliaryEnergyConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_BoilerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcBoiler', 'IfcBoilerType']","IfcBoiler,IfcBoilerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'OperatingMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BoilerOperatingMode', 'values': ['FIXED', 'MODULATING', 'TWOSTEP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPartLoadRatio', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WaterInletTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WaterStorageCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'IsWaterStorageHeater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PartialLoadEfficiencyCurves', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'OutletTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EnergySource', 'values': ['COAL', 'COAL_PULVERIZED', 'ELECTRICITY', 'GAS', 'OIL', 'PROPANE', 'WOOD', 'WOOD_CHIP', 'WOOD_PELLET', 'WOOD_PULVERIZED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_BoilerTypeSteam,PSET_TYPEDRIVENOVERRIDE,"['IfcBoiler/STEAM', 'IfcBoilerType/STEAM']","IfcBoiler/STEAM,IfcBoilerType/STEAM","[{'property_name': 'MaximumOutletPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalEfficiencyTable', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'HeatOutput', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcEnergyMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_BoilerTypeWater,PSET_TYPEDRIVENOVERRIDE,"['IfcBoiler/WATER', 'IfcBoilerType/WATER']","IfcBoiler/WATER,IfcBoilerType/WATER","[{'property_name': 'NominalEfficiency', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'HeatOutput', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcEnergyMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_BoreholeCommon,PSET_OCCURRENCEDRIVEN,['IfcBorehole'],IfcBorehole,"[{'property_name': 'BoreholeState', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BoreholeState', 'values': ['CAP_REPLACED', 'CASING_INSTALLED', 'CASING_PARTIALLY_REPLACED', 'CASING_REPLACED', 'CHAMBER_RECONDITIONED', 'DECONSTRUCTED', 'INSTALLED', 'PARTIALLY_DECONSTRUCTED', 'PARTIALLY_REFILLED', 'RECONDITIONED', 'REFILLED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CapMaterial', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FillingDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FillingMaterial', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GroundwaterDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningMaterial', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LiningThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_BoundedCourseCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCourse', 'IfcCourseType']","IfcCourse,IfcCourseType","[{'property_name': 'SpreadingRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNumericMeasure', 'unit_type': 'None'}}]" +Pset_BreakwaterCommon,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/BREAKWATER'],IfcMarineFacility/BREAKWATER,"[{'property_name': 'StructuralStyle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Elevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_BridgeCommon,PSET_OCCURRENCEDRIVEN,['IfcBridge'],IfcBridge,"[{'property_name': 'StructureIndicator', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_StructureIndicator', 'values': ['COATED', 'COMPOSITE', 'HOMOGENEOUS']}}]" +Pset_BuildingCommon,PSET_OCCURRENCEDRIVEN,['IfcBuilding'],IfcBuilding,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BuildingID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsPermanentID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConstructionMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireProtectionClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OccupancyType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfStoreys', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'YearOfConstruction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'YearOfLastRefurbishment', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsLandmarked', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'ElevationOfRefHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ElevationOfTerrain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_BuildingElementProxyCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcBuildingElementProxy', 'IfcBuildingElementProxyType']","IfcBuildingElementProxy,IfcBuildingElementProxyType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_BuildingStoreyCommon,PSET_OCCURRENCEDRIVEN,['IfcBuildingStorey'],IfcBuildingStorey,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'EntranceLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AboveGround', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlanarForceMeasure', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'ElevationOfSSLRelative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ElevationOfFFLRelative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_BuildingSystemCommon,PSET_OCCURRENCEDRIVEN,['IfcBuildingSystem'],IfcBuildingSystem,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_BuildingUse,PSET_OCCURRENCEDRIVEN,['IfcBuilding'],IfcBuilding,"[{'property_name': 'MarketCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MarketSubCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PlanningControlStatus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NarrativeText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'VacancyRateInCategoryNow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TenureModesAvailableNow', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MarketSubCategoriesAvailableNow', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RentalRatesInCategoryNow', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMonetaryMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VacancyRateInCategoryFuture', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TenureModesAvailableFuture', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MarketSubCategoriesAvailableFuture', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RentalRatesInCategoryFuture', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMonetaryMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_BuildingUseAdjacent,PSET_OCCURRENCEDRIVEN,['IfcBuilding'],IfcBuilding,"[{'property_name': 'MarketCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MarketSubCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PlanningControlStatus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NarrativeText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_BuiltSystemRailwayLine,PSET_OCCURRENCEDRIVEN,['IfcBuiltSystem/RAILWAYLINE'],IfcBuiltSystem/RAILWAYLINE,"[{'property_name': 'LineID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsElectrified', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LineCharacteristic', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LineCharacteristic', 'values': ['ENTERDEPOT', 'EXITDEPOT', 'FREIGHT', 'PASSENGER', 'PASSENGERANDFREIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_BuiltSystemRailwayTrack,PSET_OCCURRENCEDRIVEN,['IfcBuiltSystem/RAILWAYTRACK'],IfcBuiltSystem/RAILWAYTRACK,"[{'property_name': 'TrackID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'TrackNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'TrackUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrackUsage', 'values': ['CATCHSIDING', 'CLASSIFICATIONTRACK', 'CONNECTINGLINE', 'FREIGHTTRACK', 'LOCOMOTIVEHOLDTRACK', 'LOCOMOTIVERUNNINGTRACK', 'LOCOMOTIVESERVICETRACK', 'MAINTRACK', 'MULTIPLEUNITRUNNINGTRACK', 'RECEIVINGDEPARTURETRACK', 'REFUGESIDING', 'REPAIRSIDING', 'ROLLINGFORBIDDENTRACK', 'ROLLINGTRACK', 'ROUNDABOUTLINE', 'STORAGETRACK', 'SWITCHINGLEAD', 'UNTWININGLINE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrackCharacteristic', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrackCharacteristic', 'values': ['FUNICULAR', 'NORMAL', 'RACK', 'RIGIDOVERHEAD', 'THIRDRAIL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_BurnerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcBurner', 'IfcBurnerType']","IfcBurner,IfcBurnerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EnergySource', 'values': ['COAL', 'COAL_PULVERIZED', 'ELECTRICITY', 'GAS', 'OIL', 'PROPANE', 'WOOD', 'WOOD_CHIP', 'WOOD_PELLET', 'WOOD_PULVERIZED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableCarrierFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierFitting', 'IfcCableCarrierFittingType']","IfcCableCarrierFitting,IfcCableCarrierFittingType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableCarrierSegmentTypeCableLadderSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierSegment/CABLELADDERSEGMENT', 'IfcCableCarrierSegmentType/CABLELADDERSEGMENT']","IfcCableCarrierSegment/CABLELADDERSEGMENT,IfcCableCarrierSegmentType/CABLELADDERSEGMENT","[{'property_name': 'LadderConfiguration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCableTraySegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierSegment/CABLETRAYSEGMENT', 'IfcCableCarrierSegmentType/CABLETRAYSEGMENT']","IfcCableCarrierSegment/CABLETRAYSEGMENT,IfcCableCarrierSegmentType/CABLETRAYSEGMENT","[{'property_name': 'HasCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCableTrunkingSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierSegment/CABLETRUNKINGSEGMENT', 'IfcCableCarrierSegmentType/CABLETRUNKINGSEGMENT']","IfcCableCarrierSegment/CABLETRUNKINGSEGMENT,IfcCableCarrierSegmentType/CABLETRUNKINGSEGMENT","[{'property_name': 'NumberOfCompartments', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCatenaryWire,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierSegment/CATENARYWIRE', 'IfcCableCarrierSegmentType/CATENARYWIRE']","IfcCableCarrierSegment/CATENARYWIRE,IfcCableCarrierSegmentType/CATENARYWIRE","[{'property_name': 'ACResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateTensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'CatenaryWireType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalExpansionCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalExpansionCoefficientMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'DCResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LayRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MechanicalTension', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'PhysicalDescriptionReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'StrandingMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierSegment', 'IfcCableCarrierSegmentType']","IfcCableCarrierSegment,IfcCableCarrierSegmentType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableCarrierSegmentTypeConduitSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierSegment/CONDUITSEGMENT', 'IfcCableCarrierSegmentType/CONDUITSEGMENT']","IfcCableCarrierSegment/CONDUITSEGMENT,IfcCableCarrierSegmentType/CONDUITSEGMENT","[{'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConduitShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConduitShapeType', 'values': ['CIRCULAR', 'OVAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsRigid', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeDropper,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierSegment/DROPPER', 'IfcCableCarrierSegmentType/DROPPER']","IfcCableCarrierSegment/DROPPER,IfcCableCarrierSegmentType/DROPPER","[{'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'IsRigid', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'UltimateTensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsAdjustable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsCurrentCarrying', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}]" +Pset_CableFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCableFitting', 'IfcCableFittingType']","IfcCableFitting,IfcCableFittingType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableFittingTypeExit,PSET_TYPEDRIVENOVERRIDE,"['IfcCableFitting/EXIT', 'IfcCableFittingType/EXIT']","IfcCableFitting/EXIT,IfcCableFittingType/EXIT","[{'property_name': 'GroundResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}]" +Pset_CableFittingTypeFanout,PSET_TYPEDRIVENOVERRIDE,"['IfcCableFitting/FANOUT', 'IfcCableFittingType/FANOUT']","IfcCableFitting/FANOUT,IfcCableFittingType/FANOUT","[{'property_name': 'NumberOfTubes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'TubeDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_CableSegmentConnector,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment', 'IfcCableSegmentType']","IfcCableSegment,IfcCableSegmentType","[{'property_name': 'ConnectorAColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConnectorBColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConnectorAType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConnectorBType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConnectorAGender', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionPortGender', 'values': ['FEMALE', 'MALE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectorBGender', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionPortGender', 'values': ['FEMALE', 'MALE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableSegmentOccurenceFiberSegment,PSET_OCCURRENCEDRIVEN,['IfcCableSegment/FIBERSEGMENT'],IfcCableSegment/FIBERSEGMENT,"[{'property_name': 'InUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableSegmentOccurrence,PSET_OCCURRENCEDRIVEN,['IfcCableSegment'],IfcCableSegment,"[{'property_name': 'DesignAmbientTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'UserCorrectionFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'NumberOfParallelCircuits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'InstallationMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'InstallationMethodFlagEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InstallationMethodFlagEnum', 'values': ['BELOWCEILING', 'INDUCT', 'INSOIL', 'ONWALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DistanceBetweenParallelCircuits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SoilConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}, {'property_name': 'CarrierStackNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'MountingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MountingMethodEnum', 'values': ['LADDER', 'PERFORATEDTRAY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsHorizontalCable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsMountedFlatCable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumCableLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'PowerLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SequentialCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeBusBarSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/BUSBARSEGMENT', 'IfcCableSegmentType/BUSBARSEGMENT']","IfcCableSegment/BUSBARSEGMENT,IfcCableSegmentType/BUSBARSEGMENT","[{'property_name': 'IsHorizontalBusbar', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateTensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'ACResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalExpansionCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalExpansionCoefficientMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'DCResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'CrossSectionalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InsulationMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InsulatorType', 'values': ['LONGRODINSULATOR', 'PININSULATOR', 'POSTINSULATOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OverallDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_CableSegmentTypeCableSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CABLESEGMENT', 'IfcCableSegmentType/CABLESEGMENT']","IfcCableSegment/CABLESEGMENT,IfcCableSegmentType/CABLESEGMENT","[{'property_name': 'Standard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NumberOfCores', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ScreenDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasProtectiveEarth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MaximumOperatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumShortCircuitTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpecialConstruction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HalogenProof', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FunctionReliable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ACResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'DCResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumBendingRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfWires', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'InsulationVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_CableSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment', 'IfcCableSegmentType']","IfcCableSegment,IfcCableSegmentType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableSegmentTypeConductorSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CONDUCTORSEGMENT', 'IfcCableSegmentType/CONDUCTORSEGMENT']","IfcCableSegment/CONDUCTORSEGMENT,IfcCableSegmentType/CONDUCTORSEGMENT","[{'property_name': 'CrossSectionalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'Function', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FunctionEnum', 'values': ['LINE', 'NEUTRAL', 'PROTECTIVEEARTH', 'PROTECTIVEEARTHNEUTRAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConductorMaterial', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MaterialEnum', 'values': ['ALUMINIUM', 'COPPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Construction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConstructionEnum', 'values': ['FLEXIBLESTRANDEDCONDUCTOR', 'SOLIDCONDUCTOR', 'STRANDEDCONDUCTOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConductorShape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ShapeEnum', 'values': ['CIRCULARCONDUCTOR', 'HELICALCONDUCTOR', 'RECTANGULARCONDUCTOR', 'SECTORCONDUCTOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ACResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalExpansionCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalExpansionCoefficientMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateTensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'DCResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCores', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_CableSegmentTypeContactWire,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CONTACTWIRESEGMENT', 'IfcCableSegmentType/CONTACTWIRESEGMENT']","IfcCableSegment/CONTACTWIRESEGMENT,IfcCableSegmentType/CONTACTWIRESEGMENT","[{'property_name': 'ACResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalExpansionCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalExpansionCoefficientMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'DCResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'CrossSectionalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeCoreSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CORESEGMENT', 'IfcCableSegmentType/CORESEGMENT']","IfcCableSegment/CORESEGMENT,IfcCableSegmentType/CORESEGMENT","[{'property_name': 'OverallDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ScreenDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SheathColours', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoreColoursEnum', 'values': ['BLACK', 'BLUE', 'BROWN', 'GOLD', 'GREEN', 'GREENANDYELLOW', 'GREY', 'ORANGE', 'PINK', 'RED', 'SILVER', 'TURQUOISE', 'VIOLET', 'WHITE', 'YELLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateTensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HalogenProof', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FunctionReliable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Standard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalExpansionCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalExpansionCoefficientMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'DCResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LayRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ACResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'StrandingMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeEarthingConductor,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CONDUCTORSEGMENT', 'IfcCableSegmentType/CONDUCTORSEGMENT']","IfcCableSegment/CONDUCTORSEGMENT,IfcCableSegmentType/CONDUCTORSEGMENT","[{'property_name': 'ResistanceToGround', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeFiberSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/FIBERSEGMENT', 'IfcCableSegmentType/FIBERSEGMENT']","IfcCableSegment/FIBERSEGMENT,IfcCableSegmentType/FIBERSEGMENT","[{'property_name': 'FiberColour', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FiberColour', 'values': ['AQUA', 'BLACK', 'BLUE', 'BROWN', 'GREEN', 'ORANGE', 'RED', 'ROSE', 'SLATE', 'VIOLET', 'WHITE', 'YELLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasTightJacket', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FiberType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FiberType', 'values': ['BEND_INSENSITIVEFIBER', 'CUTOFFSHIFTEDFIBER', 'DISPERSIONSHIFTEDFIBER', 'LOWWATERPEAKFIBER', 'NON_ZERODISPERSIONSHIFTEDFIBER', 'OM1', 'OM2', 'OM3', 'OM4', 'OM5', 'STANDARDSINGLEMODEFIBER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableSegmentTypeFiberTubeSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/FIBERTUBE', 'IfcCableSegmentType/FIBERTUBE']","IfcCableSegment/FIBERTUBE,IfcCableSegmentType/FIBERTUBE","[{'property_name': 'FiberTubeColour', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FiberColour', 'values': ['AQUA', 'BLACK', 'BLUE', 'BROWN', 'GREEN', 'ORANGE', 'RED', 'ROSE', 'SLATE', 'VIOLET', 'WHITE', 'YELLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfFibers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeOpticalCableSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/OPTICALCABLESEGMENT', 'IfcCableSegmentType/OPTICALCABLESEGMENT']","IfcCableSegment/OPTICALCABLESEGMENT,IfcCableSegmentType/OPTICALCABLESEGMENT","[{'property_name': 'NumberOfFibers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OpticalCableStructure', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_OpticalCableStructureType', 'values': ['BREAKOUT', 'LOOSETUBE', 'PATCHCORD', 'PIGTAIL', 'TIGHTBUFFERED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfMultiModeFibers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfSingleModeFibers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTubes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'FiberMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FiberMode', 'values': ['MULTIMODE', 'SINGLEMODE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableSegmentTypeStitchWire,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/STITCHWIRE', 'IfcCableSegmentType/STITCHWIRE']","IfcCableSegment/STITCHWIRE,IfcCableSegmentType/STITCHWIRE","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MechanicalTension', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateTensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeWirePairSegment,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/WIREPAIRSEGMENT', 'IfcCableSegmentType/WIREPAIRSEGMENT']","IfcCableSegment/WIREPAIRSEGMENT,IfcCableSegmentType/WIREPAIRSEGMENT","[{'property_name': 'CharacteristicImpedance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ConductorDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreConductorDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'JacketColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ShieldConductorDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WirePairType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WirePairType', 'values': ['COAXIAL', 'TWISTED', 'UNTWISTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CargoCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcVehicle/CARGO', 'IfcVehicleType/CARGO']","IfcVehicle/CARGO,IfcVehicleType/CARGO","[{'property_name': 'ProcessItem', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ProcessItem', 'values': ['BARREL', 'CGT', 'PASSENGER', 'TEU', 'TONNE', 'VEHICLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AdditionalProcessing', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AdditionalProcessing', 'values': ['INSPECTION', 'ISOLATION', 'NONE', 'TARIFFS']}}, {'property_name': 'ProcessDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ProcessDirection', 'values': ['EXPORT', 'IMPORT', 'TRANSFER']}}]" +Pset_CessBetweenRails,PSET_TYPEDRIVENOVERRIDE,"['IfcSlab/TRACKSLAB', 'IfcSlabType/TRACKSLAB']","IfcSlab/TRACKSLAB,IfcSlabType/TRACKSLAB","[{'property_name': 'JointRelativePosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RelativePosition', 'values': ['LEFT', 'MIDDLE', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CheckRailType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CheckRailType', 'values': ['TYPE_33C1', 'TYPE_40C1', 'TYPE_47C1', 'TYPE_CR3_60U', 'TYPE_R260', 'TYPE_R320CR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LoadCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'UsagePurpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UsagePurpose', 'values': ['MAINTENANCE', 'RESCUESERVICES', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ChillerPHistory,PSET_PERFORMANCEDRIVEN,['IfcChiller'],IfcChiller,"[{'property_name': 'Capacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EnergyEfficiencyRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CoefficientOfPerformance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ChillerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcChiller', 'IfcChillerType']","IfcChiller,IfcChillerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ChillerCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCondensingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalEvaporatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatRejectionRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPowerConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CapacityCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CoefficientOfPerformanceCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'FullLoadRatioCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_ChimneyCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcChimney', 'IfcChimneyType']","IfcChimney,IfcChimneyType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfDrafts', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CivilElementCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCivilElement', 'IfcCivilElementType']","IfcCivilElement,IfcCivilElementType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CoaxialCable,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CABLESEGMENT', 'IfcCableSegmentType/CABLESEGMENT']","IfcCableSegment/CABLESEGMENT,IfcCableSegmentType/CABLESEGMENT","[{'property_name': 'CharacteristicImpedance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'CouplingLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumTransmissionAttenuation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSoundPowerLevelMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCoaxialPairs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'PropagationSpeedCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransmissionLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'RadiantFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}]" +Pset_CoilOccurrence,PSET_OCCURRENCEDRIVEN,['IfcCoil'],IfcCoil,"[{'property_name': 'HasSoundAttenuation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CoilPHistory,PSET_PERFORMANCEDRIVEN,['IfcCoil'],IfcCoil,"[{'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurveHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SoundCurveHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FaceVelocity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CoilTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCoil', 'IfcCoilType']","IfcCoil,IfcCoilType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AirFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalSensibleCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLatentCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalUA', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'CoilPlacement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilPlacementType', 'values': ['CEILING', 'FLOOR', 'UNIT', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CoilTypeHydronic,PSET_TYPEDRIVENOVERRIDE,"['IfcCoil', 'IfcCoilType']","IfcCoil,IfcCoilType","[{'property_name': 'FluidPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'CoilCoolant', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilCoolant', 'values': ['BRINE', 'GLYCOL', 'WATER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilConnectionDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilConnectionDirection', 'values': ['LEFT', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilFluidArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilFluidArrangement', 'values': ['CROSSCOUNTERFLOW', 'CROSSFLOW', 'CROSSPARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilFaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatExchangeSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimarySurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondarySurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalUACurves', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'WaterPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'BypassFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SensibleHeatRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'WetCoilFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_ColumnCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcColumn', 'IfcColumnType']","IfcColumn,IfcColumnType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Roll', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CommunicationsAppliancePHistory,PSET_PERFORMANCEDRIVEN,['IfcCommunicationsAppliance'],IfcCommunicationsAppliance,"[{'property_name': 'PowerState', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CommunicationsApplianceTypeAntenna,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/ANTENNA', 'IfcCommunicationsApplianceType/ANTENNA']","IfcCommunicationsAppliance/ANTENNA,IfcCommunicationsApplianceType/ANTENNA","[{'property_name': 'AntennaGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PolarizationMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PolarizationMode', 'values': ['DUALPOLARIZATION', 'SINGLEPOLARIZATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RadiationPattern', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RadiationPattern', 'values': ['DIRECTIONAL', 'FANBEAM', 'OMNIDIRECTIONAL', 'PENCILBEAM', 'SHAPEDBEAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AntennaType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AntennaType', 'values': ['CEILING', 'PANEL', 'YAGI', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CommunicationsApplianceTypeAutomaton,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/AUTOMATON', 'IfcCommunicationsApplianceType/AUTOMATON']","IfcCommunicationsAppliance/AUTOMATON,IfcCommunicationsApplianceType/AUTOMATON","[{'property_name': 'InputSignalType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InputOutputSignalType', 'values': ['CURRENT', 'VOLTAGE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutputSignalType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InputOutputSignalType', 'values': ['CURRENT', 'VOLTAGE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CommunicationsApplianceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance', 'IfcCommunicationsApplianceType']","IfcCommunicationsAppliance,IfcCommunicationsApplianceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CommunicationsApplianceTypeComputer,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/COMPUTER', 'IfcCommunicationsApplianceType/COMPUTER']","IfcCommunicationsAppliance/COMPUTER,IfcCommunicationsApplianceType/COMPUTER","[{'property_name': 'StorageCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'UserInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ComputerUIType', 'values': ['CLI', 'GUI', 'TOUCHSCREEN', 'TOUCHTONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CommunicationsApplianceTypeGateway,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/GATEWAY', 'IfcCommunicationsApplianceType/GATEWAY']","IfcCommunicationsAppliance/GATEWAY,IfcCommunicationsApplianceType/GATEWAY","[{'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_CommunicationsApplianceTypeIntelligentPeripheral,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/INTELLIGENTPERIPHERAL', 'IfcCommunicationsApplianceType/INTELLIGENTPERIPHERAL']","IfcCommunicationsAppliance/INTELLIGENTPERIPHERAL,IfcCommunicationsApplianceType/INTELLIGENTPERIPHERAL","[{'property_name': 'UserCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_CommunicationsApplianceTypeIpNetworkEquipment,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/IPNETWORKEQUIPMENT', 'IfcCommunicationsApplianceType/IPNETWORKEQUIPMENT']","IfcCommunicationsAppliance/IPNETWORKEQUIPMENT,IfcCommunicationsApplianceType/IPNETWORKEQUIPMENT","[{'property_name': 'NumberOfSlots', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'EquipmentCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIntegerCountRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCoolingFans', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'SupportedProtocol', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ManagingSoftware', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_CommunicationsApplianceTypeModem,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/MODEM', 'IfcCommunicationsApplianceType/MODEM']","IfcCommunicationsAppliance/MODEM,IfcCommunicationsApplianceType/MODEM","[{'property_name': 'NumberOfCommonInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'NumberOfTrafficInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CommonInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CommonInterfaceType', 'values': ['DRYCONTACTSINTERFACE', 'MANAGEMENTINTERFACE', 'OTHER_IO_INTERFACE', 'SYNCHRONIZATIONINTERFACE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrafficInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ModemTrafficInterfaceType', 'values': ['E1', 'FASTETHERNET', 'XDSL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CommunicationsApplianceTypeOpticalLineTerminal,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/OPTICALLINETERMINAL', 'IfcCommunicationsApplianceType/OPTICALLINETERMINAL']","IfcCommunicationsAppliance/OPTICALLINETERMINAL,IfcCommunicationsApplianceType/OPTICALLINETERMINAL","[{'property_name': 'NumberOfSlots', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_CommunicationsApplianceTypeOpticalNetworkUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/OPTICALNETWORKUNIT', 'IfcCommunicationsApplianceType/OPTICALNETWORKUNIT']","IfcCommunicationsAppliance/OPTICALNETWORKUNIT,IfcCommunicationsApplianceType/OPTICALNETWORKUNIT","[{'property_name': 'OpticalNetworkUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_OpticalNetworkUnitType', 'values': ['ACTIVE', 'PASSIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_CommunicationsApplianceTypeTelecommand,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/TELECOMMAND', 'IfcCommunicationsApplianceType/TELECOMMAND']","IfcCommunicationsAppliance/TELECOMMAND,IfcCommunicationsApplianceType/TELECOMMAND","[{'property_name': 'NumberOfWorkstations', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'NumberOfCPUs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_CommunicationsApplianceTypeTelephonyExchange,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/TELEPHONYEXCHANGE', 'IfcCommunicationsApplianceType/TELEPHONYEXCHANGE']","IfcCommunicationsAppliance/TELEPHONYEXCHANGE,IfcCommunicationsApplianceType/TELEPHONYEXCHANGE","[{'property_name': 'UserCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_CommunicationsApplianceTypeTransportEquipment,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/TRANSPORTEQUIPMENT', 'IfcCommunicationsApplianceType/TRANSPORTEQUIPMENT']","IfcCommunicationsAppliance/TRANSPORTEQUIPMENT,IfcCommunicationsApplianceType/TRANSPORTEQUIPMENT","[{'property_name': 'IsUpgradable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ElectricalCrossCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NumberOfSlots', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'TransportEquipmentType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransportEquipmentType', 'values': ['MPLS_TP', 'OTN', 'PDH', 'SDH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TransportEquipmentAssemblyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransportEquipmentAssemblyType', 'values': ['FIXEDCONFIGURATION', 'MODULARCONFIGURATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CompressorPHistory,PSET_PERFORMANCEDRIVEN,['IfcCompressor'],IfcCompressor,"[{'property_name': 'CompressorCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EnergyEfficiencyRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CoefficientOfPerformance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VolumetricEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressionEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MechanicalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'IsentropicEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorTotalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ShaftPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InputPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LubricantPumpHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FrictionHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorTotalHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FullLoadRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CompressorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCompressor', 'IfcCompressorType']","IfcCompressor,IfcCompressorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PowerSource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CompressorTypePowerSource', 'values': ['ENGINEDRIVEN', 'GASTURBINE', 'MOTORDRIVEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['AMMONIA', 'CFC', 'CO2', 'H2O', 'HCFC', 'HFC', 'HYDROCARBONS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MinimumPartLoadRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPartLoadRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CompressorSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'IdealCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'IdealShaftPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'HasHotGasBypass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ConcreteElementGeneral,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBuildingElementProxy', 'IfcChimney', 'IfcCivilElement', 'IfcColumn', 'IfcFooting', 'IfcMember', 'IfcPile', 'IfcPlate', 'IfcRailing', 'IfcRampFlight', 'IfcRamp', 'IfcRoof', 'IfcSlab', 'IfcStairFlight', 'IfcStair', 'IfcWall', 'IfcBeamType', 'IfcBuildingElementProxyType', 'IfcChimneyType', 'IfcCivilElementType', 'IfcColumnType', 'IfcFootingType', 'IfcMemberType', 'IfcPileType', 'IfcPlateType', 'IfcRailingType', 'IfcRampFlightType', 'IfcRampType', 'IfcRoofType', 'IfcSlabType', 'IfcStairFlightType', 'IfcStairType', 'IfcWallType']","IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcCivilElement,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRailing,IfcRampFlight,IfcRamp,IfcRoof,IfcSlab,IfcStairFlight,IfcStair,IfcWall,IfcBeamType,IfcBuildingElementProxyType,IfcChimneyType,IfcCivilElementType,IfcColumnType,IfcFootingType,IfcMemberType,IfcPileType,IfcPlateType,IfcRailingType,IfcRampFlightType,IfcRampType,IfcRoofType,IfcSlabType,IfcStairFlightType,IfcStairType,IfcWallType","[{'property_name': 'AssemblyPlace', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssemblyPlace', 'values': ['FACTORY', 'OFFSITE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CastingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConcreteCastingMethod', 'values': ['INSITU', 'MIXED', 'PRECAST', 'PRINTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'StructuralClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StrengthClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ExposureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementVolumeRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassDensityMeasure', 'unit_type': 'None'}}, {'property_name': 'ReinforcementAreaRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaDensityMeasure', 'unit_type': 'None'}}, {'property_name': 'DimensionalAccuracyClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConstructionToleranceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConcreteCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcreteCoverAtMainBars', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcreteCoverAtLinks', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ReinforcementStrengthClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CondenserPHistory,PSET_PERFORMANCEDRIVEN,['IfcCondenser'],IfcCondenser,"[{'property_name': 'HeatRejectionRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RefrigerantFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CondensingTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LogarithmicMeanTemperatureDifference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UAcurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorCondenserHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorCondenserPressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CondenserMeanVoidFraction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WaterFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CondenserTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCondenser', 'IfcCondenserType']","IfcCondenser,IfcCondenserType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['AMMONIA', 'CFC', 'CO2', 'H2O', 'HCFC', 'HFC', 'HYDROCARBONS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ExternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalRefrigerantVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalWaterVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}]" +Pset_Condition,PSET_TYPEDRIVENOVERRIDE,"['IfcAsset', 'IfcElement', 'IfcSystem', 'IfcElementType']","IfcAsset,IfcElement,IfcSystem,IfcElementType","[{'property_name': 'AssessmentDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'AssessmentCondition', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssessmentDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'AssessmentType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssessmentMethod', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcDocumentReference'}}, {'property_name': 'LastAssessmentReport', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NextAssessmentDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'AssessmentFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ConstructionAdministration,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'ProcurementMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SpecificationSectionNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SubmittalIdentifer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ConstructionOccurence,PSET_OCCURRENCEDRIVEN,['IfcElement'],IfcElement,"[{'property_name': 'InstallationDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'ModelNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TagNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssetIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ConstructionResource,PSET_TYPEDRIVENOVERRIDE,"['IfcConstructionResource', 'IfcConstructionResourceType']","IfcConstructionResource,IfcConstructionResourceType","[{'property_name': 'ScheduleWorkProgression', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ActualWorkTime', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RemainingWorkProgression', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ScheduleCost', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ActualCost', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RemainingCost', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ScheduleCompletion', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ActualCompletion', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ControllerPHistory,PSET_PERFORMANCEDRIVEN,['IfcController'],IfcController,"[{'property_name': 'ValueHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Quality', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ControllerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcController', 'IfcControllerType']","IfcController,IfcControllerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ControllerTypeFloating,PSET_TYPEDRIVENOVERRIDE,"['IfcController/FLOATING', 'IfcControllerType/FLOATING']","IfcController/FLOATING,IfcControllerType/FLOATING","[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerTypeFloating', 'values': ['ABSOLUTE', 'ACCUMULATOR', 'AVERAGE', 'BINARY', 'CONSTANT', 'DERIVATIVE', 'DIVIDE', 'HYSTERESIS', 'INPUT', 'INTEGRAL', 'INVERSE', 'LOWERLIMITCONTROL', 'MAXIMUM', 'MINIMUM', 'MODIFIER', 'OUTPUT', 'PRODUCT', 'PULSECONVERTER', 'REPORT', 'RUNNINGAVERAGE', 'SPLIT', 'SUBTRACT', 'SUM', 'UPPERLIMITCONTROL', 'VARIABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Range', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SignalOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ControllerTypeMultiPosition,PSET_TYPEDRIVENOVERRIDE,"['IfcController/MULTIPOSITION', 'IfcControllerType/MULTIPOSITION']","IfcController/MULTIPOSITION,IfcControllerType/MULTIPOSITION","[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerMultiPositionType', 'values': ['INPUT', 'OUTPUT', 'VARIABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'IntegerRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}}]" +Pset_ControllerTypeProgrammable,PSET_TYPEDRIVENOVERRIDE,"['IfcController/PROGRAMMABLE', 'IfcControllerType/PROGRAMMABLE']","IfcController/PROGRAMMABLE,IfcControllerType/PROGRAMMABLE","[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerTypeProgrammable', 'values': ['PRIMARY', 'SECONDARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FirmwareVersion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SoftwareVersion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Application', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerApplication', 'values': ['BOILERCONTROLLER', 'CONSTANTLIGHTCONTROLLER', 'DISCHARGEAIRCONTROLLER', 'FANCOILUNITCONTROLLER', 'LIGHTINGPANELCONTROLLER', 'MODEMCONTROLLER', 'OCCUPANCYCONTROLLER', 'PARTITIONWALLCONTROLLER', 'PUMPCONTROLLER', 'REALTIMEBASEDSCHEDULER', 'REALTIMEKEEPER', 'ROOFTOPUNITCONTROLLER', 'SCENECONTROLLER', 'SPACECONFORTCONTROLLER', 'SUNBLINDCONTROLLER', 'TELEPHONEDIRECTORY', 'UNITVENTILATORCONTROLLER', 'VAV', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ControllerTypeProportional,PSET_TYPEDRIVENOVERRIDE,"['IfcController/PROPORTIONAL', 'IfcControllerType/PROPORTIONAL']","IfcController/PROPORTIONAL,IfcControllerType/PROPORTIONAL","[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerProportionalType', 'values': ['PROPORTIONAL', 'PROPORTIONALINTEGRAL', 'PROPORTIONALINTEGRALDERIVATIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Range', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ProportionalConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'IntegralConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'DerivativeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalTimeIncrease', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalTimeDecrease', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ControllerTypeTwoPosition,PSET_TYPEDRIVENOVERRIDE,"['IfcController/TWOPOSITION', 'IfcControllerType/TWOPOSITION']","IfcController/TWOPOSITION,IfcControllerType/TWOPOSITION","[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerTwoPositionType', 'values': ['AND', 'AVERAGE', 'CALENDAR', 'INPUT', 'LOWERBANDSWITCH', 'LOWERLIMITSWITCH', 'NOT', 'OR', 'OUTPUT', 'UPPERBANDSWITCH', 'UPPERLIMITSWITCH', 'VARIABLE', 'XOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Polarity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CooledBeamPHistory,PSET_PERFORMANCEDRIVEN,['IfcCooledBeam'],IfcCooledBeam,"[{'property_name': 'TotalCoolingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalHeatingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'BeamCoolingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'BeamHeatingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CoolingWaterFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatingWaterFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CorrectionFactorForCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CorrectionFactorForHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WaterPressureDropCurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyWaterTemperatureCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ReturnWaterTemperatureCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyWaterTemperatureHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ReturnWaterTemperatureHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CooledBeamPHistoryActive,PSET_PERFORMANCEDRIVEN,['IfcCooledBeam/ACTIVE'],IfcCooledBeam/ACTIVE,"[{'property_name': 'AirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Throw', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CooledBeamTypeActive,PSET_TYPEDRIVENOVERRIDE,"['IfcCooledBeam/ACTIVE', 'IfcCooledBeamType/ACTIVE']","IfcCooledBeam/ACTIVE,IfcCooledBeamType/ACTIVE","[{'property_name': 'AirFlowConfiguration', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamActiveAirFlowConfigurationType', 'values': ['BIDIRECTIONAL', 'UNIDIRECTIONALLEFT', 'UNIDIRECTIONALRIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SupplyAirConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamSupplyAirConnectionType', 'values': ['LEFT', 'RIGHT', 'STRAIGHT', 'TOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_CooledBeamTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCooledBeam', 'IfcCooledBeamType']","IfcCooledBeam,IfcCooledBeamType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsFreeHanging', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PipeConnection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamPipeConnection', 'values': ['LEFT', 'RIGHT', 'STRAIGHT', 'TOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WaterFlowControlSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamWaterFlowControlSystemType', 'values': ['2WAYVALVE', '3WAYVALVE', 'NONE', 'ONOFFVALVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WaterPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSurroundingTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSurroundingHumidityCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyWaterTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalReturnWaterTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWaterFlowCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSurroundingTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyWaterTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalReturnWaterTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWaterFlowHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'IntegratedLightingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamIntegratedLightingType', 'values': ['DIRECT', 'DIRECTANDINDIRECT', 'INDIRECT', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FinishColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CoilLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoilWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_CoolingTowerPHistory,PSET_PERFORMANCEDRIVEN,['IfcCoolingTower'],IfcCoolingTower,"[{'property_name': 'Capacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SumpHeaterPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UACurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Performance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CoolingTowerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCoolingTower', 'IfcCoolingTowerType']","IfcCoolingTower,IfcCoolingTowerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CircuitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerCircuitType', 'values': ['CLOSEDCIRCUITDRY', 'CLOSEDCIRCUITDRYWET', 'CLOSEDCIRCUITWET', 'OPENCIRCUIT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerFlowArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SprayType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerSprayType', 'values': ['FILMTYPEFILL', 'SPLASHTYPEFILL', 'SPRAYFILLED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerCapacityControl', 'values': ['BYPASSVALVECONTROL', 'DAMPERSCONTROL', 'FANCYCLING', 'MULTIPLESERIESPUMPS', 'TWOSPEEDFAN', 'TWOSPEEDPUMP', 'VARIABLESPEEDFAN', 'VARIABLESPEEDPUMP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ControlStrategy', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerControlStrategy', 'values': ['FIXEDEXITINGWATERTEMP', 'WETBULBTEMPRESET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfCells', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'BasinReserveVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'LiftElevationDifference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'AmbientDesignDryBulbTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'AmbientDesignWetBulbTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}]" +Pset_CourseApplicationConditions,PSET_TYPEDRIVENOVERRIDE,"['IfcCourse', 'IfcCourseType']","IfcCourse,IfcCourseType","[{'property_name': 'ApplicationTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'WeatherConditions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_CourseCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCourse', 'IfcCourseType']","IfcCourse,IfcCourseType","[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_CoveringCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCovering', 'IfcCoveringType']","IfcCovering,IfcCoveringType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlammabilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FragilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Finish', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CoveringFlooring,PSET_TYPEDRIVENOVERRIDE,"['IfcCovering/FLOORING', 'IfcCoveringType/FLOORING']","IfcCovering/FLOORING,IfcCoveringType/FLOORING","[{'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasAntiStaticSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CoveringTypeMembrane,PSET_TYPEDRIVENOVERRIDE,"['IfcCovering/MEMBRANE', 'IfcCoveringType/MEMBRANE']","IfcCovering/MEMBRANE,IfcCoveringType/MEMBRANE","[{'property_name': 'NominalInstallationDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalTransverseInclination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}]" +Pset_CurrentInstrumentTransformer,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowInstrument/AMMETER', 'IfcFlowInstrument/COMBINED', 'IfcFlowInstrumentType/AMMETER', 'IfcFlowInstrumentType/COMBINED']","IfcFlowInstrument/AMMETER,IfcFlowInstrument/COMBINED,IfcFlowInstrumentType/AMMETER,IfcFlowInstrumentType/COMBINED","[{'property_name': 'AccuracyClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'AccuracyGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_CurtainWallCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcCurtainWall', 'IfcCurtainWallType']","IfcCurtainWall,IfcCurtainWallType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DamperOccurrence,PSET_OCCURRENCEDRIVEN,['IfcDamper'],IfcDamper,"[{'property_name': 'SizingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperSizingMethod', 'values': ['EXACT', 'NOMINAL', 'NOTKNOWN', 'UNSET']}}]" +Pset_DamperPHistory,PSET_PERFORMANCEDRIVEN,['IfcDamper'],IfcDamper,"[{'property_name': 'AirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Leakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'BladePositionAngle', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DamperPosition', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureLossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DamperTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcDamper', 'IfcDamperType']","IfcDamper,IfcDamperType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Operation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperOperation', 'values': ['AUTOMATIC', 'MANUAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Orientation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperOrientation', 'values': ['HORIZONTAL', 'VERTICAL', 'VERTICALORHORIZONTAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BladeAction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeAction', 'values': ['FOLDINGCURTAIN', 'OPPOSED', 'PARALLEL', 'SINGLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeShape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeShape', 'values': ['EXTRUDEDAIRFOIL', 'FABRICATEDAIRFOIL', 'FLAT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeEdge', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeEdge', 'values': ['CRIMPED', 'UNCRIMPED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberofBlades', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'FaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MaximumWorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'OpenPressureDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'LeakageFullyClosed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'LossCoefficentCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'LeakageCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RegeneratedSoundCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'FrameType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FrameDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FrameThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CloseOffRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_DamperTypeControlDamper,PSET_TYPEDRIVENOVERRIDE,"['IfcDamper/CONTROLDAMPER', 'IfcDamperType/CONTROLDAMPER']","IfcDamper/CONTROLDAMPER,IfcDamperType/CONTROLDAMPER","[{'property_name': 'TorqueRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcTorqueMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ControlDamperOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControlDamperOperation', 'values': ['EXPONENTIAL', 'LINEAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DamperTypeFireDamper,PSET_TYPEDRIVENOVERRIDE,"['IfcDamper/FIREDAMPER', 'IfcDamperType/FIREDAMPER']","IfcDamper/FIREDAMPER,IfcDamperType/FIREDAMPER","[{'property_name': 'ActuationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperActuationType', 'values': ['GRAVITY', 'SPRING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ClosureRatingEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperClosureRating', 'values': ['DYNAMIC', 'STATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FireResistanceRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FusibleLinkTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}]" +Pset_DamperTypeFireSmokeDamper,PSET_TYPEDRIVENOVERRIDE,"['IfcDamper/FIRESMOKEDAMPER', 'IfcDamperType/FIRESMOKEDAMPER']","IfcDamper/FIRESMOKEDAMPER,IfcDamperType/FIRESMOKEDAMPER","[{'property_name': 'DamperControlType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ActuationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperActuationType', 'values': ['GRAVITY', 'SPRING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ClosureRatingEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperClosureRating', 'values': ['DYNAMIC', 'STATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FireResistanceRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FusibleLinkTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}]" +Pset_DamperTypeSmokeDamper,PSET_TYPEDRIVENOVERRIDE,"['IfcDamper/SMOKEDAMPER', 'IfcDamperType/SMOKEDAMPER']","IfcDamper/SMOKEDAMPER,IfcDamperType/SMOKEDAMPER","[{'property_name': 'ControlType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DataTransmissionUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/MODEM', 'IfcCommunicationsApplianceType/MODEM']","IfcCommunicationsAppliance/MODEM,IfcCommunicationsApplianceType/MODEM","[{'property_name': 'WorkingState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SerialInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SerialInterfaceType', 'values': ['RS_232', 'RS_422', 'RS_485', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DataTransmissionUnitUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DataTransmissionUnitUsage', 'values': ['EARTHQUAKE', 'FOREIGNOBJECT', 'WINDANDRAIN', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DiscreteAccessoryColumnShoe,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/SHOE', 'IfcDiscreteAccessoryType/SHOE']","IfcDiscreteAccessory/SHOE,IfcDiscreteAccessoryType/SHOE","[{'property_name': 'ColumnShoeBasePlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeBasePlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeBasePlateDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeCasingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeCasingWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeCasingDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryCornerFixingPlate,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory,IfcDiscreteAccessoryType","[{'property_name': 'CornerFixingPlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CornerFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CornerFixingPlateFlangeWidthInPlaneZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CornerFixingPlateFlangeWidthInPlaneX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryDiagonalTrussConnector,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory,IfcDiscreteAccessoryType","[{'property_name': 'DiagonalTrussHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussCrossBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussBaseBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussSecondaryBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussCrossBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryEdgeFixingPlate,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory,IfcDiscreteAccessoryType","[{'property_name': 'EdgeFixingPlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeFixingPlateFlangeWidthInPlaneZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeFixingPlateFlangeWidthInPlaneX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryFixingSocket,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory,IfcDiscreteAccessoryType","[{'property_name': 'FixingSocketTypeReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'FixingSocketHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FixingSocketThreadDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FixingSocketThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryLadderTrussConnector,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory,IfcDiscreteAccessoryType","[{'property_name': 'LadderTrussHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussCrossBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussBaseBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussSecondaryBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussCrossBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryStandardFixingPlate,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory,IfcDiscreteAccessoryType","[{'property_name': 'StandardFixingPlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StandardFixingPlateDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StandardFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryTypeBracket,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/BRACKET', 'IfcDiscreteAccessoryType/BRACKET']","IfcDiscreteAccessory/BRACKET,IfcDiscreteAccessoryType/BRACKET","[{'property_name': 'IsInsulated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryTypeCableArranger,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/CABLEARRANGER', 'IfcDiscreteAccessoryType/CABLEARRANGER']","IfcDiscreteAccessory/CABLEARRANGER,IfcDiscreteAccessoryType/CABLEARRANGER","[{'property_name': 'CableArrangerPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ArrangerPositionEnum', 'values': ['FRONTSIDE', 'HORIZONTAL', 'REARSIDE', 'VERTICAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DiscreteAccessoryTypeInsulator,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/INSULATOR', 'IfcDiscreteAccessoryType/INSULATOR']","IfcDiscreteAccessory/INSULATOR,IfcDiscreteAccessoryType/INSULATOR","[{'property_name': 'RatedCurrent', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'InsulationVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'BreakdownVoltageTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'InsulationMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InsulatorType', 'values': ['LONGRODINSULATOR', 'PININSULATOR', 'POSTINSULATOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'CreepageDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InstallationMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LightningPeakVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'RMSWithstandVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'Voltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryTypeLock,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/LOCK', 'IfcDiscreteAccessoryType/LOCK']","IfcDiscreteAccessory/LOCK,IfcDiscreteAccessoryType/LOCK","[{'property_name': 'InstallationPlan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'RequiredClosureSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryTypeRailBrace,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/RAILBRACE', 'IfcDiscreteAccessoryType/RAILBRACE']","IfcDiscreteAccessory/RAILBRACE,IfcDiscreteAccessoryType/RAILBRACE","[{'property_name': 'IsTemporary', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryTypeRailLubrication,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/RAIL_LUBRICATION', 'IfcDiscreteAccessoryType/RAIL_LUBRICATION']","IfcDiscreteAccessory/RAIL_LUBRICATION,IfcDiscreteAccessoryType/RAIL_LUBRICATION","[{'property_name': 'PositionInTrack', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RelativePosition', 'values': ['LEFT', 'MIDDLE', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MaximumNoiseEmissions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSoundPowerLevelMeasure', 'unit_type': 'None'}}, {'property_name': 'LubricationSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LubricationSystemType', 'values': ['ACTIVE_LUBRICATION', 'PASSIVE_LUBRICATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LubricationPowerSupplyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LubricationPowerSupply', 'values': ['ELECTRIC', 'PHOTOVOLTAIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DiscreteAccessoryTypeRailPad,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/RAILPAD', 'IfcDiscreteAccessoryType/RAILPAD']","IfcDiscreteAccessory/RAILPAD,IfcDiscreteAccessoryType/RAILPAD","[{'property_name': 'RailPadStiffness', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RailPadStiffness', 'values': ['MEDIUM', 'SOFT', 'STIFF', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DiscreteAccessoryTypeSlidingChair,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/SLIDINGCHAIR', 'IfcDiscreteAccessoryType/SLIDINGCHAIR']","IfcDiscreteAccessory/SLIDINGCHAIR,IfcDiscreteAccessoryType/SLIDINGCHAIR","[{'property_name': 'IsSelfLubricated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryTypeSoundAbsorption,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/SOUNDABSORPTION', 'IfcDiscreteAccessoryType/SOUNDABSORPTION']","IfcDiscreteAccessory/SOUNDABSORPTION,IfcDiscreteAccessoryType/SOUNDABSORPTION","[{'property_name': 'SoundAbsorptionLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSoundPowerLevelMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryTypeTensioningEquipment,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/TENSIONINGEQUIPMENT', 'IfcDiscreteAccessoryType/TENSIONINGEQUIPMENT']","IfcDiscreteAccessory/TENSIONINGEQUIPMENT,IfcDiscreteAccessoryType/TENSIONINGEQUIPMENT","[{'property_name': 'ReferenceEnvironmentTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'HasBreakLineLock', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'RatioOfWireTension', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransmissionEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryWireLoop,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory', 'IfcDiscreteAccessoryType']","IfcDiscreteAccessory,IfcDiscreteAccessoryType","[{'property_name': 'WireLoopBasePlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireLoopBasePlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireLoopBasePlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireEmbeddingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireLoopLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionBoardOccurrence,PSET_OCCURRENCEDRIVEN,['IfcElectricDistributionBoard'],IfcElectricDistributionBoard,"[{'property_name': 'IsMain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsSkilledOperator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DistributionBoardTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricDistributionBoard', 'IfcElectricDistributionBoardType']","IfcElectricDistributionBoard,IfcElectricDistributionBoardType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DistributionBoardTypeDispatchingBoard,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionBoard/DISPATCHINGBOARD', 'IfcDistributionBoardType/DISPATCHINGBOARD']","IfcDistributionBoard/DISPATCHINGBOARD,IfcDistributionBoardType/DISPATCHINGBOARD","[{'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'DispatchingBoardType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DispatchingBoardType', 'values': ['CENTER', 'STATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DistributionBoardTypeDistributionFrame,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionBoard/DISTRIBUTIONFRAME', 'IfcDistributionBoardType/DISTRIBUTIONFRAME']","IfcDistributionBoard/DISTRIBUTIONFRAME,IfcDistributionBoardType/DISTRIBUTIONFRAME","[{'property_name': 'PortCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement', 'IfcDistributionChamberElementType']","IfcDistributionChamberElement,IfcDistributionChamberElementType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DistributionChamberElementTypeFormedDuct,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/FORMEDDUCT', 'IfcDistributionChamberElementType/FORMEDDUCT']","IfcDistributionChamberElement/FORMEDDUCT,IfcDistributionChamberElementType/FORMEDDUCT","[{'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'CableDuctOccupancyRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeInspectionChamber,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/INSPECTIONCHAMBER', 'IfcDistributionChamberElementType/INSPECTIONCHAMBER']","IfcDistributionChamberElement/INSPECTIONCHAMBER,IfcDistributionChamberElementType/INSPECTIONCHAMBER","[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InspectionChamberInvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SoffitLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WithBackdrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'AccessLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeInspectionPit,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/INSPECTIONPIT', 'IfcDistributionChamberElementType/INSPECTIONPIT']","IfcDistributionChamberElement/INSPECTIONPIT,IfcDistributionChamberElementType/INSPECTIONPIT","[{'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeManhole,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/MANHOLE', 'IfcDistributionChamberElementType/MANHOLE']","IfcDistributionChamberElement/MANHOLE,IfcDistributionChamberElementType/MANHOLE","[{'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SoffitLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsShallow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasSteps', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WithBackdrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'AccessLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IsAccessibleOnFoot', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsLocked', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NumberOfCableEntries', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfManholeCovers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'TypeOfShaft', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TypeOfShaft', 'values': ['DIVERSIONSHAFT', 'FLUSHINGCHAMBER', 'GATESHAFT', 'GULLY', 'INSPECTIONCHAMBER', 'PUMPSHAFT', 'ROOFWATERSHAFT', 'SHAFTWITHCHECKVALVE', 'SLURRYCOLLECTOR', 'SOAKAWAY', 'WELL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DistributionChamberElementTypeMeterChamber,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/METERCHAMBER', 'IfcDistributionChamberElementType/METERCHAMBER']","IfcDistributionChamberElement/METERCHAMBER,IfcDistributionChamberElementType/METERCHAMBER","[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}]" +Pset_DistributionChamberElementTypeSump,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/SUMP', 'IfcDistributionChamberElementType/SUMP']","IfcDistributionChamberElement/SUMP,IfcDistributionChamberElementType/SUMP","[{'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SumpInvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeTrench,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/TRENCH', 'IfcDistributionChamberElementType/TRENCH']","IfcDistributionChamberElement/TRENCH,IfcDistributionChamberElementType/TRENCH","[{'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeValveChamber,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement/VALVECHAMBER', 'IfcDistributionChamberElementType/VALVECHAMBER']","IfcDistributionChamberElement/VALVECHAMBER,IfcDistributionChamberElementType/VALVECHAMBER","[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}]" +Pset_DistributionPortCommon,PSET_OCCURRENCEDRIVEN,['IfcDistributionPort'],IfcDistributionPort,"[{'property_name': 'PortNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'ColourCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DistributionPortPHistoryCable,PSET_PERFORMANCEDRIVEN,['IfcDistributionPort/CABLE'],IfcDistributionPort/CABLE,"[{'property_name': 'CurrentHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VoltageHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RealPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ReactivePower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ApparentPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PowerFactorHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DataTransmitted', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DataReceived', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DistributionPortPHistoryDuct,PSET_PERFORMANCEDRIVEN,['IfcDistributionPort/DUCT'],IfcDistributionPort/DUCT,"[{'property_name': 'TemperatureHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WetBulbTemperatureHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VolumetricFlowRateHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MassFlowRateHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FlowConditionHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VelocityHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureHisotry', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DistributionPortPHistoryPipe,PSET_PERFORMANCEDRIVEN,['IfcDistributionPort/PIPE'],IfcDistributionPort/PIPE,"[{'property_name': 'Temperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Flowrate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DistributionPortTypeCable,PSET_OCCURRENCEDRIVEN,['IfcDistributionPort/CABLE'],IfcDistributionPort/CABLE,"[{'property_name': 'ElectricalConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionPortElectricalType', 'values': ['ACPLUG', 'COAXIAL', 'CRIMP', 'DCPLUG', 'DIN', 'DSUB', 'DVI', 'EIAJ', 'HDMI', 'RADIO', 'RCA', 'RJ', 'SOCKET', 'TRS', 'USB', 'XLR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSubtype', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConnectionGender', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionPortGender', 'values': ['FEMALE', 'MALE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConductorFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConductorFunctionEnum', 'values': ['NEUTRAL', 'PHASE_L1', 'PHASE_L2', 'PHASE_L3', 'PROTECTIVEEARTH', 'PROTECTIVEEARTHNEUTRAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CurrentContent3rdHarmonic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'Current', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Voltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Power', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Protocols', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}}, {'property_name': 'HasConnector', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsWelded', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DistributionPortTypeDuct,PSET_OCCURRENCEDRIVEN,['IfcDistributionPort/DUCT'],IfcDistributionPort/DUCT,"[{'property_name': 'ConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctConnectionType', 'values': ['BEADEDSLEEVE', 'COMPRESSION', 'CRIMP', 'DRAWBAND', 'DRIVESLIP', 'FLANGED', 'NONE', 'OUTSIDESLEEVE', 'SLIPON', 'SOLDERED', 'SSLIP', 'STANDINGSEAM', 'SWEDGE', 'WELDED', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'ConnectionSubtype', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DryBulbTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WetBulbTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VolumetricFlowRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Velocity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DistributionPortTypePipe,PSET_OCCURRENCEDRIVEN,['IfcDistributionPort/PIPE'],IfcDistributionPort/PIPE,"[{'property_name': 'ConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PipeEndStyleTreatment', 'values': ['BRAZED', 'COMPRESSION', 'FLANGED', 'GROOVED', 'NONE', 'OUTSIDESLEEVE', 'SOLDERED', 'SWEDGE', 'THREADED', 'WELDED', 'OTHER', 'UNSET']}}, {'property_name': 'ConnectionSubtype', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InnerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OuterDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Temperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VolumetricFlowRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MassFlowRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FlowCondition', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Velocity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DistributionSystemCommon,PSET_OCCURRENCEDRIVEN,['IfcDistributionSystem'],IfcDistributionSystem,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_DistributionSystemTypeElectrical,PSET_OCCURRENCEDRIVEN,['IfcDistributionSystem/ELECTRICAL'],IfcDistributionSystem/ELECTRICAL,"[{'property_name': 'ElectricalSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionSystemElectricalType', 'values': ['IT', 'TN', 'TN_C', 'TN_C_S', 'TN_S', 'TT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ElectricalSystemCategory', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionSystemElectricalCategory', 'values': ['EXTRALOWVOLTAGE', 'HIGHVOLTAGE', 'LOWVOLTAGE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Diversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfLiveConductors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumAllowedVoltageDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'NetImpedance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltageRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DistributionSystemTypeOverheadContactlineSystem,PSET_OCCURRENCEDRIVEN,['IfcDistributionSystem/OVERHEAD_CONTACTLINE_SYSTEM'],IfcDistributionSystem/OVERHEAD_CONTACTLINE_SYSTEM,"[{'property_name': 'SpanNominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ContactWireStagger', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ContactWireNominalDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ContactWireNominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ContactWireUplift', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ElectricalClearance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfOverlappingSpans', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'PantographType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TensionLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OCSType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_OverheadContactLineType', 'values': ['COMPOUND_CATENARY_SUSPENSION', 'OCL_WITH_CATENARY_SUSPENSION', 'OCL_WITH_STITCHED_CATENARY_SUSPENSION', 'RIGID_CATENARY', 'TROLLY_TYPE_CONTACT_LINE', 'TROLLY_TYPE_WITH_STITCHWIRE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DistributionSystemTypeVentilation,PSET_OCCURRENCEDRIVEN,['IfcDistributionSystem/VENTILATION'],IfcDistributionSystem/VENTILATION,"[{'property_name': 'DesignName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DuctSizingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctSizingMethod', 'values': ['CONSTANTFRICTION', 'CONSTANTPRESSURE', 'STATICREGAIN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'LeakageClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'FrictionLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ScrapFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'DuctSealant', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'MaximumVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'AspectRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MinimumHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DoorCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor', 'IfcDoorType']","IfcDoor,IfcDoorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SecurityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DurabilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HygrothermalRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WaterTightnessRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MechanicalLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WindLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Infiltration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'GlazingAreaFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasDrive', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SelfClosing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SmokeStop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DoorLiningProperties,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor', 'IfcMember', 'IfcDoorType', 'IfcMemberType']","IfcDoor,IfcMember,IfcDoorType,IfcMemberType","[{'property_name': 'LiningDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ThresholdDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ThresholdThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TransomThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TransomOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ThresholdOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CasingThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CasingDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningToPanelOffsetX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningToPanelOffsetY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_DoorPanelProperties,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor', 'IfcPlate', 'IfcDoorType', 'IfcPlateType']","IfcDoor,IfcPlate,IfcDoorType,IfcPlateType","[{'property_name': 'PanelDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'PanelOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DoorPanelOperationEnum', 'values': ['DOUBLE_ACTING', 'FIXEDPANEL', 'FOLDING', 'REVOLVING', 'ROLLINGUP', 'SLIDING', 'SWINGING', 'OTHER', 'NOTKNOWN', 'UNSET', 'NOTDEFINED']}}, {'property_name': 'PanelWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PanelPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DoorPanelPositionEnum', 'values': ['LEFT', 'MIDDLE', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DoorTypeTurnstile,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor/TURNSTILE', 'IfcDoorType/TURNSTILE']","IfcDoor/TURNSTILE,IfcDoorType/TURNSTILE","[{'property_name': 'IsBidirectional', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TurnstileType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TurnstileType', 'values': ['SWINGGATEBRAKE', 'THREEPOLEROTARYBRAKE', 'WINGGATEBRAKE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NarrowChannelWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WideChannelWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DoorWindowGlazingType,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor', 'IfcWindow', 'IfcDoorType', 'IfcWindowType']","IfcDoor,IfcWindow,IfcDoorType,IfcWindowType","[{'property_name': 'GlassLayers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'GlassThickness1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GlassThickness2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GlassThickness3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FillGas', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GlassColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsTempered', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsLaminated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsCoated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsWired', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'VisibleLightReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleLightTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarAbsorption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarHeatGainTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ShadingCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittanceSummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittanceWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}]" +Pset_DuctFittingOccurrence,PSET_OCCURRENCEDRIVEN,['IfcDuctFitting'],IfcDuctFitting,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasLiner', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Colour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DuctFittingPHistory,PSET_PERFORMANCEDRIVEN,['IfcDuctFitting'],IfcDuctFitting,"[{'property_name': 'LossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirFlowLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DuctFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcDuctFitting', 'IfcDuctFittingType']","IfcDuctFitting,IfcDuctFittingType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DuctSegmentOccurrence,PSET_OCCURRENCEDRIVEN,['IfcDuctSegment'],IfcDuctSegment,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasLiner', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Colour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DuctSegmentPHistory,PSET_PERFORMANCEDRIVEN,['IfcDuctSegment'],IfcDuctSegment,"[{'property_name': 'LossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LeakageCurveHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FluidFlowLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DuctSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcDuctSegment', 'IfcDuctSegmentType']","IfcDuctSegment,IfcDuctSegmentType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CrossSectionShape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctSegmentShape', 'values': ['FLATOVAL', 'RECTANGULAR', 'ROUND', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'LongitudinalSeam', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'NominalDiameterOrWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Reinforcement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DuctSilencerPHistory,PSET_PERFORMANCEDRIVEN,['IfcDuctSilencer'],IfcDuctSilencer,"[{'property_name': 'AirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DuctSilencerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcDuctSilencer', 'IfcDuctSilencerType']","IfcDuctSilencer,IfcDuctSilencerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HydraulicDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'AirFlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WorkingPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'HasExteriorInsulation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ElectricalDeviceCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionElement', 'IfcDistributionElementType']","IfcDistributionElement,IfcDistributionElementType","[{'property_name': 'RatedCurrent', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalFrequencyRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PowerFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ConductorFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConductorFunctionEnum', 'values': ['NEUTRAL', 'PHASE_L1', 'PHASE_L2', 'PHASE_L3', 'PROTECTIVEEARTH', 'PROTECTIVEEARTHNEUTRAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfPoles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'HasProtectiveEarth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'InsulationStandardClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InsulationStandardClass', 'values': ['CLASS0APPLIANCE', 'CLASS0IAPPLIANCE', 'CLASSIAPPLIANCE', 'CLASSIIAPPLIANCE', 'CLASSIIIAPPLIANCE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IP_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IK_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'EarthingStyle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HeatDissipation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'Power', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalPowerConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPowerSupplyPorts', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_ElectricalDeviceCompliance,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionElement', 'IfcDistributionElementType']","IfcDistributionElement,IfcDistributionElementType","[{'property_name': 'ElectroMagneticStandardsCompliance', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'ExplosiveAtmosphereStandardsCompliance', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'FireProofingStandardsCompliance', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'LightningProtectionStandardsCompliance', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}]}]" +Pset_ElectricalFeederLine,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CONDUCTORSEGMENT', 'IfcCableSegmentType/CONDUCTORSEGMENT']","IfcCableSegment/CONDUCTORSEGMENT,IfcCableSegmentType/CONDUCTORSEGMENT","[{'property_name': 'CurrentCarryingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'DesignAmbientTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ElectricalClearanceDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ElectricalFeederType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricalFeederType', 'values': ['ALONGTRACKFEEDER', 'BYPASSFEEDER', 'NEGATIVEFEEDER', 'POSITIVEFEEDER', 'REINFORCINGFEEDER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElectricAppliancePHistory,PSET_PERFORMANCEDRIVEN,['IfcElectricAppliance'],IfcElectricAppliance,"[{'property_name': 'PowerState', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ElectricApplianceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricAppliance', 'IfcElectricApplianceType']","IfcElectricAppliance,IfcElectricApplianceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElectricApplianceTypeDishwasher,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricAppliance/DISHWASHER', 'IfcElectricApplianceType/DISHWASHER']","IfcElectricAppliance/DISHWASHER,IfcElectricApplianceType/DISHWASHER","[{'property_name': 'DishwasherType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricApplianceDishwasherType', 'values': ['BOTTLEWASHER', 'CUTLERYWASHER', 'DISHWASHER', 'POTWASHER', 'TRAYWASHER', 'UNKNOWN', 'OTHER', 'UNSET']}}]" +Pset_ElectricApplianceTypeElectricCooker,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricAppliance/ELECTRICCOOKER', 'IfcElectricApplianceType/ELECTRICCOOKER']","IfcElectricAppliance/ELECTRICCOOKER,IfcElectricApplianceType/ELECTRICCOOKER","[{'property_name': 'ElectricCookerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricApplianceElectricCookerType', 'values': ['COOKINGKETTLE', 'DEEPFRYER', 'OVEN', 'STEAMCOOKER', 'STOVE', 'TILTINGFRYINGPAN', 'UNKNOWN', 'OTHER', 'UNSET']}}]" +Pset_ElectricFlowStorageDeviceTypeBattery,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricFlowStorageDevice/BATTERY', 'IfcElectricFlowStorageDeviceType/BATTERY']","IfcElectricFlowStorageDevice/BATTERY,IfcElectricFlowStorageDeviceType/BATTERY","[{'property_name': 'CurrentRegulationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'VoltageRegulationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'BatteryChargingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BatteryChargingType', 'values': ['RECHARGEABLE', 'SINGLECHARGE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EncapsulationTechnologyCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'OpenCircuitVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}]" +Pset_ElectricFlowStorageDeviceTypeCapacitor,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricFlowStorageDevice/CAPACITOR', 'IfcElectricFlowStorageDeviceType/CAPACITOR']","IfcElectricFlowStorageDevice/CAPACITOR,IfcElectricFlowStorageDeviceType/CAPACITOR","[{'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_ElectricFlowStorageDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricFlowStorageDevice', 'IfcElectricFlowStorageDeviceType']","IfcElectricFlowStorageDevice,IfcElectricFlowStorageDeviceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalSupplyVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyVoltageOffset', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'ConnectedConductorFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConductorFunctionEnum', 'values': ['NEUTRAL', 'PHASE_L1', 'PHASE_L2', 'PHASE_L3', 'PROTECTIVEEARTH', 'PROTECTIVEEARTHNEUTRAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ShortCircuit3PoleMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit3PolePowerFactorMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit2PoleMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit2PolePowerFactorMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PoleMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PolePowerFactorMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PoleMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PolePowerFactorMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PoleMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PolePowerFactorMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PoleMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PolePowerFactorMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumInsulatedVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedCapacitance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCapacitanceMeasure', 'unit_type': 'None'}}, {'property_name': 'PowerCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricChargeMeasure', 'unit_type': 'None'}}]" +Pset_ElectricFlowStorageDeviceTypeInductor,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricFlowStorageDevice/INDUCTOR', 'IfcElectricFlowStorageDeviceType/INDUCTOR']","IfcElectricFlowStorageDevice/INDUCTOR,IfcElectricFlowStorageDeviceType/INDUCTOR","[{'property_name': 'Inductance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInductanceMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_ElectricFlowStorageDeviceTypeRecharger,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricFlowStorageDevice/RECHARGER', 'IfcElectricFlowStorageDeviceType/RECHARGER']","IfcElectricFlowStorageDevice/RECHARGER,IfcElectricFlowStorageDeviceType/RECHARGER","[{'property_name': 'NominalSupplyCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ElectricFlowStorageDeviceTypeUPS,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricFlowStorageDevice/UPS', 'IfcElectricFlowStorageDeviceType/UPS']","IfcElectricFlowStorageDevice/UPS,IfcElectricFlowStorageDeviceType/UPS","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'CurrentRegulationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'VoltageRegulationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}]" +Pset_ElectricFlowTreatmentDeviceTypeElectronicFilter,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricFlowTreatmentDevice/ELECTRONICFILTER', 'IfcElectricFlowTreatmentDeviceType/ELECTRONICFILTER']","IfcElectricFlowTreatmentDevice/ELECTRONICFILTER,IfcElectricFlowTreatmentDeviceType/ELECTRONICFILTER","[{'property_name': 'NominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ElectronicFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectronicFilterType', 'values': ['BANDPASSFLITER', 'BANDSTOPFILTER', 'FILTERCAPACITOR', 'HARMONICFILTER', 'HIGHPASSFILTER', 'LOWPASSFILTER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_ElectricGeneratorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricGenerator', 'IfcElectricGeneratorType']","IfcElectricGenerator,IfcElectricGeneratorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ElectricGeneratorEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'StartCurrentFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumPowerOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}]" +Pset_ElectricMotorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricMotor', 'IfcElectricMotorType']","IfcElectricMotor,IfcElectricMotorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MaximumPowerOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ElectricMotorEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'StartCurrentFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'StartingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'TeTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'LockedRotorCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MotorEnclosureType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MotorEnclosureType', 'values': ['OPENDRIPPROOF', 'TOTALLYENCLOSEDAIROVER', 'TOTALLYENCLOSEDFANCOOLED', 'TOTALLYENCLOSEDNONVENTILATED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FrameSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsGuarded', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasPartWinding', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ElectricTimeControlTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricTimeControl', 'IfcElectricTimeControlType']","IfcElectricTimeControl,IfcElectricTimeControlType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementAssemblyCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly', 'IfcElementAssemblyType']","IfcElementAssembly,IfcElementAssemblyType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementAssemblyTypeCantilever,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/SUSPENSIONASSEMBLY', 'IfcElementAssemblyType/SUSPENSIONASSEMBLY']","IfcElementAssembly/SUSPENSIONASSEMBLY,IfcElementAssemblyType/SUSPENSIONASSEMBLY","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'ContactWireStagger', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SystemHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CantileverType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CantileverAssemblyType', 'values': ['CENTER_CANTILEVER', 'DIRECT_SUSPENSION', 'INSULATED_OVERLAP_CANTILEVER', 'INSULATED_SUSPENSION_SET', 'MECHANICAL_OVERLAP_CANTILEVER', 'MIDPOINT_CANTILEVER', 'MULTIPLE_TRACK_CANTILEVER', 'OUT_OF_RUNNING_CANTILEVER', 'PHASE_SEPARATION_CANTILEVER', 'SINGLE', 'SYSTEM_SEPARATION_CANTILEVER', 'TRANSITION_CANTILEVER', 'TURNOUT_CANTILEVER', 'UNDERBRIDGE_CANTILEVER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementAssemblyTypeDilatationPanel,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/DILATATIONPANEL', 'IfcElementAssemblyType/DILATATIONPANEL']","IfcElementAssembly/DILATATIONPANEL,IfcElementAssemblyType/DILATATIONPANEL","[{'property_name': 'TechnicalStandard', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'DilatationLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ExpansionDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ExpansionDirection', 'values': ['BI_DIRECTION', 'SINGLE_DIRECTION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'InstallationPlan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcDocumentReference'}}, {'property_name': 'BladesOrientation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BladesOrientation', 'values': ['BLADESINSIDE', 'BLADESOUTSIDE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementAssemblyTypeHeadSpan,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/SUPPORTINGASSEMBLY', 'IfcElementAssemblyType/SUPPORTINGASSEMBLY']","IfcElementAssembly/SUPPORTINGASSEMBLY,IfcElementAssemblyType/SUPPORTINGASSEMBLY","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'NumberOfTracksCrossed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ElementAssemblyTypeMast,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/MAST', 'IfcElementAssemblyType/MAST']","IfcElementAssembly/MAST,IfcElementAssemblyType/MAST","[{'property_name': 'WithLightningRod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ElementAssemblyTypeOCSSuspension,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/SUSPENSIONASSEMBLY', 'IfcElementAssemblyType/SUSPENSIONASSEMBLY']","IfcElementAssembly/SUSPENSIONASSEMBLY,IfcElementAssemblyType/SUSPENSIONASSEMBLY","[{'property_name': 'ContactWireStagger', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ContactWireHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ElementAssemblyTypeRigidFrame,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/RIGID_FRAME', 'IfcElementAssemblyType/RIGID_FRAME']","IfcElementAssembly/RIGID_FRAME,IfcElementAssemblyType/RIGID_FRAME","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'LoadCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTracksCrossed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ElementAssemblyTypeSteadyDevice,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/SUSPENSIONASSEMBLY', 'IfcElementAssemblyType/SUSPENSIONASSEMBLY']","IfcElementAssembly/SUSPENSIONASSEMBLY,IfcElementAssemblyType/SUSPENSIONASSEMBLY","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'ContactWireStagger', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsSetOnWorkingWire', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SteadyDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SteadyDeviceType', 'values': ['PULL_OFF', 'PUSH_OFF', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementAssemblyTypeSupportingAssembly,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/SUPPORTINGASSEMBLY', 'IfcElementAssemblyType/SUPPORTINGASSEMBLY']","IfcElementAssembly/SUPPORTINGASSEMBLY,IfcElementAssemblyType/SUPPORTINGASSEMBLY","[{'property_name': 'NumberOfCantilevers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'TypeOfSupportingSystem', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SupportingSystemType', 'values': ['ENDCATENARYSUPPORT', 'HEADSPANSUPPORT', 'HERSE', 'MULTITRACKSUPPORT', 'RIGIDGANTRY', 'SIMPLESUPPORT', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementAssemblyTypeTrackPanel,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/TRACKPANEL', 'IfcElementAssemblyType/TRACKPANEL']","IfcElementAssembly/TRACKPANEL,IfcElementAssemblyType/TRACKPANEL","[{'property_name': 'IsAccessibleByVehicle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TrackExpansion', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'InstallationPlan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcDocumentReference'}}]" +Pset_ElementAssemblyTypeTractionSwitchingAssembly,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/TRACTION_SWITCHING_ASSEMBLY', 'IfcElementAssemblyType/TRACTION_SWITCHING_ASSEMBLY']","IfcElementAssembly/TRACTION_SWITCHING_ASSEMBLY,IfcElementAssemblyType/TRACTION_SWITCHING_ASSEMBLY","[{'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'DesignAmbientTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_ElementAssemblyTypeTurnoutPanel,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/TURNOUTPANEL', 'IfcElementAssemblyType/TURNOUTPANEL']","IfcElementAssembly/TURNOUTPANEL,IfcElementAssemblyType/TURNOUTPANEL","[{'property_name': 'IsAccessibleByVehicle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'BranchLineDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BranchLineDirection', 'values': ['LEFTDEVIATION', 'LEFT_LEFTDEVIATION', 'LEFT_RIGHTDEVIATION', 'RIGHTDEVIATION', 'RIGHT_LEFTDEVIATION', 'RIGHT_RIGHTDEVIATION', 'SYMETRIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrackExpansion', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TurnoutCurvedRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TypeOfCurvedTurnout', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TypeOfCurvedTurnout', 'values': ['CIRCULAR_ARC', 'STRAIGHT', 'TRANSITION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'InstallationPlan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcDocumentReference'}}, {'property_name': 'IsSharedTurnout', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MaximumSpeedLimitOfDivergingLine', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'TypeOfDrivingDevice', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TypeOfDrivingDevice', 'values': ['ELECTRIC', 'HYDRAULIC', 'MANUAL', 'MIXED', 'MOTORISED', 'PNEUMATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrackElementOrientation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TurnoutPanelOrientation', 'values': ['BACK', 'FRONT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PercentShared', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TrackGaugeLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TurnoutPointMachineCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'TurnoutHeaterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TurnoutHeaterType', 'values': ['ELECTRIC', 'GAS', 'GEOTHERMAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TypeOfJunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TypeOfJunction', 'values': ['ISOLATED_JOINT', 'JOINTED', 'WELDED_AND_INSERTABLE', 'WELDED_AND_NOT_INSERTABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TypeOfTurnout', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TypeOfTurnout', 'values': ['DERAILMENT_TURNOUT', 'DIAMOND_CROSSING', 'DOUBLE_SLIP_CROSSING', 'SCISSOR_CROSSOVER', 'SINGLE_SLIP_CROSSING', 'SLIP_TURNOUT_AND_SCISSORS_CROSSING', 'SYMMETRIC_TURNOUT', 'THREE_WAYS_TURNOUT', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementComponentCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElementComponent', 'IfcElementComponentType']","IfcElementComponent,IfcElementComponentType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DeliveryType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementComponentDeliveryType', 'values': ['ATTACHED_FOR_DELIVERY', 'CAST_IN_PLACE', 'LOOSE', 'PRECAST', 'WELDED_TO_STRUCTURE', 'NOTDEFINED']}}, {'property_name': 'CorrosionTreatment', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementComponentCorrosionTreatment', 'values': ['EPOXYCOATED', 'GALVANISED', 'NONE', 'PAINTED', 'STAINLESS', 'NOTDEFINED']}}]" +Pset_ElementKinematics,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'CyclicPath', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPlaneAngleMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CyclicRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'LinearPath', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'LinearRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumAngularVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAngularVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumConstantSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ElementSize,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionChamberElement', 'IfcEnergyConversionDevice', 'IfcFlowController', 'IfcFlowMovingDevice', 'IfcFlowStorageDevice', 'IfcFlowTerminal', 'IfcFlowTreatmentDevice', 'IfcDistributionChamberElementType', 'IfcEnergyConversionDeviceType', 'IfcFlowControllerType', 'IfcFlowMovingDeviceType', 'IfcFlowStorageDeviceType', 'IfcFlowTerminalType', 'IfcFlowTreatmentDeviceType']","IfcDistributionChamberElement,IfcEnergyConversionDevice,IfcFlowController,IfcFlowMovingDevice,IfcFlowStorageDevice,IfcFlowTerminal,IfcFlowTreatmentDevice,IfcDistributionChamberElementType,IfcEnergyConversionDeviceType,IfcFlowControllerType,IfcFlowMovingDeviceType,IfcFlowStorageDeviceType,IfcFlowTerminalType,IfcFlowTreatmentDeviceType","[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_EmbeddedTrack,PSET_TYPEDRIVENOVERRIDE,"['IfcSlab/TRACKSLAB', 'IfcSlabType/TRACKSLAB']","IfcSlab/TRACKSLAB,IfcSlabType/TRACKSLAB","[{'property_name': 'IsAccessibleByVehicle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasDrainage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PermissibleRoadLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}]" +Pset_EnergyRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionElement', 'IfcTransportationDevice', 'IfcDistributionElementType', 'IfcTransportationDeviceType']","IfcDistributionElement,IfcTransportationDevice,IfcDistributionElementType,IfcTransportationDeviceType","[{'property_name': 'EnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'PowerDemand', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergySourceLabel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'EnergyConversionEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}]" +Pset_EngineTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcEngine', 'IfcEngineType']","IfcEngine,IfcEngineType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EngineEnergySource', 'values': ['BIFUEL', 'BIODIESEL', 'DIESEL', 'GASOLINE', 'HYDROGEN', 'NATURALGAS', 'PROPANE', 'SEWAGEGAS', 'UNKNOWN', 'OTHER', 'UNSET']}}]" +Pset_EnvironmentalCondition,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'ReferenceAirRelativeHumidity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ReferenceEnvironmentTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MaximumAtmosphericPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'StorageTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MaximumWindSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MaximumRainIntensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SaltMistLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SeismicResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SmokeLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MaximumSolarRadiation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_EnvironmentalEmissions,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionElement', 'IfcTransportationDevice', 'IfcDistributionElementType', 'IfcTransportationDeviceType']","IfcDistributionElement,IfcTransportationDevice,IfcDistributionElementType,IfcTransportationDeviceType","[{'property_name': 'CarbonDioxideEmissions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'SulphurDioxideEmissions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NitrogenOxidesEmissions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ParticulateMatterEmissions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NoiseEmissions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSoundPowerLevelMeasure', 'unit_type': 'None'}}]" +Pset_EnvironmentalImpactIndicators,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'FunctionalUnitReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IndicatorsUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'LifeCyclePhase', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LifeCyclePhase', 'values': ['ACQUISITION', 'CRADLETOSITE', 'DECONSTRUCTION', 'DISPOSAL', 'DISPOSALTRANSPORT', 'GROWTH', 'INSTALLATION', 'MAINTENANCE', 'MANUFACTURE', 'OCCUPANCY', 'OPERATION', 'PROCUREMENT', 'PRODUCTION', 'PRODUCTIONTRANSPORT', 'RECOVERY', 'REFURBISHMENT', 'REPAIR', 'REPLACEMENT', 'TRANSPORT', 'USAGE', 'WASTE', 'WHOLELIFECYCLE', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'ExpectedServiceLife', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalPrimaryEnergyConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'HazardousWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NonHazardousWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'ClimateChangePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'AtmosphericAcidificationPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RenewableEnergyConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'NonRenewableEnergyConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'ResourceDepletionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'InertWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RadioactiveWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'StratosphericOzoneLayerDestructionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'PhotochemicalOzoneFormationPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'EutrophicationPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}]" +Pset_EnvironmentalImpactValues,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'TotalPrimaryEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'HazardousWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NonHazardousWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'ClimateChange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'AtmosphericAcidification', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RenewableEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'NonRenewableEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'ResourceDepletion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'InertWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RadioactiveWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'StratosphericOzoneLayerDestruction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'PhotochemicalOzoneFormation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'Eutrophication', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'LeadInTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'Duration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'LeadOutTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_EvaporativeCoolerPHistory,PSET_PERFORMANCEDRIVEN,['IfcEvaporativeCooler'],IfcEvaporativeCooler,"[{'property_name': 'WaterSumpTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Effectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SensibleHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LatentHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_EvaporativeCoolerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcEvaporativeCooler', 'IfcEvaporativeCoolerType']","IfcEvaporativeCooler,IfcEvaporativeCoolerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporativeCoolerFlowArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatExchangeArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'EffectivenessTable', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'WaterPressDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_EvaporatorPHistory,PSET_PERFORMANCEDRIVEN,['IfcEvaporator'],IfcEvaporator,"[{'property_name': 'HeatRejectionRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RefrigerantFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EvaporatingTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LogarithmicMeanTemperatureDifference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UAcurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorEvaporatorHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorEvaporatorPressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EvaporatorMeanVoidFraction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WaterFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_EvaporatorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcEvaporator', 'IfcEvaporatorType']","IfcEvaporator,IfcEvaporatorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EvaporatorMediumType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporatorMediumType', 'values': ['COLDAIR', 'COLDLIQUID', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EvaporatorCoolant', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporatorCoolant', 'values': ['BRINE', 'GLYCOL', 'WATER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['AMMONIA', 'CFC', 'CO2', 'H2O', 'HCFC', 'HFC', 'HYDROCARBONS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ExternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalRefrigerantVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalWaterVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}]" +Pset_FanCentrifugal,PSET_TYPEDRIVENOVERRIDE,"['IfcFan/CENTRIFUGALAIRFOIL', 'IfcFan/CENTRIFUGALBACKWARDINCLINEDCURVED', 'IfcFan/CENTRIFUGALFORWARDCURVED', 'IfcFan/CENTRIFUGALRADIAL', 'IfcFanType/CENTRIFUGALAIRFOIL', 'IfcFanType/CENTRIFUGALBACKWARDINCLINEDCURVED', 'IfcFanType/CENTRIFUGALFORWARDCURVED', 'IfcFanType/CENTRIFUGALRADIAL']","IfcFan/CENTRIFUGALAIRFOIL,IfcFan/CENTRIFUGALBACKWARDINCLINEDCURVED,IfcFan/CENTRIFUGALFORWARDCURVED,IfcFan/CENTRIFUGALRADIAL,IfcFanType/CENTRIFUGALAIRFOIL,IfcFanType/CENTRIFUGALBACKWARDINCLINEDCURVED,IfcFanType/CENTRIFUGALFORWARDCURVED,IfcFanType/CENTRIFUGALRADIAL","[{'property_name': 'DischargePosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanDischargePosition', 'values': ['BOTTOMANGULARDOWN', 'BOTTOMANGULARUP', 'BOTTOMHORIZONTAL', 'DOWNBLAST', 'TOPANGULARDOWN', 'TOPANGULARUP', 'TOPHORIZONTAL', 'UPBLAST', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DirectionOfRotation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanRotation', 'values': ['CLOCKWISE', 'COUNTERCLOCKWISE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FanArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanArrangement', 'values': ['ARRANGEMENT1', 'ARRANGEMENT10', 'ARRANGEMENT2', 'ARRANGEMENT3', 'ARRANGEMENT4', 'ARRANGEMENT7', 'ARRANGEMENT8', 'ARRANGEMENT9', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FanOccurrence,PSET_OCCURRENCEDRIVEN,['IfcFan'],IfcFan,"[{'property_name': 'DischargeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanDischargeType', 'values': ['DAMPER', 'DUCT', 'LOUVER', 'SCREEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ApplicationOfFan', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanApplicationType', 'values': ['COOLINGTOWER', 'EXHAUSTAIR', 'RETURNAIR', 'SUPPLYAIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanCoilPosition', 'values': ['BLOWTHROUGH', 'DRAWTHROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MotorPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMotorPosition', 'values': ['INAIRSTREAM', 'OUTOFAIRSTREAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FanMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMountingType', 'values': ['CONCRETEPAD', 'DUCTMOUNTED', 'FIELDERECTEDCURB', 'MANUFACTUREDCURB', 'SUSPENDED', 'WALLMOUNTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FractionOfMotorHeatToAirStream', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FanPHistory,PSET_PERFORMANCEDRIVEN,['IfcFan'],IfcFan,"[{'property_name': 'FanRotationSpeed', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WheelTipSpeed', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FanEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OverallEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FanPowerRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ShaftPowerRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DischargeVelocity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DischargePressureLoss', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DrivePowerLoss', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_FanTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcFan', 'IfcFanType']","IfcFan,IfcFanType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MotorDriveType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMotorConnectionType', 'values': ['BELTDRIVE', 'COUPLING', 'DIRECTDRIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanCapacityControlType', 'values': ['BLADEPITCHANGLE', 'DISCHARGEDAMPER', 'INLETVANE', 'TWOSPEED', 'VARIABLESPEEDDRIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalTotalPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalStaticPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalRotationSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPowerRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationalCriteria', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'EfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_FastenerRailWeld,PSET_TYPEDRIVENOVERRIDE,"['IfcFastener/WELD', 'IfcFastenerType/WELD']","IfcFastener/WELD,IfcFastenerType/WELD","[{'property_name': 'IsLiftingBracket', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TemperatureDuringInstallation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'JointRelativePosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RelativePosition', 'values': ['LEFT', 'MIDDLE', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AssemblyPlace', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssemblyPlace', 'values': ['FACTORY', 'OFFSITE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FastenerWeld,PSET_TYPEDRIVENOVERRIDE,"['IfcFastener/WELD', 'IfcFastenerType/WELD']","IfcFastener/WELD,IfcFastenerType/WELD","[{'property_name': 'Type1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Type2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Surface1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Surface2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Process', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'ProcessName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalThroatThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WeldWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WeldDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WeldElementSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WeldElementLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfWeldElements', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'DeepPenetrationThroatThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WeldLegLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Intermittent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Staggered', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FenderCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcImpactProtectionDevice/FENDER', 'IfcImpactProtectionDeviceType/FENDER']","IfcImpactProtectionDevice/FENDER,IfcImpactProtectionDeviceType/FENDER","[{'property_name': 'FenderType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FenderType', 'values': ['ARCH', 'CELL', 'CONE', 'CYLINDER', 'PNEUMATIC']}}, {'property_name': 'CoefficientOfFriction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyAbsorptionTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaxReactionTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumTemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumTemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VelocityFactorEnergy', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VelocityFactorReaction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyAbsorption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'MaxReaction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}]" +Pset_FenderDesignCriteria,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace/BERTH', 'IfcSpaceType/BERTH']","IfcSpace/BERTH,IfcSpaceType/BERTH","[{'property_name': 'CoefficientOfFriction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyAbsorptionTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaxReactionTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumTemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumTemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VelocityFactorEnergy', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VelocityFactorReaction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyAbsorption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'MaxReaction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'MinCompressedFenderHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AddedMassCoefficientMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AddedMassCoefficientMethod', 'values': ['PIANC', 'SHIGERU_UEDA', 'VASCO_COSTA']}}]" +Pset_FilterPHistory,PSET_PERFORMANCEDRIVEN,['IfcFilter'],IfcFilter,"[{'property_name': 'CountedEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WeightedEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ParticleMassHolding', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_FilterTypeAirParticleFilter,PSET_TYPEDRIVENOVERRIDE,"['IfcFilter/AIRPARTICLEFILTER', 'IfcFilterType/AIRPARTICLEFILTER']","IfcFilter/AIRPARTICLEFILTER,IfcFilterType/AIRPARTICLEFILTER","[{'property_name': 'AirParticleFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterAirParticleFilterType', 'values': ['ADHESIVERESERVOIR', 'COARSECELLFOAMS', 'COARSEMETALSCREEN', 'COARSESPUNGLASS', 'ELECTRICALFILTER', 'HEPAFILTER', 'MEDIUMELECTRETFILTER', 'MEDIUMNATURALFIBERFILTER', 'MEMBRANEFILTERS', 'RENEWABLEMOVINGCURTIANDRYMEDIAFILTER', 'ROLLFORM', 'ULPAFILTER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FrameMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'SeparationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterAirParticleFilterSeparationType', 'values': ['BAG', 'PLEAT', 'TREADSEPARATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DustHoldingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'FaceSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MediaExtendedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCountedEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'NominalWeightedEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'PressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CountedEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcMassMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'WeightedEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcMassMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}]" +Pset_FilterTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcFilter', 'IfcFilterType']","IfcFilter,IfcFilterType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'InitialResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'FinalResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalFilterFaceVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalMediaSurfaceVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPressureDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalParticleGeometricMeanDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalParticleGeometricStandardDeviation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_FilterTypeCompressedAirFilter,PSET_TYPEDRIVENOVERRIDE,"['IfcFilter/COMPRESSEDAIRFILTER', 'IfcFilterType/COMPRESSEDAIRFILTER']","IfcFilter/COMPRESSEDAIRFILTER,IfcFilterType/COMPRESSEDAIRFILTER","[{'property_name': 'CompressedAirFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CompressedAirFilterType', 'values': ['ACTIVATEDCARBON', 'COALESCENSE_FILTER', 'PARTICLE_FILTER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationPressureMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ParticleAbsorptionCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AutomaticCondensateDischarge', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'CloggingIndicator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FilterTypeWaterFilter,PSET_TYPEDRIVENOVERRIDE,"['IfcFilter/WATERFILTER', 'IfcFilterType/WATERFILTER']","IfcFilter/WATERFILTER,IfcFilterType/WATERFILTER","[{'property_name': 'WaterFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterWaterFilterType', 'values': ['FILTRATION_DIATOMACEOUSEARTH', 'FILTRATION_SAND', 'PURIFICATION_DEIONIZING', 'PURIFICATION_REVERSEOSMOSIS', 'SOFTENING_ZEOLITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FireSuppressionTerminalTypeBreechingInlet,PSET_TYPEDRIVENOVERRIDE,"['IfcFireSuppressionTerminal/BREECHINGINLET', 'IfcFireSuppressionTerminalType/BREECHINGINLET']","IfcFireSuppressionTerminal/BREECHINGINLET,IfcFireSuppressionTerminalType/BREECHINGINLET","[{'property_name': 'BreechingInletType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BreechingInletType', 'values': ['FOURWAY', 'TWOWAY', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'InletDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CouplingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BreechingInletCouplingType', 'values': ['INSTANTANEOUS_FEMALE', 'INSTANTANEOUS_MALE', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'HasCaps', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcFireSuppressionTerminal', 'IfcFireSuppressionTerminalType']","IfcFireSuppressionTerminal,IfcFireSuppressionTerminalType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FireSuppressionTerminalTypeFireHydrant,PSET_TYPEDRIVENOVERRIDE,"['IfcFireSuppressionTerminal/FIREHYDRANT', 'IfcFireSuppressionTerminalType/FIREHYDRANT']","IfcFireSuppressionTerminal/FIREHYDRANT,IfcFireSuppressionTerminalType/FIREHYDRANT","[{'property_name': 'FireHydrantType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireHydrantType', 'values': ['DRYBARREL', 'WETBARREL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PumperConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfHoseConnections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'HoseConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DischargeFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WaterIsPotable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PressureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'BodyColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'CapColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeHoseReel,PSET_TYPEDRIVENOVERRIDE,"['IfcFireSuppressionTerminal/HOSEREEL', 'IfcFireSuppressionTerminalType/HOSEREEL']","IfcFireSuppressionTerminal/HOSEREEL,IfcFireSuppressionTerminalType/HOSEREEL","[{'property_name': 'HoseReelType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseReelType', 'values': ['RACK', 'REEL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HoseReelMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseReelMountingType', 'values': ['CABINET_RECESSED', 'CABINET_SEMIRECESSED', 'SURFACE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HoseDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HoseLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HoseNozzleType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseNozzleType', 'values': ['FOG', 'STRAIGHTSTREAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ClassOfService', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ClassificationAuthority', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeSprinkler,PSET_TYPEDRIVENOVERRIDE,"['IfcFireSuppressionTerminal/SPRINKLER', 'IfcFireSuppressionTerminalType/SPRINKLER']","IfcFireSuppressionTerminal/SPRINKLER,IfcFireSuppressionTerminalType/SPRINKLER","[{'property_name': 'SprinklerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerType', 'values': ['CEILING', 'CONCEALED', 'CUTOFF', 'PENDANT', 'RECESSEDPENDANT', 'SIDEWALL', 'UPRIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Activation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerActivation', 'values': ['BULB', 'FUSIBLESOLDER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Response', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerResponse', 'values': ['QUICK', 'STANDARD', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ActivationTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'HasDeflector', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'BulbLiquidColour', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerBulbLiquidColour', 'values': ['BLUE', 'GREEN', 'MAUVE', 'ORANGE', 'RED', 'YELLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DischargeFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ResidualFlowingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'DischargeCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumWorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FittingBend,PSET_TYPEDRIVENOVERRIDE,"['IfcCableCarrierFitting/BEND', 'IfcDuctFitting/BEND', 'IfcPipeFitting/BEND', 'IfcCableCarrierFittingType/BEND', 'IfcDuctFittingType/BEND', 'IfcPipeFittingType/BEND']","IfcCableCarrierFitting/BEND,IfcDuctFitting/BEND,IfcPipeFitting/BEND,IfcCableCarrierFittingType/BEND,IfcDuctFittingType/BEND,IfcPipeFittingType/BEND","[{'property_name': 'BendAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'BendRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FittingJunction,PSET_TYPEDRIVENOVERRIDE,"['IfcCableFitting/JUNCTION', 'IfcDuctFitting/JUNCTION', 'IfcPipeFitting/JUNCTION', 'IfcCableCarrierFitting/JUNCTION', 'IfcCableFittingType/JUNCTION', 'IfcDuctFittingType/JUNCTION', 'IfcPipeFittingType/JUNCTION', 'IfcCableCarrierFittingType/JUNCTION']","IfcCableFitting/JUNCTION,IfcDuctFitting/JUNCTION,IfcPipeFitting/JUNCTION,IfcCableCarrierFitting/JUNCTION,IfcCableFittingType/JUNCTION,IfcDuctFittingType/JUNCTION,IfcPipeFittingType/JUNCTION,IfcCableCarrierFittingType/JUNCTION","[{'property_name': 'JunctionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FittingJunctionType', 'values': ['CROSS', 'TEE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'JunctionLeftAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'JunctionLeftRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'JunctionRightAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'JunctionRightRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FittingTransition,PSET_TYPEDRIVENOVERRIDE,"['IfcCableFitting/TRANSITION', 'IfcDuctFitting/TRANSITION', 'IfcPipeFitting/TRANSITION', 'IfcCableCarrierFitting/TRANSITION', 'IfcCableFittingType/TRANSITION', 'IfcDuctFittingType/TRANSITION', 'IfcPipeFittingType/TRANSITION', 'IfcCableCarrierFittingType/TRANSITION']","IfcCableFitting/TRANSITION,IfcDuctFitting/TRANSITION,IfcPipeFitting/TRANSITION,IfcCableCarrierFitting/TRANSITION,IfcCableFittingType/TRANSITION,IfcDuctFittingType/TRANSITION,IfcPipeFittingType/TRANSITION,IfcCableCarrierFittingType/TRANSITION","[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EccentricityInY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EccentricityInZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_FlowInstrumentPHistory,PSET_PERFORMANCEDRIVEN,['IfcFlowInstrument'],IfcFlowInstrument,"[{'property_name': 'Value', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Quality', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_FlowInstrumentTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowInstrument', 'IfcFlowInstrumentType']","IfcFlowInstrument,IfcFlowInstrumentType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowInstrumentTypePressureGauge,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowInstrument/PRESSUREGAUGE', 'IfcFlowInstrumentType/PRESSUREGAUGE']","IfcFlowInstrument/PRESSUREGAUGE,IfcFlowInstrumentType/PRESSUREGAUGE","[{'property_name': 'PressureGaugeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PressureGaugeType', 'values': ['DIAL', 'DIGITAL', 'MANOMETER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DisplaySize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FlowInstrumentTypeThermometer,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowInstrument/THERMOMETER', 'IfcFlowInstrumentType/THERMOMETER']","IfcFlowInstrument/THERMOMETER,IfcFlowInstrumentType/THERMOMETER","[{'property_name': 'ThermometerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ThermometerType', 'values': ['DIAL', 'DIGITAL', 'STEM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DisplaySize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FlowMeterOccurrence,PSET_OCCURRENCEDRIVEN,['IfcFlowMeter'],IfcFlowMeter,"[{'property_name': 'FlowMeterOurpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FlowMeterPurpose', 'values': ['MASTER', 'SUBMASTER', 'SUBMETER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowMeterTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowMeter', 'IfcFlowMeterType']","IfcFlowMeter,IfcFlowMeterType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ReadOutType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MeterReadOutType', 'values': ['DIAL', 'DIGITAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RemoteReading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeEnergyMeter,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowMeter/ENERGYMETER', 'IfcFlowMeterType/ENERGYMETER']","IfcFlowMeter/ENERGYMETER,IfcFlowMeterType/ENERGYMETER","[{'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MultipleTarriff', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeGasMeter,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowMeter/GASMETER', 'IfcFlowMeterType/GASMETER']","IfcFlowMeter/GASMETER,IfcFlowMeterType/GASMETER","[{'property_name': 'GasType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GasType', 'values': ['COMMERCIALBUTANE', 'COMMERCIALPROPANE', 'LIQUEFIEDPETROLEUMGAS', 'NATURALGAS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPressureLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeOilMeter,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowMeter/OILMETER', 'IfcFlowMeterType/OILMETER']","IfcFlowMeter/OILMETER,IfcFlowMeterType/OILMETER","[{'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeWaterMeter,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowMeter/WATERMETER', 'IfcFlowMeterType/WATERMETER']","IfcFlowMeter/WATERMETER,IfcFlowMeterType/WATERMETER","[{'property_name': 'Type', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WaterMeterType', 'values': ['COMPOUND', 'INFERENTIAL', 'PISTON', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPressureLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'BackflowPreventerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackflowPreventerType', 'values': ['ANTISIPHONVALVE', 'ATMOSPHERICVACUUMBREAKER', 'DOUBLECHECKBACKFLOWPREVENTER', 'NONE', 'PRESSUREVACUUMBREAKER', 'REDUCEDPRESSUREBACKFLOWPREVENTER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FootingCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcFooting', 'IfcFootingType']","IfcFooting,IfcFootingType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FootingTypePadFooting,PSET_TYPEDRIVENOVERRIDE,"['IfcFooting/PAD_FOOTING', 'IfcFootingType/PAD_FOOTING']","IfcFooting/PAD_FOOTING,IfcFootingType/PAD_FOOTING","[{'property_name': 'LoadBearingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlanarForceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsReinforced', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FurnitureTypeChair,PSET_TYPEDRIVENOVERRIDE,"['IfcFurniture/CHAIR', 'IfcFurnitureType/CHAIR']","IfcFurniture/CHAIR,IfcFurnitureType/CHAIR","[{'property_name': 'SeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HighestSeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LowestSeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FurnitureTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcFurniture', 'IfcFurnitureType']","IfcFurniture,IfcFurnitureType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Style', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MainColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsBuiltIn', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FurnitureTypeDesk,PSET_TYPEDRIVENOVERRIDE,"['IfcFurniture/DESK', 'IfcFurnitureType/DESK']","IfcFurniture/DESK,IfcFurnitureType/DESK","[{'property_name': 'WorksurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_FurnitureTypeFileCabinet,PSET_TYPEDRIVENOVERRIDE,"['IfcFurniture/FILECABINET', 'IfcFurnitureType/FILECABINET']","IfcFurniture/FILECABINET,IfcFurnitureType/FILECABINET","[{'property_name': 'WithLock', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FurnitureTypeTable,PSET_TYPEDRIVENOVERRIDE,"['IfcFurniture/TABLE', 'IfcFurnitureType/TABLE']","IfcFurniture/TABLE,IfcFurnitureType/TABLE","[{'property_name': 'WorksurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfChairs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_GateHeadCommon,PSET_OCCURRENCEDRIVEN,['IfcMarinePart/GATEHEAD'],IfcMarinePart/GATEHEAD,"[{'property_name': 'StructuralType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_GeotechnicalAssemblyCommon,PSET_OCCURRENCEDRIVEN,['IfcGeotechnicalAssembly'],IfcGeotechnicalAssembly,"[{'property_name': 'Limitations', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Methodology', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'BoreHolePurpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_StrataAssemblyPurpose', 'values': ['DEPOSIT', 'ENVIRONMENTAL', 'FEEDSTOCK', 'GEOLOGICAL', 'GEOTHERMAL', 'HYDROCARBON', 'HYDROGEOLOGICAL', 'MINERAL', 'PEDOLOGICAL', 'SITE_INVESTIGATION', 'STORAGE', 'NOTKNOWN', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_GeotechnicalStratumCommon,PSET_OCCURRENCEDRIVEN,['IfcGeotechnicalStratum'],IfcGeotechnicalStratum,"[{'property_name': 'StratumColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsTopographic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'PiezometricHead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'PiezometricPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Texture', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_HeatExchangerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcHeatExchanger', 'IfcHeatExchangerType']","IfcHeatExchanger,IfcHeatExchangerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HeatExchangerArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'MULTIPASS', 'PARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_HeatExchangerTypePlate,PSET_TYPEDRIVENOVERRIDE,"['IfcHeatExchanger/PLATE', 'IfcHeatExchangerType/PLATE']","IfcHeatExchanger/PLATE,IfcHeatExchangerType/PLATE","[{'property_name': 'NumberOfPlates', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_HumidifierPHistory,PSET_PERFORMANCEDRIVEN,['IfcHumidifier'],IfcHumidifier,"[{'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SaturationEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_HumidifierTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcHumidifier', 'IfcHumidifierType']","IfcHumidifier,IfcHumidifierType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HumidifierApplication', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HumidifierApplication', 'values': ['FIXED', 'PORTABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalMoistureGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HumidifierInternalControl', 'values': ['MODULATING', 'NONE', 'ONOFF', 'STEPPED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'SaturationEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_ImpactProtectionDeviceOccurrenceBumper,PSET_OCCURRENCEDRIVEN,['IfcImpactProtectionDevice/BUMPER'],IfcImpactProtectionDevice/BUMPER,"[{'property_name': 'BrakingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsRemovableBumper', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'BumperOrientation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BumperOrientation', 'values': ['OPPOSITETOSTATIONDIRECTION', 'STATIONDIRECTION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ImpactProtectionDeviceTypeBumper,PSET_TYPEDRIVENOVERRIDE,"['IfcImpactProtectionDevice/BUMPER', 'IfcImpactProtectionDeviceType/BUMPER']","IfcImpactProtectionDevice/BUMPER,IfcImpactProtectionDeviceType/BUMPER","[{'property_name': 'IsAbsorbingEnergy', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MaximumLoadRetention', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyAbsorption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}]" +Pset_InstallationOccurrence,PSET_OCCURRENCEDRIVEN,"['IfcAsset', 'IfcElement', 'IfcSystem']","IfcAsset,IfcElement,IfcSystem","[{'property_name': 'InstallationDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'AcceptanceDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'PutIntoOperationDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}]" +Pset_InterceptorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcInterceptor', 'IfcInterceptorType']","IfcInterceptor,IfcInterceptorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VentilatingPipeSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_IpNetworkEquipmentPHistory,PSET_PERFORMANCEDRIVEN,['IfcCommunicationsAppliance/IPNETWORKEQUIPMENT'],IfcCommunicationsAppliance/IPNETWORKEQUIPMENT,"[{'property_name': 'NumberOfPackets', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_JettyCommon,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/JETTY'],IfcMarineFacility/JETTY,"[{'property_name': 'StructuralType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BentSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'PierSectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SectionType', 'values': ['CLOSED', 'OPEN']}}, {'property_name': 'Elevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_JettyDesignCriteria,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/JETTY'],IfcMarineFacility/JETTY,"[{'property_name': 'HighWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LowWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ExtremeHighWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ExtremeLowWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShipLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'WaveLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'UniformlyDistributedLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'EquipmentLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}]" +Pset_JunctionBoxTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcJunctionBox', 'IfcJunctionBoxType']","IfcJunctionBox,IfcJunctionBoxType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfGangs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_JunctionBoxShapeType', 'values': ['RECTANGULAR', 'ROUND', 'SLOT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PlacingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_JunctionBoxPlacingType', 'values': ['CEILING', 'FLOOR', 'WALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'JunctionBoxMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_JunctionBoxMountingType', 'values': ['CUT_IN', 'FACENAIL', 'SIDENAIL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IP_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_JunctionBoxTypeData,PSET_TYPEDRIVENOVERRIDE,"['IfcJunctionBox/DATA', 'IfcJunctionBoxType/DATA']","IfcJunctionBox/DATA,IfcJunctionBoxType/DATA","[{'property_name': 'DataConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DataConnectionType', 'values': ['COPPER', 'FIBER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_KerbCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcKerb', 'IfcKerbType']","IfcKerb,IfcKerbType","[{'property_name': 'CombinedKerbGutter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Upstand', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Mountable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_KerbStone,PSET_TYPEDRIVENOVERRIDE,"['IfcKerb', 'IfcKerbType']","IfcKerb,IfcKerbType","[{'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StoneFinishes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_LampTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcLamp', 'IfcLampType']","IfcLamp,IfcLampType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ContributedLuminousFlux', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLuminousFluxMeasure', 'unit_type': 'None'}}, {'property_name': 'LightEmitterNominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LampMaintenanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'LampBallastType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LampBallastType', 'values': ['CONVENTIONAL', 'ELECTRONIC', 'LOWLOSS', 'RESISTOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LampCompensationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LampCompensationType', 'values': ['CAPACITIVE', 'INDUCTIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ColourAppearance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Spectrum', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcNumericMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNumericMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'ColourTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'ColourRenderingIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_LandRegistration,PSET_OCCURRENCEDRIVEN,['IfcSite'],IfcSite,"[{'property_name': 'LandID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsPermanentID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LandTitleID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_LightFixtureTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcLightFixture', 'IfcLightFixtureType']","IfcLightFixture,IfcLightFixtureType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfSources', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalWattage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LightFixtureMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixtureMountingType', 'values': ['CABLESPANNED', 'FREESTANDING', 'POLE_SIDE', 'POLE_TOP', 'RECESSED', 'SURFACE', 'SUSPENDED', 'TRACKMOUNTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LightFixturePlacingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixturePlacingType', 'values': ['CEILING', 'FLOOR', 'FURNITURE', 'POLE', 'WALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MaintenanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumPlenumSensibleLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSpaceSensibleLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SensibleLoadToRadiant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_LightFixtureTypeSecurityLighting,PSET_TYPEDRIVENOVERRIDE,"['IfcLightFixture/SECURITYLIGHTING', 'IfcLightFixtureType/SECURITYLIGHTING']","IfcLightFixture/SECURITYLIGHTING,IfcLightFixtureType/SECURITYLIGHTING","[{'property_name': 'SecurityLightingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixtureSecurityLightingType', 'values': ['BLUEILLUMINATION', 'EMERGENCYEXITLIGHT', 'SAFETYLIGHT', 'WARNINGLIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FixtureHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SelfTestFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SelfTestType', 'values': ['CENTRAL', 'LOCAL', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BackupSupplySystem', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackupSupplySystemType', 'values': ['CENTRALBATTERY', 'LOCALBATTERY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PictogramEscapeDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PictogramEscapeDirectionType', 'values': ['DOWNARROW', 'LEFTARROW', 'RIGHTARROW', 'UPARROW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Addressablility', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AddressabilityType', 'values': ['IMPLEMENTED', 'NOTIMPLEMENTED', 'UPGRADEABLETO', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_LinearReferencingMethod,PSET_OCCURRENCEDRIVEN,"['IfcAlignment', 'IfcReferent']","IfcAlignment,IfcReferent","[{'property_name': 'LRMName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LRMType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LRMType', 'values': ['LRM_ABSOLUTE', 'LRM_INTERPOLATIVE', 'LRM_RELATIVE', 'LRM_USERDEFINED']}}, {'property_name': 'UserDefinedLRMType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LRMUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LRMConstraint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MaintenanceStrategy,PSET_TYPEDRIVENOVERRIDE,"['IfcAsset', 'IfcElement', 'IfcSystem', 'IfcElementType']","IfcAsset,IfcElement,IfcSystem,IfcElementType","[{'property_name': 'AssetCriticality', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetRating', 'values': ['HIGH', 'LOW', 'MODERATE', 'VERYHIGH', 'VERYLOW']}}, {'property_name': 'AssetFrailty', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetRating', 'values': ['HIGH', 'LOW', 'MODERATE', 'VERYHIGH', 'VERYLOW']}}, {'property_name': 'AssetPriority', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetRating', 'values': ['HIGH', 'LOW', 'MODERATE', 'VERYHIGH', 'VERYLOW']}}, {'property_name': 'MonitoringType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MonitoringType', 'values': ['FEEDBACK', 'INSPECTION', 'IOT', 'PPM', 'SENSORS']}}, {'property_name': 'AccidentResponse', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AccidentResponse', 'values': ['EMERGENCYINSPECTION', 'EMERGENCYPROCEDURE', 'REACTIVE', 'URGENTINSPECTION', 'URGENTPROCEDURE']}}]" +Pset_MaintenanceTriggerCondition,PSET_TYPEDRIVENOVERRIDE,"['IfcAsset', 'IfcElement', 'IfcSystem', 'IfcElementType']","IfcAsset,IfcElement,IfcSystem,IfcElementType","[{'property_name': 'ConditionTargetPerformance', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetRating', 'values': ['HIGH', 'LOW', 'MODERATE', 'VERYHIGH', 'VERYLOW']}}, {'property_name': 'ConditionMaintenanceLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetRating', 'values': ['HIGH', 'LOW', 'MODERATE', 'VERYHIGH', 'VERYLOW']}}, {'property_name': 'ConditionReplacementLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetRating', 'values': ['HIGH', 'LOW', 'MODERATE', 'VERYHIGH', 'VERYLOW']}}, {'property_name': 'ConditionDisposalLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetRating', 'values': ['HIGH', 'LOW', 'MODERATE', 'VERYHIGH', 'VERYLOW']}}]" +Pset_MaintenanceTriggerDuration,PSET_TYPEDRIVENOVERRIDE,"['IfcAsset', 'IfcElement', 'IfcSystem', 'IfcElementType']","IfcAsset,IfcElement,IfcSystem,IfcElementType","[{'property_name': 'DurationTargetPerformance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'DurationMaintenanceLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'DurationReplacementLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'DurationDisposalLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_MaintenanceTriggerPerformance,PSET_TYPEDRIVENOVERRIDE,"['IfcAsset', 'IfcElement', 'IfcSystem', 'IfcElementType']","IfcAsset,IfcElement,IfcSystem,IfcElementType","[{'property_name': 'TargetPerformance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'PerformanceMaintenanceLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ReplacementLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'DisposalLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_ManufacturerOccurrence,PSET_OCCURRENCEDRIVEN,['IfcElement'],IfcElement,"[{'property_name': 'AcquisitionDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'BarCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SerialNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BatchReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'AssemblyPlace', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssemblyPlace', 'values': ['FACTORY', 'OFFSITE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ManufacturingDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}]" +Pset_ManufacturerTypeInformation,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'GlobalTradeItemNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ArticleNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ModelReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ModelLabel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Manufacturer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ProductionYear', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssemblyPlace', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssemblyPlace', 'values': ['FACTORY', 'OFFSITE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationalDocument', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'SafetyDocument', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcDocumentReference'}}, {'property_name': 'PerformanceCertificate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcDocumentReference'}}]" +Pset_MarineFacilityTransportation,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility'],IfcMarineFacility,"[{'property_name': 'Berths', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'BerthGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BerthCargoWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}]" +Pset_MarinePartChamberCommon,PSET_OCCURRENCEDRIVEN,['IfcMarinePart/CHAMBER'],IfcMarinePart/CHAMBER,"[{'property_name': 'EffectiveChamberSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'StructuralType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MarineVehicleCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcVehicle/VEHICLEMARINE', 'IfcVehicleType/VEHICLEMARINE']","IfcVehicle/VEHICLEMARINE,IfcVehicleType/VEHICLEMARINE","[{'property_name': 'LengthBetweenPerpendiculars', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VesselDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VesselDraft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AboveDeckProjectedWindEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'AboveDeckProjectedWindSide', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'Displacement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'CargoDeadWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'LaneMeters', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_MarineVehicleDesignCriteria,PSET_TYPEDRIVENOVERRIDE,"['IfcVehicle/VEHICLEMARINE', 'IfcVehicleType/VEHICLEMARINE']","IfcVehicle/VEHICLEMARINE,IfcVehicleType/VEHICLEMARINE","[{'property_name': 'AllowableHullPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'SoftnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_MarkerGeneral,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/SIGNALASSEMBLY', 'IfcElementAssemblyType/SIGNALASSEMBLY']","IfcElementAssembly/SIGNALASSEMBLY,IfcElementAssemblyType/SIGNALASSEMBLY","[{'property_name': 'ApproachSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'MarkerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MarkerType', 'values': ['APPROACHING_MARKER', 'CABLE_POST_MARKER', 'COMMUNICATION_MODE_CONVERSION_MARKER', 'EMU_STOP_POSITION_SIGN', 'FOUR_ASPECT_CAB_SIGNAL_CONNECT_SIGN', 'FOUR_ASPECT_CAB_SIGNAL_DISCONNECT_SIGN', 'LEVEL_CONVERSION_SIGN', 'LOCOMOTIVE_STOP_POSITION_SIGN', 'RELAY_STATION_SIGN', 'RESTRICTION_PLACE_SIGN', 'RESTRICTION_PROTECTION_AREA_TERMINAL_SIGN', 'RESTRICTION_SIGN', 'SECTION_SIGNAL_MARKER', 'STOP_SIGN', 'TRACK_CIRCUIT_TUNING_ZONE_SIGN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Symbol', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_MarkingLinesCommon,PSET_OCCURRENCEDRIVEN,['IfcSurfaceFeature/LINEMARKING'],IfcSurfaceFeature/LINEMARKING,"[{'property_name': 'DashedLine', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'DashedLinePattern', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_MaterialCombustion,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'SpecificHeatCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSpecificHeatCapacityMeasure', 'unit_type': 'None'}}, {'property_name': 'N20Content', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'COContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CO2Content', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialCommon,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'MolecularWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMolecularWeightMeasure', 'unit_type': 'None'}}, {'property_name': 'Porosity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MassDensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassDensityMeasure', 'unit_type': 'None'}}]" +Pset_MaterialConcrete,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'MaxAggregateSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AdmixturesDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Workability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WaterImpermeability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ProtectivePoreRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialEnergy,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'ViscosityTemperatureDerivative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MoistureCapacityThermalGradient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivityTemperatureDerivative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SpecificHeatTemperatureDerivative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'VisibleRefractionIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SolarRefractionIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'GasPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_MaterialFuel,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'CombustionTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CarbonContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerHeatingValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatingValueMeasure', 'unit_type': 'None'}}, {'property_name': 'HigherHeatingValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatingValueMeasure', 'unit_type': 'None'}}]" +Pset_MaterialHygroscopic,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'UpperVaporResistanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerVaporResistanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsothermalMoistureCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIsothermalMoistureCapacityMeasure', 'unit_type': 'None'}}, {'property_name': 'VaporPermeability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVaporPermeabilityMeasure', 'unit_type': 'None'}}, {'property_name': 'MoistureDiffusivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMoistureDiffusivityMeasure', 'unit_type': 'None'}}]" +Pset_MaterialMechanical,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'DynamicViscosity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDynamicViscosityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'PoissonRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalExpansionCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalExpansionCoefficientMeasure', 'unit_type': 'None'}}]" +Pset_MaterialOptical,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'VisibleTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalIrTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalIrEmissivityBack', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalIrEmissivityFront', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleReflectanceBack', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleReflectanceFront', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectanceBack', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectanceFront', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialSteel,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'YieldStress', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateStress', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateStrain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HardeningModule', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ProportionalStress', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PlasticStrain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'Relaxations', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'StructuralGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MaterialThermal,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'SpecificHeatCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSpecificHeatCapacityMeasure', 'unit_type': 'None'}}, {'property_name': 'BoilingPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'FreezingPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}]" +Pset_MaterialWater,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'IsPotable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Hardness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'unit_type': 'None'}}, {'property_name': 'AlkalinityConcentration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'unit_type': 'None'}}, {'property_name': 'AcidityConcentration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'unit_type': 'None'}}, {'property_name': 'ImpuritiesContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DissolvedSolidsContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PHLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPHMeasure', 'unit_type': 'None'}}]" +Pset_MaterialWood,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'Species', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StrengthGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AppearanceGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Layup', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Layers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'Plies', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'MoistureContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DimensionalChangeCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThicknessSwelling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialWoodBasedStructure,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'ApplicableStructuralDesignMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MechanicalBeamInPlane,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusPerpMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'CompStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'CompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'RaisedCompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InstabilityFactors', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_MechanicalBeamInPlaneNegative,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusPerpMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'CompStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'CompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'RaisedCompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InstabilityFactors', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_MechanicalBeamOutOfPlane,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulusPerpMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TensileStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'CompStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'CompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'RaisedCompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InstabilityFactors', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_MechanicalFastenerAnchorBolt,PSET_TYPEDRIVENOVERRIDE,"['IfcMechanicalFastener/ANCHORBOLT', 'IfcMechanicalFastenerType/ANCHORBOLT']","IfcMechanicalFastener/ANCHORBOLT,IfcMechanicalFastenerType/ANCHORBOLT","[{'property_name': 'AnchorBoltLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AnchorBoltDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AnchorBoltThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AnchorBoltProtrusionLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_MechanicalFastenerBolt,PSET_TYPEDRIVENOVERRIDE,"['IfcMechanicalFastener/BOLT', 'IfcMechanicalFastenerType/BOLT']","IfcMechanicalFastener/BOLT,IfcMechanicalFastenerType/BOLT","[{'property_name': 'ThreadDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NutsCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'WashersCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'HeadShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'KeyShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NutShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WasherShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MechanicalFastenerOCSFitting,PSET_TYPEDRIVENOVERRIDE,"['IfcMechanicalFastener/COUPLER', 'IfcMechanicalFastenerType/COUPLER']","IfcMechanicalFastener/COUPLER,IfcMechanicalFastenerType/COUPLER","[{'property_name': 'ManufacturingTechnology', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'OCSFasteningType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_OCSFasteningType', 'values': ['EARTHING_FITTING', 'JOINT_FITTING', 'REGISTRATION_FITTING', 'SUPPORT_FITTING', 'SUSPENSION_FITTING', 'TENSIONING_FITTING', 'TERMINATION_FITTING', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MechanicalFastenerTypeRailFastening,PSET_TYPEDRIVENOVERRIDE,"['IfcMechanicalFastener/RAILFASTENING', 'IfcMechanicalFastenerType/RAILFASTENING']","IfcMechanicalFastener/RAILFASTENING,IfcMechanicalFastenerType/RAILFASTENING","[{'property_name': 'TechnicalStandard', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'IsReducedResistanceFastening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TrackFasteningElasticityType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrackFasteningElasticityType', 'values': ['ELASTIC_FASTENING', 'RIGID_FASTENING', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MechanicalFastenerTypeRailJoint,PSET_TYPEDRIVENOVERRIDE,"['IfcMechanicalFastener/RAILJOINT', 'IfcMechanicalFastenerType/RAILJOINT']","IfcMechanicalFastener/RAILJOINT,IfcMechanicalFastenerType/RAILJOINT","[{'property_name': 'SleeperArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SleeperArrangement', 'values': ['BETWEENSLEEPERS', 'TWINSLEEPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsCWRJoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsJointInsulated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsLiftingBracketConnection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NumberOfScrews', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RailGap', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsJointControlEquipment', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AssemblyPlace', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssemblyPlace', 'values': ['FACTORY', 'OFFSITE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MechanicalPanelInPlane,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'YoungModulusBending', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'YoungModulusTension', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'YoungModulusCompression', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'ShearStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'BearingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RaisedCompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_MechanicalPanelOutOfPlane,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'YoungModulusBending', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'YoungModulusTension', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'YoungModulusCompression', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'ShearStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'BearingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RaisedCompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_MechanicalPanelOutOfPlaneNegative,PSET_MATERIALDRIVEN,['IfcMaterial'],IfcMaterial,"[{'property_name': 'YoungModulusBending', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'YoungModulusTension', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'YoungModulusCompression', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'ShearStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'BearingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RaisedCompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_MedicalDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcMedicalDevice', 'IfcMedicalDeviceType']","IfcMedicalDevice,IfcMedicalDeviceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MemberCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcMember', 'IfcMemberType']","IfcMember,IfcMemberType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Roll', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MemberTypeAnchoringBar,PSET_TYPEDRIVENOVERRIDE,"['IfcMember/BRACE', 'IfcMemberType/BRACE']","IfcMember/BRACE,IfcMemberType/BRACE","[{'property_name': 'MechanicalStressType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MechanicalStressType', 'values': ['MECHANICAL_COMPRESSION', 'MECHANICAL_TRACTION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasLightningRod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_MemberTypeCatenaryStay,PSET_TYPEDRIVENOVERRIDE,"['IfcMember/STAY_CABLE', 'IfcMemberType/STAY_CABLE']","IfcMember/STAY_CABLE,IfcMemberType/STAY_CABLE","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CatenaryStayType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CatenaryStayType', 'values': ['DOUBLE_STAY', 'SINGLE_STAY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_MemberTypeOCSRigidSupport,PSET_TYPEDRIVENOVERRIDE,"['IfcMember/MEMBER', 'IfcMemberType/MEMBER']","IfcMember/MEMBER,IfcMemberType/MEMBER","[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'ContactWireStagger', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_MemberTypePost,PSET_TYPEDRIVENOVERRIDE,"['IfcMember/POST', 'IfcMemberType/POST']","IfcMember/POST,IfcMemberType/POST","[{'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConicityRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlanarForceMeasure', 'unit_type': 'None'}}, {'property_name': 'WindLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_MemberTypeTieBar,PSET_TYPEDRIVENOVERRIDE,"['IfcMember/TIEBAR', 'IfcMemberType/TIEBAR']","IfcMember/TIEBAR,IfcMemberType/TIEBAR","[{'property_name': 'IsTemporaryInstallation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_MobileTelecommunicationsApplianceTypeAccessPoint,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/ACCESSPOINT', 'IfcMobileTelecommunicationsApplianceType/ACCESSPOINT']","IfcMobileTelecommunicationsAppliance/ACCESSPOINT,IfcMobileTelecommunicationsApplianceType/ACCESSPOINT","[{'property_name': 'BandWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'DataEncryptionType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DataExchangeRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIntegerCountRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfAntennas', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'UserCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_MobileTelecommunicationsApplianceTypeBasebandUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/BASEBANDUNIT', 'IfcMobileTelecommunicationsApplianceType/BASEBANDUNIT']","IfcMobileTelecommunicationsAppliance/BASEBANDUNIT,IfcMobileTelecommunicationsApplianceType/BASEBANDUNIT","[{'property_name': 'NumberOfCarriers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'NumberOfEmergencyTransceivers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumNumberOfRRUs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_MobileTelecommunicationsApplianceTypeBaseTransceiverStation,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/BASETRANSCEIVERSTATION', 'IfcMobileTelecommunicationsApplianceType/BASETRANSCEIVERSTATION']","IfcMobileTelecommunicationsAppliance/BASETRANSCEIVERSTATION,IfcMobileTelecommunicationsApplianceType/BASETRANSCEIVERSTATION","[{'property_name': 'DownlinkRadioBand', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NumberOfCarriers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfAntennas', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'UplinkRadioBand', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ExchangeCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'NumberOfEmergencyTransceivers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTransceiversPerAntenna', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RadiatedOutputPowerPerAntenna', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_MobileTelecommunicationsApplianceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance', 'IfcMobileTelecommunicationsApplianceType']","IfcMobileTelecommunicationsAppliance,IfcMobileTelecommunicationsApplianceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MobileTelecommunicationsApplianceTypeEUtranNodeB,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/E_UTRAN_NODE_B', 'IfcMobileTelecommunicationsApplianceType/E_UTRAN_NODE_B']","IfcMobileTelecommunicationsAppliance/E_UTRAN_NODE_B,IfcMobileTelecommunicationsApplianceType/E_UTRAN_NODE_B","[{'property_name': 'DownlinkRadioBand', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NumberOfCarriers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RadiatedOutputPowerPerAntenna', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'NumberOfAntennas', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'UplinkRadioBand', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_MobileTelecommunicationsApplianceTypeMasterUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/MASTERUNIT', 'IfcMobileTelecommunicationsApplianceType/MASTERUNIT']","IfcMobileTelecommunicationsAppliance/MASTERUNIT,IfcMobileTelecommunicationsApplianceType/MASTERUNIT","[{'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'MaximumNumberOfConnectedRUs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'TransmissionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransmissionType', 'values': ['FIBER', 'RADIO', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TransmittedBandwidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'TransmittedFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'TransmittedSignal', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransmittedSignal', 'values': ['CDMA', 'GSM', 'LTE', 'TD_SCDMA', 'WCDMA', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MasterUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MasterUnitType', 'values': ['ANALOG', 'DIGITAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MobileTelecommunicationsApplianceTypeMobileSwitchingCenter,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/MOBILESWITCHINGCENTER', 'IfcMobileTelecommunicationsApplianceType/MOBILESWITCHINGCENTER']","IfcMobileTelecommunicationsAppliance/MOBILESWITCHINGCENTER,IfcMobileTelecommunicationsApplianceType/MOBILESWITCHINGCENTER","[{'property_name': 'UserCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'MaximumNumberOfManagedBSCs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_MobileTelecommunicationsApplianceTypeMSCServer,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/MSCSERVER', 'IfcMobileTelecommunicationsApplianceType/MSCSERVER']","IfcMobileTelecommunicationsAppliance/MSCSERVER,IfcMobileTelecommunicationsApplianceType/MSCSERVER","[{'property_name': 'UserCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_MobileTeleCommunicationsApplianceTypeRemoteRadioUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/REMOTERADIOUNIT', 'IfcMobileTelecommunicationsApplianceType/REMOTERADIOUNIT']","IfcMobileTelecommunicationsAppliance/REMOTERADIOUNIT,IfcMobileTelecommunicationsApplianceType/REMOTERADIOUNIT","[{'property_name': 'DownlinkRadioBand', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NumberOfCarriers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'UplinkRadioBand', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NumberOfTransceiversPerAntenna', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RadiatedOutputPowerPerAntenna', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AntennaType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RRUConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UnitConnectionType', 'values': ['CHAIN', 'MIXED', 'RING', 'STAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MobileTelecommunicationsApplianceTypeRemoteUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcMobileTelecommunicationsAppliance/REMOTEUNIT', 'IfcMobileTelecommunicationsApplianceType/REMOTEUNIT']","IfcMobileTelecommunicationsAppliance/REMOTEUNIT,IfcMobileTelecommunicationsApplianceType/REMOTEUNIT","[{'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'NumberOfAntennas', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RUConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UnitConnectionType', 'values': ['CHAIN', 'MIXED', 'RING', 'STAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MooringDeviceCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcMooringDevice', 'IfcMooringDeviceType']","IfcMooringDevice,IfcMooringDeviceType","[{'property_name': 'DeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MooringDeviceType', 'values': ['CLEAT', 'DOUBLEBUTT', 'HORN', 'KIDNEY', 'PILLAR', 'RING', 'SINGLEBUTT', 'THEAD']}}, {'property_name': 'DeviceCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'AnchorageType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AnchorageType', 'values': ['CASTIN', 'DRILLEDANDFIXED', 'THROUGHBOLTED']}}, {'property_name': 'MinumumLineSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumLineSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumLineCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_MotorConnectionTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcMotorConnection', 'IfcMotorConnectionType']","IfcMotorConnection,IfcMotorConnectionType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_OnSiteCastKerb,PSET_TYPEDRIVENOVERRIDE,"['IfcKerb', 'IfcKerbType']","IfcKerb,IfcKerbType","[{'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_OnSiteTelecomControlUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcController', 'IfcControllerType']","IfcController,IfcControllerType","[{'property_name': 'HasEarthquakeAlarm', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasEarthquakeCollection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasForeignObjectCollection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ControllerInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerInterfaceType', 'values': ['EARTHQUAKERELAYINTERFACE', 'FOREIGNOBJECTRELAYINTERFACE', 'RS_422', 'RS_485', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasOutputFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasRainCollection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasSnowCollection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasWindCollection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_OpeningElementCommon,PSET_OCCURRENCEDRIVEN,['IfcOpeningElement'],IfcOpeningElement,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Purpose', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_OpticalAdapter,PSET_TYPEDRIVENOVERRIDE,"['IfcCableFitting/TRANSITION', 'IfcCableFittingType/TRANSITION']","IfcCableFitting/TRANSITION,IfcCableFittingType/TRANSITION","[{'property_name': 'FiberType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FiberType', 'values': ['BEND_INSENSITIVEFIBER', 'CUTOFFSHIFTEDFIBER', 'DISPERSIONSHIFTEDFIBER', 'LOWWATERPEAKFIBER', 'NON_ZERODISPERSIONSHIFTEDFIBER', 'OM1', 'OM2', 'OM3', 'OM4', 'OM5', 'STANDARDSINGLEMODEFIBER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_OpticalPigtail,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/OPTICALCABLESEGMENT', 'IfcCableSegmentType/OPTICALCABLESEGMENT']","IfcCableSegment/OPTICALCABLESEGMENT,IfcCableSegmentType/OPTICALCABLESEGMENT","[{'property_name': 'JacketColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FiberType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FiberType', 'values': ['BEND_INSENSITIVEFIBER', 'CUTOFFSHIFTEDFIBER', 'DISPERSIONSHIFTEDFIBER', 'LOWWATERPEAKFIBER', 'NON_ZERODISPERSIONSHIFTEDFIBER', 'OM1', 'OM2', 'OM3', 'OM4', 'OM5', 'STANDARDSINGLEMODEFIBER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectorType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_OpticalSplitter,PSET_TYPEDRIVENOVERRIDE,"['IfcJunctionBox/DATA', 'IfcJunctionBoxType/DATA']","IfcJunctionBox/DATA,IfcJunctionBoxType/DATA","[{'property_name': 'NumberOfBranches', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OpticalSplitterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_OpticalSplitterType', 'values': ['MULTIMODE', 'SINGLEMODE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}]" +Pset_OutletTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcOutlet', 'IfcOutletType']","IfcOutlet,IfcOutletType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsPluggableOutlet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'NumberOfSockets', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_OutsideDesignCriteria,PSET_OCCURRENCEDRIVEN,['IfcBuilding'],IfcBuilding,"[{'property_name': 'HeatingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingWetBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingDesignDay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'CoolingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingWetBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingDesignDay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'WeatherDataStation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WeatherDataDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'BuildingThermalExposure', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BuildingThermalExposure', 'values': ['HEAVY', 'LIGHT', 'MEDIUM', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PrevailingWindDirection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'PrevailingWindVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}]" +Pset_PackingInstructions,PSET_TYPEDRIVENOVERRIDE,"['IfcTask/MOVE', 'IfcTaskType/MOVE']","IfcTask/MOVE,IfcTaskType/MOVE","[{'property_name': 'PackingCareType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PackingCareType', 'values': ['FRAGILE', 'HANDLEWITHCARE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WrappingMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'ContainerMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'SpecialInstructions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_PatchCordCable,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CABLESEGMENT', 'IfcCableSegment/OPTICALCABLESEGMENT', 'IfcCableSegmentType/CABLESEGMENT', 'IfcCableSegmentType/OPTICALCABLESEGMENT']","IfcCableSegment/CABLESEGMENT,IfcCableSegment/OPTICALCABLESEGMENT,IfcCableSegmentType/CABLESEGMENT,IfcCableSegmentType/OPTICALCABLESEGMENT","[{'property_name': 'JacketColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PavementCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcPavement', 'IfcPavementType']","IfcPavement,IfcPavementType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalThicknessEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StructuralSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'StructuralSlopeType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_PavementMillingCommon,PSET_OCCURRENCEDRIVEN,['IfcEarthworksCut/PAVEMENTMILLING'],IfcEarthworksCut/PAVEMENTMILLING,"[{'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_PavementSurfaceCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcPavement', 'IfcPavementType']","IfcPavement,IfcPavementType","[{'property_name': 'PavementRoughness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNumericMeasure', 'unit_type': 'None'}}, {'property_name': 'PavementTexture', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PermeableCoveringProperties,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor', 'IfcMember', 'IfcWindow', 'IfcDoorType', 'IfcMemberType', 'IfcWindowType']","IfcDoor,IfcMember,IfcWindow,IfcDoorType,IfcMemberType,IfcWindowType","[{'property_name': 'OperationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PermeableCoveringOperationEnum', 'values': ['GRILL', 'LOUVER', 'SCREEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PanelPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WindowPanelPositionEnum', 'values': ['BOTTOM', 'LEFT', 'MIDDLE', 'RIGHT', 'TOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FrameDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FrameThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_Permit,PSET_OCCURRENCEDRIVEN,['IfcPermit'],IfcPermit,"[{'property_name': 'EscortRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'StartDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'EndDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'SpecialRequirements', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_PileCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcPile', 'IfcPileType']","IfcPile,IfcPileType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_PipeConnectionFlanged,PSET_TYPEDRIVENOVERRIDE,"['IfcPipeSegment', 'IfcPipeSegmentType']","IfcPipeSegment,IfcPipeSegmentType","[{'property_name': 'FlangeTable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlangeStandard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BoreSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfBoltholes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'BoltSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BoltholePitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeFittingOccurrence,PSET_OCCURRENCEDRIVEN,['IfcPipeFitting'],IfcPipeFitting,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Colour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PipeFittingPHistory,PSET_PERFORMANCEDRIVEN,['IfcPipeFitting'],IfcPipeFitting,"[{'property_name': 'LossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FlowrateLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_PipeFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcPipeFitting', 'IfcPipeFittingType']","IfcPipeFitting,IfcPipeFittingType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FittingLossFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_PipeSegmentOccurrence,PSET_OCCURRENCEDRIVEN,['IfcPipeSegment'],IfcPipeSegment,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Colour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Gradient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InvertElevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeSegmentPHistory,PSET_PERFORMANCEDRIVEN,['IfcPipeSegment'],IfcPipeSegment,"[{'property_name': 'LeakageCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FluidFlowLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_PipeSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcPipeSegment', 'IfcPipeSegmentType']","IfcPipeSegment,IfcPipeSegmentType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InnerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OuterDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeSegmentTypeCulvert,PSET_TYPEDRIVENOVERRIDE,"['IfcPipeSegment/CULVERT', 'IfcPipeSegmentType/CULVERT']","IfcPipeSegment/CULVERT,IfcPipeSegmentType/CULVERT","[{'property_name': 'InternalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeSegmentTypeGutter,PSET_TYPEDRIVENOVERRIDE,"['IfcPipeSegment/GUTTER', 'IfcPipeSegmentType/GUTTER']","IfcPipeSegment/GUTTER,IfcPipeSegmentType/GUTTER","[{'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'Complementaryfunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ComplementaryWorks', 'values': ['DISPERSING_WELLS', 'LIFTING_WATER_WELLS', 'TRANSVERSAL_WATER_REMOVAL', 'OTHER', 'NOTKNOWN', 'NOTDEFINED']}}, {'property_name': 'OrthometricHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsCovered', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsMonitored', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_PlateCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcPlate', 'IfcPlateType']","IfcPlate,IfcPlateType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PointMachine,PSET_TYPEDRIVENOVERRIDE,"['IfcActuator/ELECTRICACTUATOR', 'IfcActuator/HANDOPERATEDACTUATOR', 'IfcActuator/HYDRAULICACTUATOR', 'IfcActuator/PNEUMATICACTUATOR', 'IfcActuatorType/ELECTRICACTUATOR', 'IfcActuatorType/HANDOPERATEDACTUATOR', 'IfcActuatorType/HYDRAULICACTUATOR', 'IfcActuatorType/PNEUMATICACTUATOR']","IfcActuator/ELECTRICACTUATOR,IfcActuator/HANDOPERATEDACTUATOR,IfcActuator/HYDRAULICACTUATOR,IfcActuator/PNEUMATICACTUATOR,IfcActuatorType/ELECTRICACTUATOR,IfcActuatorType/HANDOPERATEDACTUATOR,IfcActuatorType/HYDRAULICACTUATOR,IfcActuatorType/PNEUMATICACTUATOR","[{'property_name': 'ActionBarMovementLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TractionForce', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'ConversionTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'LockingForce', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'HasLockInside', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MarkingRodMovementLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumOperatingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumOperatingSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAngularVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'Current', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_PowerControlSystem,PSET_OCCURRENCEDRIVEN,['IfcDistributionSystem/ELECTRICAL'],IfcDistributionSystem/ELECTRICAL,"[{'property_name': 'AssemblyInstruction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}]" +Pset_PrecastConcreteElementFabrication,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBuildingElementProxy', 'IfcChimney', 'IfcCivilElement', 'IfcColumn', 'IfcFooting', 'IfcMember', 'IfcPile', 'IfcPlate', 'IfcRampFlight', 'IfcRamp', 'IfcRoof', 'IfcSlab', 'IfcStairFlight', 'IfcStair', 'IfcWall', 'IfcBeamType', 'IfcBuildingElementProxyType', 'IfcChimneyType', 'IfcCivilElementType', 'IfcColumnType', 'IfcFootingType', 'IfcMemberType', 'IfcPileType', 'IfcPlateType', 'IfcRampFlightType', 'IfcRampType', 'IfcRoofType', 'IfcSlabType', 'IfcStairFlightType', 'IfcStairType', 'IfcWallType']","IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcCivilElement,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRampFlight,IfcRamp,IfcRoof,IfcSlab,IfcStairFlight,IfcStair,IfcWall,IfcBeamType,IfcBuildingElementProxyType,IfcChimneyType,IfcCivilElementType,IfcColumnType,IfcFootingType,IfcMemberType,IfcPileType,IfcPlateType,IfcRampFlightType,IfcRampType,IfcRoofType,IfcSlabType,IfcStairFlightType,IfcStairType,IfcWallType","[{'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ProductionLotId', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SerialNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'PieceMark', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AsBuiltLocationNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ActualProductionDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'ActualErectionDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}]" +Pset_PrecastConcreteElementGeneral,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBuildingElementProxy', 'IfcChimney', 'IfcCivilElement', 'IfcColumn', 'IfcFooting', 'IfcMember', 'IfcPile', 'IfcPlate', 'IfcRampFlight', 'IfcRamp', 'IfcRoof', 'IfcSlab', 'IfcStairFlight', 'IfcStair', 'IfcWall', 'IfcBeamType', 'IfcBuildingElementProxyType', 'IfcChimneyType', 'IfcCivilElementType', 'IfcColumnType', 'IfcFootingType', 'IfcMemberType', 'IfcPileType', 'IfcPlateType', 'IfcRampFlightType', 'IfcRampType', 'IfcRoofType', 'IfcSlabType', 'IfcStairFlightType', 'IfcStairType', 'IfcWallType']","IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcCivilElement,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRampFlight,IfcRamp,IfcRoof,IfcSlab,IfcStairFlight,IfcStair,IfcWall,IfcBeamType,IfcBuildingElementProxyType,IfcChimneyType,IfcCivilElementType,IfcColumnType,IfcFootingType,IfcMemberType,IfcPileType,IfcPlateType,IfcRampFlightType,IfcRampType,IfcRoofType,IfcSlabType,IfcStairFlightType,IfcStairType,IfcWallType","[{'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CornerChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ManufacturingToleranceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FormStrippingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'LiftingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumAllowableSupportLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InitialTension', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TendonRelaxation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransportationStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'SupportDuringTransportDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SupportDuringTransportDocReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'HollowCorePlugging', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CamberAtMidspan', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'BatterAtStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'BatterAtEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Twisting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Shortening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PieceMark', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DesignLocationNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PrecastKerbStone,PSET_TYPEDRIVENOVERRIDE,"['IfcKerb', 'IfcKerbType']","IfcKerb,IfcKerbType","[{'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_PrecastSlab,PSET_TYPEDRIVENOVERRIDE,"['IfcSlab', 'IfcSlabType']","IfcSlab,IfcSlabType","[{'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ToppingType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'EdgeDistanceToFirstAxis', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DistanceBetweenComponentAxes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AngleToFirstAxis', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'AngleBetweenComponentAxes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalToppingThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ProcessCapacity,PSET_TYPEDRIVENOVERRIDE,"['IfcBuiltSystem', 'IfcDistributionSystem', 'IfcDoor', 'IfcSpace', 'IfcTransportationDevice', 'IfcZone', 'IfcDoorType', 'IfcSpaceType', 'IfcTransportationDeviceType']","IfcBuiltSystem,IfcDistributionSystem,IfcDoor,IfcSpace,IfcTransportationDevice,IfcZone,IfcDoorType,IfcSpaceType,IfcTransportationDeviceType","[{'property_name': 'ProcessItem', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ProcessItem', 'values': ['BARREL', 'CGT', 'PASSENGER', 'TEU', 'TONNE', 'VEHICLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ProcessCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'ProcessPerformance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'DownstreamConnections', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'UpstreamConnections', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}]" +Pset_ProfileArbitraryDoubleT,PSET_PROFILEDRIVEN,['IfcArbitraryClosedProfileDef'],IfcArbitraryClosedProfileDef,"[{'property_name': 'OverallWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LeftFlangeWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RightFlangeWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeDraft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeBaseFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeTopFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemBaseWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemTopWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemBaseChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemTopChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemBaseFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemTopFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_ProfileArbitraryHollowCore,PSET_PROFILEDRIVEN,['IfcArbitraryProfileDefWithVoids'],IfcArbitraryProfileDefWithVoids,"[{'property_name': 'OverallWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeDraft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DraftBaseOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DraftSideOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'KeyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'KeyHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'KeyOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BottomCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreBaseHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreMiddleHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreTopHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreBaseWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreTopWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreBaseHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreMiddleHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreTopHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreBaseWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreTopWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCores', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_ProfileMechanical,PSET_PROFILEDRIVEN,['IfcProfileDef'],IfcProfileDef,"[{'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CrossSectionArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'Perimeter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CentreOfGravityInX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CentreOfGravityInY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearCentreZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearCentreY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MomentOfInertiaY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'MomentOfInertiaZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'MomentOfInertiaYZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalConstantX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'WarpingConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcWarpingConstantMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearDeformationAreaZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearDeformationAreaY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSectionModulusY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumSectionModulusY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSectionModulusZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumSectionModulusZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalSectionModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearAreaZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearAreaY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PlasticShapeFactorY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PlasticShapeFactorZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_ProjectCommon,PSET_OCCURRENCEDRIVEN,['IfcProject'],IfcProject,"[{'property_name': 'ProjectType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ProjectType', 'values': ['MODIFICATION', 'NEWBUILD', 'OPERATIONMAINTENANCE', 'RENOVATION', 'REPAIR']}}, {'property_name': 'ProjectInvestmentEstimate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCostValue'}}, {'property_name': 'FundingSource', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ROI', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NetEarnedValue', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcCostValue'}}, {'property_name': 'PaybackPeriod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_ProjectOrderChangeOrder,PSET_OCCURRENCEDRIVEN,['IfcProjectOrder/CHANGEORDER'],IfcProjectOrder/CHANGEORDER,"[{'property_name': 'ReasonForChange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'BudgetSource', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderMaintenanceWorkOrder,PSET_OCCURRENCEDRIVEN,['IfcProjectOrder/MAINTENANCEWORKORDER'],IfcProjectOrder/MAINTENANCEWORKORDER,"[{'property_name': 'ProductDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WorkTypeRequested', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ContractualType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IfNotAccomplished', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'MaintenanceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MaintenanceType', 'values': ['CONDITIONBASED', 'CORRECTIVE', 'PLANNEDCORRECTIVE', 'SCHEDULED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaultPriorityType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PriorityType', 'values': ['HIGH', 'LOW', 'MEDIUM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LocationPriorityType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PriorityType', 'values': ['HIGH', 'LOW', 'MEDIUM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ScheduledFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProjectOrderMoveOrder,PSET_OCCURRENCEDRIVEN,['IfcProjectOrder/MOVEORDER'],IfcProjectOrder/MOVEORDER,"[{'property_name': 'SpecialInstructions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderPurchaseOrder,PSET_OCCURRENCEDRIVEN,['IfcProjectOrder/PURCHASEORDER'],IfcProjectOrder/PURCHASEORDER,"[{'property_name': 'IsFOB', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShipMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderWorkOrder,PSET_OCCURRENCEDRIVEN,['IfcProjectOrder/WORKORDER'],IfcProjectOrder/WORKORDER,"[{'property_name': 'ProductDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WorkTypeRequested', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ContractualType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IfNotAccomplished', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_PropertyAgreement,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialStructureElement', 'IfcSpatialStructureElementType']","IfcSpatialStructureElement,IfcSpatialStructureElementType","[{'property_name': 'AgreementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PropertyAgreementType', 'values': ['ASSIGNMENT', 'LEASE', 'TENANT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrackingIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'AgreementVersion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AgreementDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'PropertyName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CommencementDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'TerminationDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'Duration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'Options', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ConditionCommencement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Restrictions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ConditionTermination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceBreakerUnitI2TCurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice', 'IfcProtectiveDeviceType']","IfcProtectiveDevice,IfcProtectiveDeviceType","[{'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U1000', 'U230', 'U400', 'U440', 'U525', 'U690', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'BreakerUnitCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceBreakerUnitI2TFuseCurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice', 'IfcProtectiveDeviceType']","IfcProtectiveDevice,IfcProtectiveDeviceType","[{'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U1000', 'U230', 'U400', 'U440', 'U525', 'U690', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BreakerUnitFuseMeltingCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'BreakerUnitFuseBreakingingCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceBreakerUnitIPICurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice', 'IfcProtectiveDeviceType']","IfcProtectiveDevice,IfcProtectiveDeviceType","[{'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U1000', 'U230', 'U400', 'U440', 'U525', 'U690', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'BreakerUnitIPICurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceBreakerUnitTypeMCB,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/CIRCUITBREAKER', 'IfcProtectiveDeviceType/CIRCUITBREAKER']","IfcProtectiveDevice/CIRCUITBREAKER,IfcProtectiveDeviceType/CIRCUITBREAKER","[{'property_name': 'PowerLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U1000', 'U230', 'U400', 'U440', 'U525', 'U690', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrents', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ICU60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICN60898', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60898', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceBreakerUnitTypeMotorProtection,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice', 'IfcProtectiveDeviceType']","IfcProtectiveDevice,IfcProtectiveDeviceType","[{'property_name': 'PerformanceClasses', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U1000', 'U230', 'U400', 'U440', 'U525', 'U690', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ICU60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICW60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICM60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceOccurrence,PSET_OCCURRENCEDRIVEN,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'PoleUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PoleUsage', 'values': ['1P', '1PN', '2P', '3P', '3PN', '4P', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LongTimeFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShortTimeFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShortTimei2tFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GroundFaultFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GroundFaulti2tFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LongTimeCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortTimeCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'InstantaneousCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'GroundFaultCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'LongTimeDelay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortTimeTrippingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'InstantaneousTrippingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'GroundFaultTrippingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingCurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice', 'IfcProtectiveDeviceType']","IfcProtectiveDevice,IfcProtectiveDeviceType","[{'property_name': 'TrippingCurveType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrippingCurveType', 'values': ['LOWER', 'UPPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrippingCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceTrippingFunctionGCurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit', 'IfcProtectiveDeviceTrippingUnitType']","IfcProtectiveDeviceTrippingUnit,IfcProtectiveDeviceTrippingUnitType","[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalCurrentAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ExternalAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsCurrentTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsTimeTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingFunctionICurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit', 'IfcProtectiveDeviceTrippingUnitType']","IfcProtectiveDeviceTrippingUnit,IfcProtectiveDeviceTrippingUnitType","[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalCurrentAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsCurrentTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsTimeTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MaxAdjustmentX_ICS', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'IsOffWhenSFunctionOn', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingFunctionLCurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit', 'IfcProtectiveDeviceTrippingUnitType']","IfcProtectiveDeviceTrippingUnit,IfcProtectiveDeviceTrippingUnitType","[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'UpperCurrent1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'UpperCurrent2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'UpperTime1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'UpperTime2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerCurrent1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerCurrent2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerTime1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerTime2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingFunctionSCurve,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit', 'IfcProtectiveDeviceTrippingUnitType']","IfcProtectiveDeviceTrippingUnit,IfcProtectiveDeviceTrippingUnitType","[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalCurrentAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsCurrentTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsTimeTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'IsOffWhenLfunctionOn', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitCurrentAdjustment,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit', 'IfcProtectiveDeviceTrippingUnitType']","IfcProtectiveDeviceTrippingUnit,IfcProtectiveDeviceTrippingUnitType","[{'property_name': 'AdjustmentValueType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AdjustmentValueType', 'values': ['LIST', 'RANGE']}}, {'property_name': 'CurrentAdjustmentRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'CurrentAdjustmentRangeStepValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentAdjustmentValues', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AdjustmentDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTimeAdjustment,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit', 'IfcProtectiveDeviceTrippingUnitType']","IfcProtectiveDeviceTrippingUnit,IfcProtectiveDeviceTrippingUnitType","[{'property_name': 'AdjustmentValueType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AdjustmentValueType', 'values': ['LIST', 'RANGE']}}, {'property_name': 'TimeAdjustmentRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TimeAdjustmentRangeStepValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeAdjustmentValues', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AdjustmentDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CurrentForTimeDelay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'I2TApplicability', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AdjustmentValueType', 'values': ['LIST', 'RANGE']}}]" +Pset_ProtectiveDeviceTrippingUnitTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit', 'IfcProtectiveDeviceTrippingUnitType']","IfcProtectiveDeviceTrippingUnit,IfcProtectiveDeviceTrippingUnitType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Standard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'UseInDiscrimination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AtexVerified', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OldDevice', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LimitingTerminalSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTypeElectroMagnetic,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit/ELECTROMAGNETIC', 'IfcProtectiveDeviceTrippingUnitType/ELECTROMAGNETIC']","IfcProtectiveDeviceTrippingUnit/ELECTROMAGNETIC,IfcProtectiveDeviceTrippingUnitType/ELECTROMAGNETIC","[{'property_name': 'ElectroMagneticTrippingUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectroMagneticTrippingUnitType', 'values': ['OL', 'TMP_BM', 'TMP_MP', 'TMP_SC', 'TMP_STD', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'I1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'I2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'T2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'DefinedTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'I4', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'I5', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'T5', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurveDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTypeElectronic,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit/ELECTRONIC', 'IfcProtectiveDeviceTrippingUnitType/ELECTRONIC']","IfcProtectiveDeviceTrippingUnit/ELECTRONIC,IfcProtectiveDeviceTrippingUnitType/ELECTRONIC","[{'property_name': 'ElectronicTrippingUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectronicTrippingUnitType', 'values': ['EP_BM', 'EP_MP', 'EP_SC', 'EP_STD', 'EP_TIMEDELAYED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrents', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'N_Protection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'N_Protection_50', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'N_Protection_100', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'N_Protection_Select', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTypeResidualCurrent,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit/RESIDUALCURRENT', 'IfcProtectiveDeviceTrippingUnitType/RESIDUALCURRENT']","IfcProtectiveDeviceTrippingUnit/RESIDUALCURRENT,IfcProtectiveDeviceTrippingUnitType/RESIDUALCURRENT","[{'property_name': 'TrippingUnitReleaseCurrent', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrippingUnitReleaseCurrent', 'values': ['10', '100', '1000', '30', '300', '500', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ProtectiveDeviceTrippingUnitTypeThermal,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDeviceTrippingUnit/THERMAL', 'IfcProtectiveDeviceTrippingUnitType/THERMAL']","IfcProtectiveDeviceTrippingUnit/THERMAL,IfcProtectiveDeviceTrippingUnitType/THERMAL","[{'property_name': 'ThermalTrippingUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ThermalTrippingUnitType', 'values': ['DIAZED', 'MINIZED', 'NEOZED', 'NH_FUSE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'I1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'I2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'T2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'DefinedTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurveDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeAntiArcingDevice,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/ANTI_ARCING_DEVICE', 'IfcProtectiveDeviceType/ANTI_ARCING_DEVICE']","IfcProtectiveDevice/ANTI_ARCING_DEVICE,IfcProtectiveDeviceType/ANTI_ARCING_DEVICE","[{'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'GroundingType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeCircuitBreaker,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/CIRCUITBREAKER', 'IfcProtectiveDeviceType/CIRCUITBREAKER']","IfcProtectiveDevice/CIRCUITBREAKER,IfcProtectiveDeviceType/CIRCUITBREAKER","[{'property_name': 'PerformanceClasses', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U1000', 'U230', 'U400', 'U440', 'U525', 'U690', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ICU60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICW60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICM60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice', 'IfcProtectiveDeviceType']","IfcProtectiveDevice,IfcProtectiveDeviceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ProtectiveDeviceTypeEarthLeakageCircuitBreaker,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/EARTHLEAKAGECIRCUITBREAKER', 'IfcProtectiveDeviceType/EARTHLEAKAGECIRCUITBREAKER']","IfcProtectiveDevice/EARTHLEAKAGECIRCUITBREAKER,IfcProtectiveDeviceType/EARTHLEAKAGECIRCUITBREAKER","[{'property_name': 'EarthFailureDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EarthFailureDeviceType', 'values': ['STANDARD', 'TIMEDELAYED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeFuseDisconnector,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/FUSEDISCONNECTOR', 'IfcProtectiveDeviceType/FUSEDISCONNECTOR']","IfcProtectiveDevice/FUSEDISCONNECTOR,IfcProtectiveDeviceType/FUSEDISCONNECTOR","[{'property_name': 'FuseDisconnectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FuseDisconnectorType', 'values': ['ENGINEPROTECTIONDEVICE', 'FUSEDSWITCH', 'HRC', 'OVERLOADPROTECTIONDEVICE', 'SWITCHDISCONNECTORFUSE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U1000', 'U230', 'U400', 'U440', 'U525', 'U690', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IC60269', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'PowerLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceEnvironmentTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'BreakingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ArcExtinctionType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NumberOfPoles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'TransformationRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/RESIDUALCURRENTCIRCUITBREAKER', 'IfcProtectiveDeviceType/RESIDUALCURRENTCIRCUITBREAKER']","IfcProtectiveDevice/RESIDUALCURRENTCIRCUITBREAKER,IfcProtectiveDeviceType/RESIDUALCURRENTCIRCUITBREAKER","[{'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeResidualCurrentSwitch,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/RESIDUALCURRENTSWITCH', 'IfcProtectiveDeviceType/RESIDUALCURRENTSWITCH']","IfcProtectiveDevice/RESIDUALCURRENTSWITCH,IfcProtectiveDeviceType/RESIDUALCURRENTSWITCH","[{'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeSparkGap,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/SPARKGAP', 'IfcProtectiveDevice/VOLTAGELIMITER', 'IfcProtectiveDeviceType/SPARKGAP', 'IfcProtectiveDeviceType/VOLTAGELIMITER']","IfcProtectiveDevice/SPARKGAP,IfcProtectiveDevice/VOLTAGELIMITER,IfcProtectiveDeviceType/SPARKGAP,IfcProtectiveDeviceType/VOLTAGELIMITER","[{'property_name': 'BreakdownVoltageTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'Capacitance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCapacitanceMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentRMS', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'PowerDissipation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SparkGapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SparkGapType', 'values': ['AIRSPARKGAP', 'GASFILLEDSPARKGAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Resistivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeVaristor,PSET_TYPEDRIVENOVERRIDE,"['IfcProtectiveDevice/VARISTOR', 'IfcProtectiveDeviceType/VARISTOR']","IfcProtectiveDevice/VARISTOR,IfcProtectiveDeviceType/VARISTOR","[{'property_name': 'VaristorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VaristorType', 'values': ['METALOXIDE', 'ZINCOXIDE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CharacteristicFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProvisionForVoid,PSET_OCCURRENCEDRIVEN,"['IfcBuildingElementProxy/PROVISIONFORVOID', 'IfcVirtualElement/PROVISIONFORVOID']","IfcBuildingElementProxy/PROVISIONFORVOID,IfcVirtualElement/PROVISIONFORVOID","[{'property_name': 'VoidShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'System', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PumpOccurrence,PSET_OCCURRENCEDRIVEN,['IfcPump'],IfcPump,"[{'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PumpBaseType', 'values': ['BASE', 'FRAME', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DriveConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PumpDriveConnectionType', 'values': ['BELTDRIVE', 'COUPLING', 'DIRECTDRIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_PumpPHistory,PSET_PERFORMANCEDRIVEN,['IfcPump'],IfcPump,"[{'property_name': 'MechanicalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OverallEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureRise', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RotationSpeed', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Flowrate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PowerHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_PumpTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcPump', 'IfcPumpType']","IfcPump,IfcPumpType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FlowResistanceRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NetPositiveSuctionHead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalRotationSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': 'None'}}]" +Pset_QuayCommon,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/QUAY'],IfcMarineFacility/QUAY,"[{'property_name': 'StructuralType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BentSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'QuaySectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SectionType', 'values': ['CLOSED', 'OPEN']}}, {'property_name': 'Elevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_QuayDesignCriteria,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/QUAY'],IfcMarineFacility/QUAY,"[{'property_name': 'HighWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LowWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ExtremeHighWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ExtremeLowWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShipLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'WaveLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'UniformlyDistributedLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'EquipmentLoading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}]" +Pset_RadiiKerbStone,PSET_TYPEDRIVENOVERRIDE,"['IfcKerb', 'IfcKerbType']","IfcKerb,IfcKerbType","[{'property_name': 'CurveShape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CurveShapeEnum', 'values': ['EXTERNAL', 'INTERNAL']}}, {'property_name': 'Radius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_RailingCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcRailing', 'IfcRailingType']","IfcRailing,IfcRailingType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_RailTypeBlade,PSET_TYPEDRIVENOVERRIDE,"['IfcRail/BLADE', 'IfcRailType/BLADE']","IfcRail/BLADE,IfcRailType/BLADE","[{'property_name': 'IsArticulatedBlade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsFallbackBlade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BladeRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_RailTypeCheckRail,PSET_TYPEDRIVENOVERRIDE,"['IfcRail/CHECKRAIL', 'IfcRailType/CHECKRAIL']","IfcRail/CHECKRAIL,IfcRailType/CHECKRAIL","[{'property_name': 'CheckRailType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CheckRailType', 'values': ['TYPE_33C1', 'TYPE_40C1', 'TYPE_47C1', 'TYPE_CR3_60U', 'TYPE_R260', 'TYPE_R320CR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'InstallationPlan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}]" +Pset_RailTypeGuardRail,PSET_TYPEDRIVENOVERRIDE,"['IfcRail/GUARDRAIL', 'IfcRailType/GUARDRAIL']","IfcRail/GUARDRAIL,IfcRailType/GUARDRAIL","[{'property_name': 'GuardRailConnection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GuardRailConnection', 'values': ['FISHPLATE', 'NONE', 'WELD', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PositionInTrack', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RelativePosition', 'values': ['LEFT', 'MIDDLE', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'GuardRailType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GuardRailType', 'values': ['GUARDRAILANDSPOTSLEEPERS', 'GUARDRAILSONLY', 'SPOTSLEEPERSONLY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_RailTypeRail,PSET_TYPEDRIVENOVERRIDE,"['IfcRail/RAIL', 'IfcRailType/RAIL']","IfcRail/RAIL,IfcRailType/RAIL","[{'property_name': 'PositionInTrack', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RelativePosition', 'values': ['LEFT', 'MIDDLE', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TechnicalStandard', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'RailDeliveryState', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RailDeliveryState', 'values': ['HEATTREATMENT', 'HOTROLLING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RailCondition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RailCondition', 'values': ['NEWRAIL', 'REGENERATEDRAIL', 'REUSEDRAIL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DrillOnRail', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DrillOnRail', 'values': ['BOTHENDS', 'NONE', 'ONEEND', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RailElementaryLength', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RailElementaryLength', 'values': ['100M', '108M', '120M', '12M', '144M', '18M', '24M', '25M', '27M', '30M', '36M', '400M', '48M', '54M', '60M', '6M', '72M', '75M', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MinimumTensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsStainless', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'InstallationPlan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}]" +Pset_RailTypeStockRail,PSET_TYPEDRIVENOVERRIDE,"['IfcRail/STOCKRAIL', 'IfcRailType/STOCKRAIL']","IfcRail/STOCKRAIL,IfcRailType/STOCKRAIL","[{'property_name': 'StockRailRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InstallationPlan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_RailwayBalise,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/TRANSPONDER', 'IfcCommunicationsApplianceType/TRANSPONDER']","IfcCommunicationsAppliance/TRANSPONDER,IfcCommunicationsApplianceType/TRANSPONDER","[{'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FailureInformation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'RailwayBaliseType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RailwayBaliseType', 'values': ['ACTIVEBALISE', 'PASSIVEBALISE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DetectionRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InformationLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'TransmissionRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIntegerCountRateMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'IP_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RailwayCableCarrier,PSET_OCCURRENCEDRIVEN,['IfcCableCarrierSegment'],IfcCableCarrierSegment,"[{'property_name': 'NumberOfCrossedTracks', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_RailwayLevelCrossing,PSET_OCCURRENCEDRIVEN,['IfcFacilityPartCommon/LEVELCROSSING'],IfcFacilityPartCommon/LEVELCROSSING,"[{'property_name': 'IsAccessibleByVehicle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasRailDrainage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsPrivateOwner', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PermissiblePavementLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'IsSecuredBySignalingSystem', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExceptionalTransportRoute', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_RailwaySignalAspect,PSET_TYPEDRIVENOVERRIDE,"['IfcSignal', 'IfcSign', 'IfcSignalType', 'IfcSignType']","IfcSignal,IfcSign,IfcSignalType,IfcSignType","[{'property_name': 'SignalAspectSymbol', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'AppliesToTrainCategory', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrainCategory', 'values': ['FREIGHT', 'PASSENGER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SignalAspectType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SignLegend', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_RailwaySignalOccurrence,PSET_OCCURRENCEDRIVEN,['IfcSignal'],IfcSignal,"[{'property_name': 'ApproachSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'HandSignallingProhibited', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LimitedClearances', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'NumberOfLampsNotUsed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RequiresOLEMesh', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'RequiresSafetyHandrail', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SignalPostTelephoneID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SignalPostTelephoneType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SpecialPositionArrangement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HinderingObstaclesDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SignalWalkwayLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RequiresBannerSignal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'DistanceToStopMark', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_RailwaySignalSighting,PSET_OCCURRENCEDRIVEN,"['IfcSignal', 'IfcSign']","IfcSignal,IfcSign","[{'property_name': 'SignalSightingAchievableDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalSightingAvailableDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalSightingCombinedWithRepeater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalSightingMinimum', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalSightingPreferred', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalSightingRouteIndicator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalViewingMinimumInFront', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_RailwaySignalType,PSET_TYPEDRIVENOVERRIDE,"['IfcSignal', 'IfcSignalType']","IfcSignal,IfcSignalType","[{'property_name': 'SignalIndicatorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SignalIndicatorType', 'values': ['DEPARTUREINDICATOR', 'DEPARTUREROUTEINDICATOR', 'DERAILINDICATOR', 'ROLLINGSTOCKSTOPINDICATOR', 'ROUTEINDICATOR', 'SHUNTINGINDICATOR', 'SWITCHINDICATOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LensDiffuserType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HasConductorRailGuardBoard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MaximumDisplayDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RequiredDisplayDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsHighType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SignalHoodLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HotStripOrientation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LensDiffuserOrientation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NumberOfLamps', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalMessage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'RailwaySignalType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RailwaySignalType', 'values': ['APPROACHSIGNAL', 'BLOCKSIGNAL', 'DISTANTSIGNAL', 'HOMESIGNAL', 'HUMPAUXILIARYSIGANL', 'HUMPSIGNAL', 'LEVELCROSSINGSIGNAL', 'OBSTRUCTIONSIGNAL', 'REPEATINGSIGNAL', 'SHUNTINGSIGNAL', 'STARTINGSIGNAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_RailwayTrackStructurePart,PSET_OCCURRENCEDRIVEN,"['IfcRailwayPart/DILATIONTRACK', 'IfcRailwayPart/PLAINTRACK', 'IfcRailwayPart/TRACK', 'IfcRailwayPart/TURNOUTTRACK', 'IfcRailwayPart/TRACKPART']","IfcRailwayPart/DILATIONTRACK,IfcRailwayPart/PLAINTRACK,IfcRailwayPart/TRACK,IfcRailwayPart/TURNOUTTRACK,IfcRailwayPart/TRACKPART","[{'property_name': 'HasBallastTrack', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasCWR', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsSunExposed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TrackSupportingStructure', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrackSupportingStructure', 'values': ['BRIDGE', 'CONCRETE', 'ONSPECIALFOUNDATION', 'PAVEMENT', 'SUBGRADELAYER', 'TRANSITIONSECTION', 'TUNNEL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_RampCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcRamp', 'IfcRampType']","IfcRamp,IfcRampType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RequiredHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RequiredSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RampFlightCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcRampFlight', 'IfcRampFlightType']","IfcRampFlight,IfcRampFlightType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Headroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'CounterSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}]" +Pset_ReferentCommon,PSET_OCCURRENCEDRIVEN,['IfcReferent'],IfcReferent,"[{'property_name': 'NameFormat', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ReinforcementBarCountOfIndependentFooting,PSET_TYPEDRIVENOVERRIDE,"['IfcFooting', 'IfcFootingType']","IfcFooting,IfcFootingType","[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'XDirectionLowerBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'YDirectionLowerBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'XDirectionUpperBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'YDirectionUpperBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfBeam,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBeamType']","IfcBeam,IfcBeamType","[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StirrupBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SpacingBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfColumn,PSET_TYPEDRIVENOVERRIDE,"['IfcColumn', 'IfcColumnType']","IfcColumn,IfcColumnType","[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementBarType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ReinforcementBarType', 'values': ['RING', 'SPIRAL', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'HoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'XDirectionTieHoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'XDirectionTieHoopCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'YDirectionTieHoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'YDirectionTieHoopCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfContinuousFooting,PSET_TYPEDRIVENOVERRIDE,"['IfcFooting', 'IfcFootingType']","IfcFooting,IfcFootingType","[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CrossingUpperBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CrossingLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfSlab,PSET_TYPEDRIVENOVERRIDE,"['IfcSlab', 'IfcSlabType']","IfcSlab,IfcSlabType","[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LongOutsideTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideCenterTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideEndTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortOutsideTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideCenterTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideEndTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongOutsideLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideCenterLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideEndLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortOutsideLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideCenterLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideEndLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfWall,PSET_TYPEDRIVENOVERRIDE,"['IfcWall', 'IfcWallType']","IfcWall,IfcWallType","[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BarAllocationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ReinforcementBarAllocationType', 'values': ['ALTERNATE', 'DOUBLE', 'SINGLE', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'VerticalBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SpacingBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_RepairOccurrence,PSET_OCCURRENCEDRIVEN,"['IfcAsset', 'IfcElement', 'IfcSystem']","IfcAsset,IfcElement,IfcSystem","[{'property_name': 'RepairContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'RepairDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'MeanTimeToRepair', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_RevetmentCommon,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/REVETMENT'],IfcMarineFacility/REVETMENT,"[{'property_name': 'StructuralType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Elevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_Risk,PSET_TYPEDRIVENOVERRIDE,"['IfcGroup', 'IfcProcess', 'IfcProduct', 'IfcTypeProcess', 'IfcTypeProduct']","IfcGroup,IfcProcess,IfcProduct,IfcTypeProcess,IfcTypeProduct","[{'property_name': 'RiskName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RiskType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskType', 'values': ['ASBESTOSEFFECTS', 'ASPHIXIATION', 'BUSINESS', 'BUSINESSISSUES', 'CHEMICALEFFECTS', 'COMMERICALISSUES', 'CONFINEMENT', 'CRUSHING', 'DROWNINGANDFLOODING', 'ELECTRICSHOCK', 'ENVIRONMENTALISSUES', 'EVENT', 'FALL', 'FALLEDGE', 'FALLFRAGILEMATERIAL', 'FALLSCAFFOLD', 'FALL_LADDER', 'FIRE_EXPLOSION', 'HANDLING', 'HAZARD', 'HAZARDOUSDUST', 'HEALTHANDSAFETY', 'HEALTHISSUE', 'INSURANCE', 'INSURANCE_ISSUES', 'LEADEFFECTS', 'MACHINERYGUARDING', 'MATERIALEFFECTS', 'MATERIALSHANDLING', 'MECHANICALEFFECTS', 'MECHANICAL_LIFTING', 'MOBILE_ELEVATEDWORKPLATFORM', 'NOISE_EFFECTS', 'OPERATIONALISSUES', 'OTHERISSUES', 'OVERTURINGPLANT', 'PUBLICPROTECTIONISSUES', 'SAFETYISSUE', 'SILICADUST', 'SLIPTRIP', 'SOCIALISSUES', 'STRUCK', 'STRUCKFALLINFOBJECT', 'STRUCKVEHICLE', 'TOOLUSAGE', 'TRAPPED', 'UNINTENDEDCOLLAPSE', 'VIBRATION', 'WELFAREISSUE', 'WOODDUST', 'WORKINGOVERHEAD', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NatureOfRisk', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RiskAssessmentMethodology', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'UnmitigatedRiskLikelihood', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['CONSIDERABLE', 'CRITICAL', 'HIGH', 'INSIGNIFICANT', 'LOW', 'MODERATE', 'SOME', 'VERYHIGH', 'VERYLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'UnmitigatedRiskConsequence', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['CONSIDERABLE', 'CRITICAL', 'HIGH', 'INSIGNIFICANT', 'LOW', 'MODERATE', 'SOME', 'VERYHIGH', 'VERYLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'UnmitigatedRiskSignificance', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['CONSIDERABLE', 'CRITICAL', 'HIGH', 'INSIGNIFICANT', 'LOW', 'MODERATE', 'SOME', 'VERYHIGH', 'VERYLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MitigationPlanned', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MitigatedRiskLikelihood', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['CONSIDERABLE', 'CRITICAL', 'HIGH', 'INSIGNIFICANT', 'LOW', 'MODERATE', 'SOME', 'VERYHIGH', 'VERYLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MitigatedRiskConsequence', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['CONSIDERABLE', 'CRITICAL', 'HIGH', 'INSIGNIFICANT', 'LOW', 'MODERATE', 'SOME', 'VERYHIGH', 'VERYLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MitigatedRiskSignificance', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['CONSIDERABLE', 'CRITICAL', 'HIGH', 'INSIGNIFICANT', 'LOW', 'MODERATE', 'SOME', 'VERYHIGH', 'VERYLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MitigationProposed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssociatedProduct', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssociatedActivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssociatedLocation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RoadDesignCriteriaCommon,PSET_OCCURRENCEDRIVEN,"['IfcFacilityPartCommon/JUNCTION', 'IfcFacilityPartCommon/LEVELCROSSING', 'IfcFacilityPartCommon/SEGMENT', 'IfcRoadPart/BICYCLECROSSING', 'IfcRoadPart/INTERSECTION', 'IfcRoadPart/PEDESTRIAN_CROSSING', 'IfcRoadPart/RAILWAYCROSSING', 'IfcRoadPart/ROADSEGMENT', 'IfcRoadPart/ROUNDABOUT', 'IfcRoadPart/TOLLPLAZA', 'IfcRoad']","IfcFacilityPartCommon/JUNCTION,IfcFacilityPartCommon/LEVELCROSSING,IfcFacilityPartCommon/SEGMENT,IfcRoadPart/BICYCLECROSSING,IfcRoadPart/INTERSECTION,IfcRoadPart/PEDESTRIAN_CROSSING,IfcRoadPart/RAILWAYCROSSING,IfcRoadPart/ROADSEGMENT,IfcRoadPart/ROUNDABOUT,IfcRoadPart/TOLLPLAZA,IfcRoad","[{'property_name': 'Crossfall', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DesignSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'DesignTrafficVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'DesignVehicleClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LaneWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfThroughLanes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RoadDesignClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RoadGuardElement,PSET_TYPEDRIVENOVERRIDE,"['IfcRailing/GUARDRAIL', 'IfcWall/PARAPET', 'IfcRailingType/GUARDRAIL', 'IfcWallType/PARAPET']","IfcRailing/GUARDRAIL,IfcWall/PARAPET,IfcRailingType/GUARDRAIL,IfcWallType/PARAPET","[{'property_name': 'IsMoveable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsTerminal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsTransition', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TerminalType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RoadMarkingCommon,PSET_OCCURRENCEDRIVEN,"['IfcSurfaceFeature/HATCHMARKING', 'IfcSurfaceFeature/LINEMARKING', 'IfcSurfaceFeature/PAVEMENTSURFACEMARKING', 'IfcSurfaceFeature/SYMBOLMARKING']","IfcSurfaceFeature/HATCHMARKING,IfcSurfaceFeature/LINEMARKING,IfcSurfaceFeature/PAVEMENTSURFACEMARKING,IfcSurfaceFeature/SYMBOLMARKING","[{'property_name': 'ApplicationMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DiagramNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MaterialColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MaterialThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaterialType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Structure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RoadSymbolsCommon,PSET_OCCURRENCEDRIVEN,['IfcSurfaceFeature/SYMBOLMARKING'],IfcSurfaceFeature/SYMBOLMARKING,"[{'property_name': 'Text', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RoofCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcRoof', 'IfcRoofType']","IfcRoof,IfcRoofType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeBath,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/BATH', 'IfcSanitaryTerminalType/BATH']","IfcSanitaryTerminal/BATH,IfcSanitaryTerminalType/BATH","[{'property_name': 'BathType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BathType', 'values': ['DOMESTIC', 'FOOT', 'PLUNGE', 'POOL', 'SITZ', 'SPA', 'TREATMENT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasGrabHandles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeBidet,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/BIDET', 'IfcSanitaryTerminalType/BIDET']","IfcSanitaryTerminal/BIDET,IfcSanitaryTerminalType/BIDET","[{'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'COUNTERTOP', 'PEDESTAL', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeCistern,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/CISTERN', 'IfcSanitaryTerminalType/CISTERN']","IfcSanitaryTerminal/CISTERN,IfcSanitaryTerminalType/CISTERN","[{'property_name': 'CisternHeight', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CisternHeight', 'values': ['HIGHLEVEL', 'LOWLEVEL', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CisternCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'IsSingleFlush', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FlushType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FlushType', 'values': ['LEVER', 'PULL', 'PUSH', 'SENSOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlushRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'IsAutomaticFlush', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal', 'IfcSanitaryTerminalType']","IfcSanitaryTerminal,IfcSanitaryTerminalType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Colour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeSanitaryFountain,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/SANITARYFOUNTAIN', 'IfcSanitaryTerminalType/SANITARYFOUNTAIN']","IfcSanitaryTerminal/SANITARYFOUNTAIN,IfcSanitaryTerminalType/SANITARYFOUNTAIN","[{'property_name': 'FountainType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FountainType', 'values': ['DRINKINGWATER', 'EYEWASH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'COUNTERTOP', 'PEDESTAL', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeShower,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/SHOWER', 'IfcSanitaryTerminalType/SHOWER']","IfcSanitaryTerminal/SHOWER,IfcSanitaryTerminalType/SHOWER","[{'property_name': 'ShowerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ShowerType', 'values': ['DRENCH', 'INDIVIDUAL', 'TUNNEL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasTray', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShowerHeadDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeSink,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/SINK', 'IfcSanitaryTerminalType/SINK']","IfcSanitaryTerminal/SINK,IfcSanitaryTerminalType/SINK","[{'property_name': 'SinkType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SinkType', 'values': ['BELFAST', 'BUCKET', 'CLEANERS', 'COMBINATION_DOUBLE', 'COMBINATION_LEFT', 'COMBINATION_RIGHT', 'DRIP', 'LABORATORY', 'LONDON', 'PLASTER', 'POT', 'RINSING', 'SHELF', 'VEGETABLEPREPARATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'COUNTERTOP', 'PEDESTAL', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Colour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MountingOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeToiletPan,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/TOILETPAN', 'IfcSanitaryTerminalType/TOILETPAN']","IfcSanitaryTerminal/TOILETPAN,IfcSanitaryTerminalType/TOILETPAN","[{'property_name': 'ToiletType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToiletType', 'values': ['BEDPANWASHER', 'CHEMICAL', 'CLOSECOUPLED', 'LOOSECOUPLED', 'SLOPHOPPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ToiletPanType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToiletPanType', 'values': ['SIPHONIC', 'SQUAT', 'WASHDOWN', 'WASHOUT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PanMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'COUNTERTOP', 'PEDESTAL', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeUrinal,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/URINAL', 'IfcSanitaryTerminalType/URINAL']","IfcSanitaryTerminal/URINAL,IfcSanitaryTerminalType/URINAL","[{'property_name': 'UrinalType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UrinalType', 'values': ['BOWL', 'SLAB', 'STALL', 'TROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'COUNTERTOP', 'PEDESTAL', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeWashHandBasin,PSET_TYPEDRIVENOVERRIDE,"['IfcSanitaryTerminal/WASHHANDBASIN', 'IfcSanitaryTerminalType/WASHHANDBASIN']","IfcSanitaryTerminal/WASHHANDBASIN,IfcSanitaryTerminalType/WASHHANDBASIN","[{'property_name': 'WashHandBasinType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WashHandBasinType', 'values': ['DENTALCUSPIDOR', 'HANDRINSE', 'HOSPITAL', 'TIPUP', 'WASHFOUNTAIN', 'WASHINGTROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'COUNTERTOP', 'PEDESTAL', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MountingOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_SectioningDevice,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/INSULATOR', 'IfcDiscreteAccessoryType/INSULATOR']","IfcDiscreteAccessory/INSULATOR,IfcDiscreteAccessoryType/INSULATOR","[{'property_name': 'SectioningDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SectioningDeviceType', 'values': ['DIFFERENT_POWER_SUPPLY_SEPARATION', 'PHASE_SEPARATION', 'SAME_FEEDING_SECTION_SEPARATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SectionInsulator,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/INSULATOR', 'IfcDiscreteAccessoryType/INSULATOR']","IfcDiscreteAccessory/INSULATOR,IfcDiscreteAccessoryType/INSULATOR","[{'property_name': 'ACResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfWires', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'IsArcSuppressing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}]" +Pset_SensorPHistory,PSET_PERFORMANCEDRIVEN,['IfcSensor'],IfcSensor,"[{'property_name': 'Value', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Direction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Quality', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SensorTypeCO2Sensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/CO2SENSOR', 'IfcSensorType/CO2SENSOR']","IfcSensor/CO2SENSOR,IfcSensorType/CO2SENSOR","[{'property_name': 'SetPointCO2Concentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor', 'IfcSensorType']","IfcSensor,IfcSensorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SensorTypeConductanceSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/CONDUCTANCESENSOR', 'IfcSensorType/CONDUCTANCESENSOR']","IfcSensor/CONDUCTANCESENSOR,IfcSensorType/CONDUCTANCESENSOR","[{'property_name': 'SetPointConductance', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricConductanceMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeContactSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/CONTACTSENSOR', 'IfcSensorType/CONTACTSENSOR']","IfcSensor/CONTACTSENSOR,IfcSensorType/CONTACTSENSOR","[{'property_name': 'SetPointContact', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeEarthquakeSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/EARTHQUAKESENSOR', 'IfcSensorType/EARTHQUAKESENSOR']","IfcSensor/EARTHQUAKESENSOR,IfcSensorType/EARTHQUAKESENSOR","[{'property_name': 'MarginOfError', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LinearVelocityResolution', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'SamplingFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'WorkingState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DataCollectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DataCollectionType', 'values': ['AUTOMATICANDCONTINUOUS', 'MANUALANDSINGLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DegreeOfLinearity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DynamicRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'EarthquakeSensorRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FullScaleOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'SerialInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SerialInterfaceType', 'values': ['RS_232', 'RS_422', 'RS_485', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TransverseSensitivityRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'EarthquakeSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EarthquakeSensorType', 'values': ['2DIRECTION', '3DIRECTION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SensorTypeFireSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/FIRESENSOR', 'IfcSensorType/FIRESENSOR']","IfcSensor/FIRESENSOR,IfcSensorType/FIRESENSOR","[{'property_name': 'FireSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'AccuracyOfFireSensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_SensorTypeFlowSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/FLOWSENSOR', 'IfcSensorType/FLOWSENSOR']","IfcSensor/FLOWSENSOR,IfcSensorType/FLOWSENSOR","[{'property_name': 'SetPointFlow', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeForeignObjectDetectionSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/FOREIGNOBJECTDETECTIONSENSOR', 'IfcSensorType/FOREIGNOBJECTDETECTIONSENSOR']","IfcSensor/FOREIGNOBJECTDETECTIONSENSOR,IfcSensorType/FOREIGNOBJECTDETECTIONSENSOR","[{'property_name': 'WorkingState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SerialInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SerialInterfaceType', 'values': ['RS_232', 'RS_422', 'RS_485', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ForeignObjectDetectionSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ForeignObjectDetectionSensorType', 'values': ['DUALPOWERNETWORK', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SensorTypeFrostSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/FROSTSENSOR', 'IfcSensorType/FROSTSENSOR']","IfcSensor/FROSTSENSOR,IfcSensorType/FROSTSENSOR","[{'property_name': 'SetPointFrost', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeGasSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/GASSENSOR', 'IfcSensorType/GASSENSOR']","IfcSensor/GASSENSOR,IfcSensorType/GASSENSOR","[{'property_name': 'GasDetected', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SetPointConcentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_SensorTypeHeatSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/HEATSENSOR', 'IfcSensorType/HEATSENSOR']","IfcSensor/HEATSENSOR,IfcSensorType/HEATSENSOR","[{'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SetPointTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RateOfTemperatureRise', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTemperatureRateOfChangeMeasure', 'unit_type': 'None'}}]" +Pset_SensorTypeHumiditySensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/HUMIDITYSENSOR', 'IfcSensorType/HUMIDITYSENSOR']","IfcSensor/HUMIDITYSENSOR,IfcSensorType/HUMIDITYSENSOR","[{'property_name': 'SetPointHumidity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeIdentifierSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/IDENTIFIERSENSOR', 'IfcSensorType/IDENTIFIERSENSOR']","IfcSensor/IDENTIFIERSENSOR,IfcSensorType/IDENTIFIERSENSOR","[{'property_name': 'SetPointIdentifier', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeIonConcentrationSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/IONCONCENTRATIONSENSOR', 'IfcSensorType/IONCONCENTRATIONSENSOR']","IfcSensor/IONCONCENTRATIONSENSOR,IfcSensorType/IONCONCENTRATIONSENSOR","[{'property_name': 'SubstanceDetected', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SetPointIonConcentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeLevelSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/LEVELSENSOR', 'IfcSensorType/LEVELSENSOR']","IfcSensor/LEVELSENSOR,IfcSensorType/LEVELSENSOR","[{'property_name': 'SetPointLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeLightSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/LIGHTSENSOR', 'IfcSensorType/LIGHTSENSOR']","IfcSensor/LIGHTSENSOR,IfcSensorType/LIGHTSENSOR","[{'property_name': 'SetPointIlluminance', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeMoistureSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/MOISTURESENSOR', 'IfcSensorType/MOISTURESENSOR']","IfcSensor/MOISTURESENSOR,IfcSensorType/MOISTURESENSOR","[{'property_name': 'SetPointMoisture', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeMovementSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/MOVEMENTSENSOR', 'IfcSensorType/MOVEMENTSENSOR']","IfcSensor/MOVEMENTSENSOR,IfcSensorType/MOVEMENTSENSOR","[{'property_name': 'MovementSensingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MovementSensingType', 'values': ['PHOTOELECTRICCELL', 'PRESSUREPAD', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SetPointMovement', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypePHSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/PHSENSOR', 'IfcSensorType/PHSENSOR']","IfcSensor/PHSENSOR,IfcSensorType/PHSENSOR","[{'property_name': 'SetPointPH', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPHMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypePressureSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/PRESSURESENSOR', 'IfcSensorType/PRESSURESENSOR']","IfcSensor/PRESSURESENSOR,IfcSensorType/PRESSURESENSOR","[{'property_name': 'SetPointPressure', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'IsSwitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SensorTypeRadiationSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/RADIATIONSENSOR', 'IfcSensorType/RADIATIONSENSOR']","IfcSensor/RADIATIONSENSOR,IfcSensorType/RADIATIONSENSOR","[{'property_name': 'SetPointRadiation', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeRadioactivitySensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/RADIOACTIVITYSENSOR', 'IfcSensorType/RADIOACTIVITYSENSOR']","IfcSensor/RADIOACTIVITYSENSOR,IfcSensorType/RADIOACTIVITYSENSOR","[{'property_name': 'SetPointRadioactivity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcRadioActivityMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeRainSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/RAINSENSOR', 'IfcSensorType/RAINSENSOR']","IfcSensor/RAINSENSOR,IfcSensorType/RAINSENSOR","[{'property_name': 'MarginOfError', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SamplingFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'WorkingState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DataCollectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DataCollectionType', 'values': ['AUTOMATICANDCONTINUOUS', 'MANUALANDSINGLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LengthMeasureResolution', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SerialInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SerialInterfaceType', 'values': ['RS_232', 'RS_422', 'RS_485', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RainMeasureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RainSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RainSensorType', 'values': ['MICROWAVE', 'PIEZOELECTRIC', 'TIPPINGBUCKET', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SensorTypeSmokeSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/SMOKESENSOR', 'IfcSensorType/SMOKESENSOR']","IfcSensor/SMOKESENSOR,IfcSensorType/SMOKESENSOR","[{'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SetPointConcentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'HasBuiltInAlarm', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SensorTypeSnowSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/SNOWDEPTHSENSOR', 'IfcSensorType/SNOWDEPTHSENSOR']","IfcSensor/SNOWDEPTHSENSOR,IfcSensorType/SNOWDEPTHSENSOR","[{'property_name': 'MarginOfError', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SamplingFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'DataCollectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DataCollectionType', 'values': ['AUTOMATICANDCONTINUOUS', 'MANUALANDSINGLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ImageResolution', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ImageShootingMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ImageShootingMode', 'values': ['AUTOMATIC', 'MANUAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SerialInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SerialInterfaceType', 'values': ['RS_232', 'RS_422', 'RS_485', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LengthMeasureResolution', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SnowSensorMeasureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SnowSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SnowSensorType', 'values': ['LASERIRRADIATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SensorTypeSoundSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/SOUNDSENSOR', 'IfcSensorType/SOUNDSENSOR']","IfcSensor/SOUNDSENSOR,IfcSensorType/SOUNDSENSOR","[{'property_name': 'SetPointSound', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcSoundPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeTemperatureSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/TEMPERATURESENSOR', 'IfcSensorType/TEMPERATURESENSOR']","IfcSensor/TEMPERATURESENSOR,IfcSensorType/TEMPERATURESENSOR","[{'property_name': 'TemperatureSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TemperatureSensorType', 'values': ['HIGHLIMIT', 'LOWLIMIT', 'OPERATINGTEMPERATURE', 'OUTSIDETEMPERATURE', 'ROOMTEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SetPointTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeTurnoutClosureSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/TURNOUTCLOSURESENSOR', 'IfcSensorType/TURNOUTCLOSURESENSOR']","IfcSensor/TURNOUTCLOSURESENSOR,IfcSensorType/TURNOUTCLOSURESENSOR","[{'property_name': 'DetectionRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IndicationRodMovementRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeWindSensor,PSET_TYPEDRIVENOVERRIDE,"['IfcSensor/WINDSENSOR', 'IfcSensorType/WINDSENSOR']","IfcSensor/WINDSENSOR,IfcSensorType/WINDSENSOR","[{'property_name': 'WindSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WindSensorType', 'values': ['CUP', 'HOTWIRE', 'LASERDOPPLER', 'PLATE', 'SONIC', 'TUBE', 'WINDMILL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SetPointSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'DampingRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SerialInterfaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SerialInterfaceType', 'values': ['RS_232', 'RS_422', 'RS_485', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MarginOfError', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LinearVelocityResolution', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'SamplingFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'StartingWindSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'WorkingState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'DataCollectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DataCollectionType', 'values': ['AUTOMATICANDCONTINUOUS', 'MANUALANDSINGLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WindAngleRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WindSpeedRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_ServiceLife,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'ServiceLifeDuration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcDuration', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MeanTimeBetweenFailure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_ServiceLifeFactors,PSET_OCCURRENCEDRIVEN,['IfcSystem'],IfcSystem,"[{'property_name': 'QualityOfComponents', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'DesignLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WorkExecutionLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'IndoorEnvironment', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'OutdoorEnvironment', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'InUseConditions', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MaintenanceLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_ShadingDeviceCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcShadingDevice', 'IfcShadingDeviceType']","IfcShadingDevice,IfcShadingDeviceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ShadingDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementShading', 'values': ['FIXED', 'MOVABLE', 'OVERHANG', 'SIDEFIN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MechanicalOperated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SolarTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleLightTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleLightReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Roughness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SurfaceColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ShadingDevicePHistory,PSET_PERFORMANCEDRIVEN,['IfcShadingDevice'],IfcShadingDevice,"[{'property_name': 'TiltAngle', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Azimuth', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ShipLockCommon,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/SHIPLOCK'],IfcMarineFacility/SHIPLOCK,"[{'property_name': 'CillLevelUpperHead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CillLevelLowerHead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterDeliveryValveType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WaterDeliverySystemType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ShiplockComplex,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/SHIPLOCK'],IfcMarineFacility/SHIPLOCK,"[{'property_name': 'LockGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LockLines', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'LockChamberLevels', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'LockMode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ShiplockDesignCriteria,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/SHIPLOCK'],IfcMarineFacility/SHIPLOCK,"[{'property_name': 'MaximumUpstreamNavigableWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumUpstreamNavigableWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumDownstreamNavigableWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumDownstreamNavigableWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'UpstreamMaintenanceWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DownstreamMaintenanceWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'UpstreamFloodWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DownstreamFloodWaterLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_ShipyardCommon,PSET_OCCURRENCEDRIVEN,['IfcMarineFacility/SHIPYARD'],IfcMarineFacility/SHIPYARD,"[{'property_name': 'PrimaryProductionType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SignalFrame,PSET_TYPEDRIVENOVERRIDE,"['IfcSignal', 'IfcSignalType']","IfcSignal,IfcSignalType","[{'property_name': 'BackboardType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SignalFrameType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalIndicatorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SignalIndicatorType', 'values': ['DEPARTUREINDICATOR', 'DEPARTUREROUTEINDICATOR', 'DERAILINDICATOR', 'ROLLINGSTOCKSTOPINDICATOR', 'ROUTEINDICATOR', 'SHUNTINGINDICATOR', 'SWITCHINDICATOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SignalFrameBackboardHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalFrameBackboardDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SignCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSign', 'IfcSignType']","IfcSign,IfcSignType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Category', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TactileMarking', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SiteCommon,PSET_OCCURRENCEDRIVEN,['IfcSite'],IfcSite,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BuildableArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SiteCoverageRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'FloorAreaRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'BuildingHeightLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_SiteWeather,PSET_OCCURRENCEDRIVEN,['IfcSite'],IfcSite,"[{'property_name': 'MaxAmbientTemp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'MinAmbientTemp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}]" +Pset_SlabCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSlab', 'IfcSlabType']","IfcSlab,IfcSlabType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PitchAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Compartmentation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SlabTypeTrackSlab,PSET_TYPEDRIVENOVERRIDE,"['IfcSlab/TRACKSLAB', 'IfcSlabType/TRACKSLAB']","IfcSlab/TRACKSLAB,IfcSlabType/TRACKSLAB","[{'property_name': 'TechnicalStandard', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}]" +Pset_SolarDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSolarDevice', 'IfcSolarDeviceType']","IfcSolarDevice,IfcSolarDeviceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SolidStratumCapacity,PSET_OCCURRENCEDRIVEN,['IfcGeotechnicalStratum/SOLID'],IfcGeotechnicalStratum/SOLID,"[{'property_name': 'CohesionBehaviour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'FrictionAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'FrictionBehaviour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'GrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HydraulicConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlanarForceMeasure', 'unit_type': 'None'}}, {'property_name': 'NValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'PermeabilityBehaviour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PoisonsRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PwaveVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'Resistivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'SettlementBehaviour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'SwaveVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}]" +Pset_SolidStratumComposition,PSET_OCCURRENCEDRIVEN,['IfcGeotechnicalStratum/SOLID'],IfcGeotechnicalStratum/SOLID,"[{'property_name': 'AirVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'BouldersVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'ClayVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'CobblesVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'ContaminantVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'FillVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'GravelVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'OrganicVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'RockVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'SandVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'SiltVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'CompositeFractions', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SoilCompositeFractions', 'values': ['BOULDERS', 'BOULDERS_WITH_COBBLES', 'BOULDERS_WITH_FINER_SOILS', 'CLAY', 'CLAYEY_SILT', 'COBBLES', 'COBBLES_WITH_BOULDERS', 'COBBLES_WITH_FINER_SOILS', 'FILL', 'GRAVEL', 'GRAVELLY_SAND', 'GRAVEL_WITH_CLAY_OR_SILT', 'GRAVEL_WITH_COBBLES', 'ORGANIC_CLAY', 'ORGANIC_SILT', 'SAND', 'SANDY_CLAYEY_SILT', 'SANDY_GRAVEL', 'SANDY_GRAVELLY_CLAY', 'SANDY_GRAVELLY_SILT', 'SANDY_GRAVEL_WITH_COBBLES', 'SANDY_PEAT', 'SANDY_SILT', 'SAND_WITH_CLAY_AND_SILT', 'SILT', 'SILTY_CLAY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SoundAttenuation,PSET_OCCURRENCEDRIVEN,['IfcAnnotation'],IfcAnnotation,"[{'property_name': 'SoundScale', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SoundScale', 'values': ['DBA', 'DBB', 'DBC', 'NC', 'NR']}}, {'property_name': 'SoundFrequency', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SoundPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SoundGeneration,PSET_TYPEDRIVENOVERRIDE,"['IfcDistributionFlowElement', 'IfcDistributionFlowElementType']","IfcDistributionFlowElement,IfcDistributionFlowElementType","[{'property_name': 'SoundCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_SpaceAirHandlingDimensioning,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialElementType']","IfcSpatialElement,IfcSpatialElementType","[{'property_name': 'CoolingDesignAirFlow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingDesignAirFlow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'SensibleHeatGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalHeatGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalHeatLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingRelativeHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingRelativeHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VentilationDesignAirFlow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'DesignAirFlow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'CeilingRAPlenum', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'BoundaryAreaHeatLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatFluxDensityMeasure', 'unit_type': 'None'}}]" +Pset_SpaceCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialElementType']","IfcSpatialElement,IfcSpatialElementType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PubliclyAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceCoveringRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialElementType']","IfcSpatialElement,IfcSpatialElementType","[{'property_name': 'FloorCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FloorCoveringThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WallCoveringThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CeilingCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CeilingCoveringThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SkirtingBoard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SkirtingBoardHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Molding', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MoldingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcealedFlooring', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConcealedFlooringOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcealedCeiling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConcealedCeilingOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_SpaceFireSafetyRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialZone', 'IfcZone', 'IfcSpatialElementType', 'IfcSpatialZoneType']","IfcSpatialElement,IfcSpatialZone,IfcZone,IfcSpatialElementType,IfcSpatialZoneType","[{'property_name': 'FireRiskFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlammableStorage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AirPressurization', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceHeaterPHistory,PSET_PERFORMANCEDRIVEN,['IfcSpaceHeater'],IfcSpaceHeater,"[{'property_name': 'FractionRadiantHeatTransfer', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FractionConvectiveHeatTransfer', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Effectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SurfaceTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceAirTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceMeanRadiantTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AuxiliaryEnergySourceConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UACurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OutputCapacityCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirResistanceCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CharacteristicExponent', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatOutputRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SpaceHeaterTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSpaceHeater', 'IfcSpaceHeaterType']","IfcSpaceHeater,IfcSpaceHeaterType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpaceHeaterPlacement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterPlacementType', 'values': ['BASEBOARD', 'SUSPENDED', 'TOWELWARMER', 'WALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TemperatureClassification', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterTemperatureClassification', 'values': ['HIGHTEMPERATURE', 'LOWTEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferDimension', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterHeatTransferDimension', 'values': ['PATH', 'POINT', 'SURFACE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferMedium', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HeatTransferMedium', 'values': ['STEAM', 'WATER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EnergySource', 'values': ['COAL', 'COAL_PULVERIZED', 'ELECTRICITY', 'GAS', 'OIL', 'PROPANE', 'WOOD', 'WOOD_CHIP', 'WOOD_PELLET', 'WOOD_PULVERIZED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BodyMass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalMassHeatCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'OutputCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPanels', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_SpaceHeaterTypeConvector,PSET_TYPEDRIVENOVERRIDE,"['IfcSpaceHeater/CONVECTOR', 'IfcSpaceHeaterType/CONVECTOR']","IfcSpaceHeater/CONVECTOR,IfcSpaceHeaterType/CONVECTOR","[{'property_name': 'ConvectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterConvectorType', 'values': ['FORCED', 'NATURAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SpaceHeaterTypeRadiator,PSET_TYPEDRIVENOVERRIDE,"['IfcSpaceHeater/RADIATOR', 'IfcSpaceHeaterType/RADIATOR']","IfcSpaceHeater/RADIATOR,IfcSpaceHeaterType/RADIATOR","[{'property_name': 'RadiatorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterRadiatorType', 'values': ['FINNEDTUBE', 'PANEL', 'SECTIONAL', 'TUBULAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TubingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}]" +Pset_SpaceHVACDesign,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialZone', 'IfcZone', 'IfcSpatialElementType', 'IfcSpatialZoneType']","IfcSpatialElement,IfcSpatialZone,IfcZone,IfcSpatialElementType,IfcSpatialZoneType","[{'property_name': 'TemperatureSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureSummerMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureSummerMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureWinterMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureWinterMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'HumiditySetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HumidityMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HumidityMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HumiditySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HumidityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DiscontinuedHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NaturalVentilation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NaturalVentilationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNumericMeasure', 'unit_type': 'None'}}, {'property_name': 'MechanicalVentilation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MechanicalVentilationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNumericMeasure', 'unit_type': 'None'}}, {'property_name': 'AirConditioning', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AirConditioningCentral', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AirHandlingName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SpaceLightingDesign,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialZone', 'IfcZone', 'IfcSpatialElementType', 'IfcSpatialZoneType']","IfcSpatialElement,IfcSpatialZone,IfcZone,IfcSpatialElementType,IfcSpatialZoneType","[{'property_name': 'ArtificialLighting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Illuminance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'unit_type': 'None'}}]" +Pset_SpaceOccupancyRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialZone', 'IfcZone', 'IfcSpatialElementType', 'IfcSpatialZoneType']","IfcSpatialElement,IfcSpatialZone,IfcZone,IfcSpatialElementType,IfcSpatialZoneType","[{'property_name': 'OccupancyType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'OccupancyNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OccupancyNumberPeak', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OccupancyTimePerDay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'AreaPerOccupant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsOutlookDesirable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceParking,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace/PARKING', 'IfcSpaceType/PARKING']","IfcSpace/PARKING,IfcSpaceType/PARKING","[{'property_name': 'ParkingUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ParkingUnits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'IsAisle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsOneWay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceThermalLoad,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialElementType']","IfcSpatialElement,IfcSpatialElementType","[{'property_name': 'People', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Lighting', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'EquipmentSensible', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VentilationIndoorAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VentilationOutdoorAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RecirculatedAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ExhaustAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AirExchangeRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'DryBulbTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RelativeHumidity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'InfiltrationSensible', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TotalSensibleLoad', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TotalLatentLoad', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TotalRadiantLoad', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SpaceThermalLoadPHistory,PSET_PERFORMANCEDRIVEN,['IfcSpatialElement'],IfcSpatialElement,"[{'property_name': 'PeopleHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LightingHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EquipmentSensibleHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VentilationIndoorAirHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VentilationOutdoorAirHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RecirculatedAirHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExhaustAirHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirExchangeRateTimeHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DryBulbTemperatureHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RelativeHumidityHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InfiltrationSensibleHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalSensibleLoadHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalLatentLoadHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalRadiantLoadHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SpaceThermalPHistory,PSET_PERFORMANCEDRIVEN,['IfcSpatialElement'],IfcSpatialElement,"[{'property_name': 'CoolingAirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatingAirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VentilationAirFlowRateHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExhaustAirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceTemperatureHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceRelativeHumidity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SpatialZoneCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialZone', 'IfcSpatialZoneType']","IfcSpatialZone,IfcSpatialZoneType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpringTensioner,PSET_TYPEDRIVENOVERRIDE,"['IfcDiscreteAccessory/TENSIONINGEQUIPMENT', 'IfcDiscreteAccessoryType/TENSIONINGEQUIPMENT']","IfcDiscreteAccessory/TENSIONINGEQUIPMENT,IfcDiscreteAccessoryType/TENSIONINGEQUIPMENT","[{'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'TensioningWorkingRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcForceMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_StackTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcStackTerminal', 'IfcStackTerminalType']","IfcStackTerminal,IfcStackTerminalType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_StairCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcStair', 'IfcStairType']","IfcStair,IfcStairType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfRiser', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTreads', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RiserHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NosingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WalkingLineOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtInnerSide', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaistThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RequiredHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_StairFlightCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcStairFlight', 'IfcStairFlightType']","IfcStairFlight,IfcStairFlightType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfRiser', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTreads', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RiserHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NosingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WalkingLineOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtInnerSide', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Headroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaistThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_Stationing,PSET_OCCURRENCEDRIVEN,['IfcReferent'],IfcReferent,"[{'property_name': 'IncomingStation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Station', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasIncreasingStation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_StructuralSurfaceMemberVaryingThickness,PSET_OCCURRENCEDRIVEN,['IfcStructuralSurfaceMemberVarying'],IfcStructuralSurfaceMemberVarying,"[{'property_name': 'Thickness1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Location1Local', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Location1Global', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Thickness2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Location2Local', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Location2Global', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Thickness3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Location3Local', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Location3Global', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SumpBusterCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/SUMPBUSTER', 'IfcElementAssemblyType/SUMPBUSTER']","IfcElementAssembly/SUMPBUSTER,IfcElementAssemblyType/SUMPBUSTER","[{'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_Superelevation,PSET_OCCURRENCEDRIVEN,['IfcReferent/SUPERELEVATIONEVENT'],IfcReferent/SUPERELEVATIONEVENT,"[{'property_name': 'Side', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SideType', 'values': ['BOTH', 'LEFT', 'RIGHT']}}, {'property_name': 'Superelevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransitionSuperelevation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransitionSuperelevationType', 'values': ['LINEAR']}}]" +Pset_SwitchingDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice', 'IfcSwitchingDeviceType']","IfcSwitchingDevice,IfcSwitchingDeviceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfGangs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'SwitchFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchFunctionType', 'values': ['DOUBLETHROWSWITCH', 'INTERMEDIATESWITCH', 'ONOFFSWITCH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasLock', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsIlluminated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Legend', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SetPoint', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_SwitchingDeviceTypeContactor,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/CONTACTOR', 'IfcSwitchingDeviceType/CONTACTOR']","IfcSwitchingDevice/CONTACTOR,IfcSwitchingDeviceType/CONTACTOR","[{'property_name': 'ContactorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ContactorType', 'values': ['CAPACITORSWITCHING', 'LOWCURRENT', 'MAGNETICLATCHING', 'MECHANICALLATCHING', 'MODULAR', 'REVERSING', 'STANDARD', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeDimmerSwitch,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/DIMMERSWITCH', 'IfcSwitchingDeviceType/DIMMERSWITCH']","IfcSwitchingDevice/DIMMERSWITCH,IfcSwitchingDeviceType/DIMMERSWITCH","[{'property_name': 'DimmerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceDimmerSwitchType', 'values': ['ROCKER', 'SELECTOR', 'TWIST', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeEmergencyStop,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/EMERGENCYSTOP', 'IfcSwitchingDeviceType/EMERGENCYSTOP']","IfcSwitchingDevice/EMERGENCYSTOP,IfcSwitchingDeviceType/EMERGENCYSTOP","[{'property_name': 'SwitchOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceEmergencyStopType', 'values': ['MUSHROOM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceEnvironmentTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'BreakingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfEarthFaultRelays', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfEmergencyButtons', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfRelays', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfOverCurrentRelays', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfAffectedPoles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TransformationRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_SwitchingDeviceTypeKeypad,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/KEYPAD', 'IfcSwitchingDeviceType/KEYPAD']","IfcSwitchingDevice/KEYPAD,IfcSwitchingDeviceType/KEYPAD","[{'property_name': 'KeypadType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceKeypadType', 'values': ['BUTTONS', 'TOUCHSCREEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeMomentarySwitch,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/MOMENTARYSWITCH', 'IfcSwitchingDeviceType/MOMENTARYSWITCH']","IfcSwitchingDevice/MOMENTARYSWITCH,IfcSwitchingDeviceType/MOMENTARYSWITCH","[{'property_name': 'MomentaryType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceMomentarySwitchType', 'values': ['BUTTON', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypePHistory,PSET_PERFORMANCEDRIVEN,['IfcSwitchingDevice'],IfcSwitchingDevice,"[{'property_name': 'SetPointHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SwitchingDeviceTypeRelay,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/RELAY', 'IfcSwitchingDeviceType/RELAY']","IfcSwitchingDevice/RELAY,IfcSwitchingDeviceType/RELAY","[{'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Current', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InsulationResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ContactResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'PullInVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'Voltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SwitchingDeviceTypeSelectorSwitch,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/SELECTORSWITCH', 'IfcSwitchingDeviceType/SELECTORSWITCH']","IfcSwitchingDevice/SELECTORSWITCH,IfcSwitchingDeviceType/SELECTORSWITCH","[{'property_name': 'SelectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceDimmerSwitchType', 'values': ['ROCKER', 'SELECTOR', 'TWIST', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchUsage', 'values': ['EMERGENCY', 'GUARD', 'LIMIT', 'START', 'STOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchActivation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchActivation', 'values': ['ACTUATOR', 'FOOT', 'HAND', 'PROXIMITY', 'SOUND', 'TWOHAND', 'WIRE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReferenceEnvironmentTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}]" +Pset_SwitchingDeviceTypeStarter,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/STARTER', 'IfcSwitchingDeviceType/STARTER']","IfcSwitchingDevice/STARTER,IfcSwitchingDeviceType/STARTER","[{'property_name': 'StarterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_StarterType', 'values': ['AUTOTRANSFORMER', 'DIRECTONLINE', 'FREQUENCY', 'MANUAL', 'NSTEP', 'RHEOSTATIC', 'STARDELTA', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeSwitchDisconnector,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/SWITCHDISCONNECTOR', 'IfcSwitchingDeviceType/SWITCHDISCONNECTOR']","IfcSwitchingDevice/SWITCHDISCONNECTOR,IfcSwitchingDeviceType/SWITCHDISCONNECTOR","[{'property_name': 'SwitchDisconnectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchDisconnectorType', 'values': ['CENTERBREAK', 'DIVIDEDSUPPORT', 'DOUBLEBREAK', 'EARTHINGSWITCH', 'ISOLATOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LoadDisconnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LoadDisconnectionType', 'values': ['OFFLOAD', 'ONLOAD', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeToggleSwitch,PSET_TYPEDRIVENOVERRIDE,"['IfcSwitchingDevice/TOGGLESWITCH', 'IfcSwitchingDeviceType/TOGGLESWITCH']","IfcSwitchingDevice/TOGGLESWITCH,IfcSwitchingDeviceType/TOGGLESWITCH","[{'property_name': 'ToggleSwitchType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceToggleSwitchType', 'values': ['BREAKGLASS', 'CHANGEOVER', 'KEYOPERATED', 'MANUALPULL', 'PULLCORD', 'PUSHBUTTON', 'ROCKER', 'SELECTOR', 'TWIST', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchUsage', 'values': ['EMERGENCY', 'GUARD', 'LIMIT', 'START', 'STOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchActivation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchActivation', 'values': ['ACTUATOR', 'FOOT', 'HAND', 'PROXIMITY', 'SOUND', 'TWOHAND', 'WIRE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SymmetricPairCable,PSET_TYPEDRIVENOVERRIDE,"['IfcCableSegment/CABLESEGMENT', 'IfcCableSegmentType/CABLESEGMENT']","IfcCableSegment/CABLESEGMENT,IfcCableSegmentType/CABLESEGMENT","[{'property_name': 'NumberOfTwistedPairs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfUntwistedPairs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcSystemFurnitureElement', 'IfcSystemFurnitureElementType']","IfcSystemFurnitureElement,IfcSystemFurnitureElementType","[{'property_name': 'IsUsed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GroupCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Finishing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypePanel,PSET_TYPEDRIVENOVERRIDE,"['IfcSystemFurnitureElement/PANEL', 'IfcSystemFurnitureElementType/PANEL']","IfcSystemFurnitureElement/PANEL,IfcSystemFurnitureElementType/PANEL","[{'property_name': 'HasOpening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FurniturePanelType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FurniturePanelType', 'values': ['ACOUSTICAL', 'DOOR', 'ENDS', 'GLAZED', 'HORZ_SEG', 'MONOLITHIC', 'OPEN', 'SCREEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypeSubrack,PSET_TYPEDRIVENOVERRIDE,"['IfcSystemFurnitureElement/SUBRACK', 'IfcSystemFurnitureElementType/SUBRACK']","IfcSystemFurnitureElement/SUBRACK,IfcSystemFurnitureElementType/SUBRACK","[{'property_name': 'NumberOfSlots', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfUnits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfOccupiedUnits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypeWorkSurface,PSET_TYPEDRIVENOVERRIDE,"['IfcSystemFurnitureElement/WORKSURFACE', 'IfcSystemFurnitureElementType/WORKSURFACE']","IfcSystemFurnitureElement/WORKSURFACE,IfcSystemFurnitureElementType/WORKSURFACE","[{'property_name': 'UsePurpose', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SupportType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FurniturePanelType', 'values': ['ACOUSTICAL', 'DOOR', 'ENDS', 'GLAZED', 'HORZ_SEG', 'MONOLITHIC', 'OPEN', 'SCREEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HangingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShapeDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_TankOccurrence,PSET_OCCURRENCEDRIVEN,['IfcTank'],IfcTank,"[{'property_name': 'TankComposition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankComposition', 'values': ['COMPLEX', 'ELEMENT', 'PARTIAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasLadder', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasVisualIndicator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TankTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcTank', 'IfcTankType']","IfcTank,IfcTankType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AccessType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankAccessType', 'values': ['LOOSECOVER', 'MANHOLE', 'NONE', 'SECUREDCOVER', 'SECUREDCOVERWITHMANHOLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'StorageType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankStorageType', 'values': ['FUEL', 'ICE', 'OIL', 'POTABLEWATER', 'RAINWATER', 'WASTEWATER', 'WATER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalLengthOrDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidthOrDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TankNominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'EffectiveCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'OperatingWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'PatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankPatternType', 'values': ['HORIZONTALCYLINDER', 'RECTANGULAR', 'VERTICALCYLINDER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EndShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EndShapeType', 'values': ['CONCAVECONVEX', 'CONCAVEFLAT', 'CONVEXCONVEX', 'FLATCONVEX', 'FLATFLAT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FirstCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_TankTypeExpansion,PSET_TYPEDRIVENOVERRIDE,"['IfcTank/EXPANSION', 'IfcTankType/EXPANSION']","IfcTank/EXPANSION,IfcTankType/EXPANSION","[{'property_name': 'ChargePressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRegulatorSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReliefValveSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_TankTypePreformed,PSET_TYPEDRIVENOVERRIDE,"['IfcTank', 'IfcTankType']","IfcTank,IfcTankType","[{'property_name': 'PatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankPatternType', 'values': ['HORIZONTALCYLINDER', 'RECTANGULAR', 'VERTICALCYLINDER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EndShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EndShapeType', 'values': ['CONCAVECONVEX', 'CONCAVEFLAT', 'CONVEXCONVEX', 'FLATCONVEX', 'FLATFLAT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FirstCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TankTypePressureVessel,PSET_TYPEDRIVENOVERRIDE,"['IfcTank/PRESSUREVESSEL', 'IfcTankType/PRESSUREVESSEL']","IfcTank/PRESSUREVESSEL,IfcTankType/PRESSUREVESSEL","[{'property_name': 'ChargePressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRegulatorSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReliefValveSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_TankTypeSectional,PSET_TYPEDRIVENOVERRIDE,"['IfcTank', 'IfcTankType']","IfcTank,IfcTankType","[{'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'SectionLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SectionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TelecomCableGeneral,PSET_TYPEDRIVENOVERRIDE,"['IfcCableFitting', 'IfcCableSegment', 'IfcCableFittingType', 'IfcCableSegmentType']","IfcCableFitting,IfcCableSegment,IfcCableFittingType,IfcCableSegmentType","[{'property_name': 'Attenuation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsFireResistant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'JacketColour', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CableFunctionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CableFunctionType', 'values': ['POWERSUPPLY', 'TELECOMMUNICATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CableArmourType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CableArmourType', 'values': ['DIELECTRIC', 'METALLIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ThermalLoad,PSET_TYPEDRIVENOVERRIDE,"['IfcSpatialElement', 'IfcSpatialElementType']","IfcSpatialElement,IfcSpatialElementType","[{'property_name': 'OccupancyDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LightingDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ApplianceDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'OutsideAirPerPerson', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ReceptacleLoadIntensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatFluxDensityMeasure', 'unit_type': 'None'}}, {'property_name': 'AppliancePercentLoadToRadiant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LightingLoadIntensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatFluxDensityMeasure', 'unit_type': 'None'}}, {'property_name': 'LightingPercentLoadToReturnAir', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalCoolingLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalHeatingLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversitySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadSafetyFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_TicketProcessing,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor/BOOM_BARRIER', 'IfcDoor/TURNSTILE', 'IfcDoorType/BOOM_BARRIER', 'IfcDoorType/TURNSTILE']","IfcDoor/BOOM_BARRIER,IfcDoor/TURNSTILE,IfcDoorType/BOOM_BARRIER,IfcDoorType/TURNSTILE","[{'property_name': 'TicketProcessingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'TicketStuckRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}]" +Pset_TicketVendingMachine,PSET_TYPEDRIVENOVERRIDE,"['IfcElectricAppliance/VENDINGMACHINE', 'IfcElectricApplianceType/VENDINGMACHINE']","IfcElectricAppliance/VENDINGMACHINE,IfcElectricApplianceType/VENDINGMACHINE","[{'property_name': 'TicketStuckRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MoneyStuckRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PaymentMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PaymentMethod', 'values': ['CARD', 'CASH', 'E_PAYMENT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TicketProductionSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIntegerCountRateMeasure', 'unit_type': 'None'}}, {'property_name': 'TicketVendingMachineType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TicketVendingMachineType', 'values': ['TICKETREDEMPTIONMACHINE', 'TICKETREFUNDINGMACHINE', 'TICKETVENDINGMACHINE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'VendingMachineUserInterface', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VendingMachineUserInterface', 'values': ['MOUSECHOOSETYPE', 'TOUCHSCREEN', 'TOUCH_TONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_Tiling,PSET_TYPEDRIVENOVERRIDE,"['IfcPavement', 'IfcCovering', 'IfcPavementType', 'IfcCoveringType']","IfcPavement,IfcCovering,IfcPavementType,IfcCoveringType","[{'property_name': 'Permeability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TileLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TileWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_Tolerance,PSET_TYPEDRIVENOVERRIDE,"['IfcProduct', 'IfcTypeProduct']","IfcProduct,IfcTypeProduct","[{'property_name': 'ToleranceDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ToleranceBasis', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToleranceBasis', 'values': ['APPEARANCE', 'ASSEMBLY', 'DEFLECTION', 'EXPANSION', 'FUNCTIONALITY', 'SETTLEMENT', 'STRUCTURAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OverallTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OrthogonalTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VerticalTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'PlanarFlatness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalFlatness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ElevationalFlatness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SideFlatness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallOrthogonality', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalOrthogonality', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'OrthogonalOrthogonality', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'VerticalOrthogonality', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallStraightness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalStraightness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OrthogonalStraightness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VerticalStraightness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TrackBase,PSET_TYPEDRIVENOVERRIDE,"['IfcSlab/BASESLAB', 'IfcSlabType/BASESLAB']","IfcSlab/BASESLAB,IfcSlabType/BASESLAB","[{'property_name': 'IsSurfaceGalling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceGallingArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_TrackElementOccurrenceSleeper,PSET_OCCURRENCEDRIVEN,['IfcTrackElement/SLEEPER'],IfcTrackElement/SLEEPER,"[{'property_name': 'HasSpecialEquipment', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SequenceInTrackPanel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'UnderSleeperPadStiffness', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UnderSleeperPadStiffness', 'values': ['MEDIUM', 'SOFT', 'STIFF', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsContaminatedSleeper', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TrackElementPHistoryDerailer,PSET_PERFORMANCEDRIVEN,['IfcTrackElement/DERAILER'],IfcTrackElement/DERAILER,"[{'property_name': 'IsDerailing', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_TrackElementTypeDerailer,PSET_TYPEDRIVENOVERRIDE,"['IfcTrackElement/DERAILER', 'IfcTrackElementType/DERAILER']","IfcTrackElement/DERAILER,IfcTrackElementType/DERAILER","[{'property_name': 'AppliedLineLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DerailmentMaximumSpeedLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'DerailmentWheelDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DerailmentHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TrackElementTypeSleeper,PSET_TYPEDRIVENOVERRIDE,"['IfcTrackElement/SLEEPER', 'IfcTrackElementType/SLEEPER']","IfcTrackElement/SLEEPER,IfcTrackElementType/SLEEPER","[{'property_name': 'InstalledCondition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InstalledCondition', 'values': ['NEW', 'REGENERATED', 'REUSED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SleeperType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SleeperType', 'values': ['COMPOSITESLEEPER', 'CONCRETESLEEPER', 'INSULATEDSTEELSLEEPER', 'MONOBLOCKCONCRETESLEEPER', 'NOTINSULATEDSTEELSLEEPER', 'TWOBLOCKCONCRETESLEEPER', 'WOODENSLEEPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TechnicalStandard', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'FasteningType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsElectricallyInsulated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HollowSleeperUsage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NumberOfTrackCenters', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'IsHollowSleeper', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TractionPowerSystem,PSET_OCCURRENCEDRIVEN,['IfcDistributionSystem/ELECTRICAL'],IfcDistributionSystem/ELECTRICAL,"[{'property_name': 'PowerSupplyMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PowerSupplyMode', 'values': ['AC', 'DC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ElectrificationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectrificationType', 'values': ['AC', 'DC', 'NON_ELECTRIFIED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RatedFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}]" +Pset_TrafficCalmingDeviceCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcElementAssembly/TRAFFIC_CALMING_DEVICE', 'IfcElementAssemblyType/TRAFFIC_CALMING_DEVICE']","IfcElementAssembly/TRAFFIC_CALMING_DEVICE,IfcElementAssemblyType/TRAFFIC_CALMING_DEVICE","[{'property_name': 'TypeDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_TransformerTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcTransformer', 'IfcTransformerType']","IfcTransformer,IfcTransformerType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PrimaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryCurrentType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SecondaryCurrentType', 'values': ['AC', 'DC', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ShortCircuitVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcComplexNumber', 'unit_type': 'None'}}, {'property_name': 'RealImpedanceRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ImaginaryImpedanceRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransformerVectorGroup', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransformerVectorGroup', 'values': ['DD0', 'DD6', 'DY11', 'DY5', 'DZ0', 'DZ6', 'YD11', 'YD5', 'YY0', 'YY6', 'YZ11', 'YZ5', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsNeutralPrimaryTerminalAvailable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsNeutralSecondaryTerminalAvailable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TransitionSectionCommon,PSET_OCCURRENCEDRIVEN,['IfcEarthworksFill/TRANSITIONSECTION'],IfcEarthworksFill/TRANSITIONSECTION,"[{'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_TransportElementCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcTransportationDevice', 'IfcTransportationDeviceType']","IfcTransportationDevice,IfcTransportationDeviceType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityPeople', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'CapacityWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TransportElementElevator,PSET_TYPEDRIVENOVERRIDE,"['IfcTransportElement/ELEVATOR', 'IfcTransportElementType/ELEVATOR']","IfcTransportElement/ELEVATOR,IfcTransportElementType/ELEVATOR","[{'property_name': 'FireFightingLift', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TransportEquipmentOTN,PSET_TYPEDRIVENOVERRIDE,"['IfcCommunicationsAppliance/TRANSPORTEQUIPMENT', 'IfcCommunicationsApplianceType/TRANSPORTEQUIPMENT']","IfcCommunicationsAppliance/TRANSPORTEQUIPMENT,IfcCommunicationsApplianceType/TRANSPORTEQUIPMENT","[{'property_name': 'SingleChannelAveragePower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ChromaticDispersionTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SingleChannelPower', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MinimumOpticalSignalToNoiseRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PolarizationModeDispersionTolerance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'SingleWaveTransmissionRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'EquipmentCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIntegerCountRateMeasure', 'unit_type': 'None'}}]" +Pset_TrenchExcavationCommon,PSET_OCCURRENCEDRIVEN,['IfcEarthworksCut/TRENCH'],IfcEarthworksCut/TRENCH,"[{'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_TubeBundleTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcTubeBundle', 'IfcTubeBundleType']","IfcTubeBundle,IfcTubeBundleType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfRows', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'StaggeredRowSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InLineRowSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCircuits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'FoulingFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Volume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutsideDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InsideDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VerticalSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasTurbulator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TubeBundleTypeFinned,PSET_TYPEDRIVENOVERRIDE,"['IfcTubeBundle/FINNED', 'IfcTubeBundleType/FINNED']","IfcTubeBundle/FINNED,IfcTubeBundleType/FINNED","[{'property_name': 'Spacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Thickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FinCorrugatedType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HasCoating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_Uncertainty,PSET_TYPEDRIVENOVERRIDE,"['IfcProduct', 'IfcTypeProduct']","IfcProduct,IfcTypeProduct","[{'property_name': 'UncertaintyBasis', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UncertaintyBasis', 'values': ['ASSESSMENT', 'ESTIMATE', 'INTERPRETATION', 'MEASUREMENT', 'OBSERVATION', 'NOTKNOWN', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'UncertaintyDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'HorizontalUncertainty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LinearUncertainty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OrthogonalUncertainty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VerticalUncertainty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_UnitaryControlElementBaseStationController,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryControlElement/BASESTATIONCONTROLLER', 'IfcUnitaryControlElementType/BASESTATIONCONTROLLER']","IfcUnitaryControlElement/BASESTATIONCONTROLLER,IfcUnitaryControlElementType/BASESTATIONCONTROLLER","[{'property_name': 'NumberOfInterfaces', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'NumberOfManagedBTSs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfManagedCarriers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_UnitaryControlElementPHistory,PSET_PERFORMANCEDRIVEN,['IfcUnitaryControlElement'],IfcUnitaryControlElement,"[{'property_name': 'Temperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OperationModeHistory', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Fan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SetPoint', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_UnitaryControlElementTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryControlElement', 'IfcUnitaryControlElementType']","IfcUnitaryControlElement,IfcUnitaryControlElementType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_UnitaryControlElementTypeControlPanel,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryControlElement/CONTROLPANEL', 'IfcUnitaryControlElementType/CONTROLPANEL']","IfcUnitaryControlElement/CONTROLPANEL,IfcUnitaryControlElementType/CONTROLPANEL","[{'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ReferenceAirRelativeHumidity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ReferenceEnvironmentTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_UnitaryControlElementTypeIndicatorPanel,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryControlElement/INDICATORPANEL', 'IfcUnitaryControlElementType/INDICATORPANEL']","IfcUnitaryControlElement/INDICATORPANEL,IfcUnitaryControlElementType/INDICATORPANEL","[{'property_name': 'UnitaryApplication', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UnitaryControlElementApplication', 'values': ['LIFTARRIVALGONG', 'LIFTCARDIRECTIONLANTERN', 'LIFTFIRESYSTEMSPORT', 'LIFTHALLLANTERN', 'LIFTPOSITIONINDICATOR', 'LIFTVOICEANNOUNCER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_UnitaryControlElementTypeThermostat,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryControlElement/THERMOSTAT', 'IfcUnitaryControlElementType/THERMOSTAT']","IfcUnitaryControlElement/THERMOSTAT,IfcUnitaryControlElementType/THERMOSTAT","[{'property_name': 'TemperatureSetPoint', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_UnitaryEquipmentTypeAirConditioningUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryEquipment/AIRCONDITIONINGUNIT', 'IfcUnitaryEquipmentType/AIRCONDITIONINGUNIT']","IfcUnitaryEquipment/AIRCONDITIONINGUNIT,IfcUnitaryEquipmentType/AIRCONDITIONINGUNIT","[{'property_name': 'SensibleCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LatentCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CondenserFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'CondenserEnteringTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CondenserLeavingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'OutsideAirFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_UnitaryEquipmentTypeAirHandler,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryEquipment/AIRHANDLER', 'IfcUnitaryEquipmentType/AIRHANDLER']","IfcUnitaryEquipment/AIRHANDLER,IfcUnitaryEquipmentType/AIRHANDLER","[{'property_name': 'AirHandlerConstruction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirHandlerConstruction', 'values': ['CONSTRUCTEDONSITE', 'MANUFACTUREDITEM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirHandlerFanCoilArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirHandlerFanCoilArrangement', 'values': ['BLOWTHROUGH', 'DRAWTHROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DualDeck', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_UnitaryEquipmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcUnitaryEquipment', 'IfcUnitaryEquipmentType']","IfcUnitaryEquipment,IfcUnitaryEquipmentType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_UtilityConsumptionPHistory,PSET_PERFORMANCEDRIVEN,['IfcBuilding'],IfcBuilding,"[{'property_name': 'Heat', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Electricity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Water', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Fuel', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Steam', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ValvePHistory,PSET_PERFORMANCEDRIVEN,['IfcValve'],IfcValve,"[{'property_name': 'PercentageOpen', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MeasuredFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MeasuredPressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ValveTypeAirRelease,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/AIRRELEASE', 'IfcValveType/AIRRELEASE']","IfcValve/AIRRELEASE,IfcValveType/AIRRELEASE","[{'property_name': 'IsAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcValve', 'IfcValveType']","IfcValve,IfcValveType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ValvePattern', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ValvePattern', 'values': ['ANGLED_2_PORT', 'CROSSOVER_4_PORT', 'SINGLEPORT', 'STRAIGHT_2_PORT', 'STRAIGHT_3_PORT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ValveOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ValveOperation', 'values': ['DROPWEIGHT', 'FLOAT', 'HYDRAULIC', 'LEVER', 'LOCKSHIELD', 'MOTORIZED', 'PNEUMATIC', 'SOLENOID', 'SPRING', 'THERMOSTATIC', 'WHEEL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ValveMechanism', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ValveMechanism', 'values': ['BALL', 'BUTTERFLY', 'CONFIGUREDGATE', 'GLAND', 'GLOBE', 'LUBRICATEDPLUG', 'NEEDLE', 'PARALLELSLIDE', 'PLUG', 'WEDGEGATE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Size', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TestPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'CloseOffRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_ValveTypeDrawOffCock,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/DRAWOFFCOCK', 'IfcValveType/DRAWOFFCOCK']","IfcValve/DRAWOFFCOCK,IfcValveType/DRAWOFFCOCK","[{'property_name': 'HasHoseUnion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeFaucet,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/FAUCET', 'IfcValveType/FAUCET']","IfcValve/FAUCET,IfcValveType/FAUCET","[{'property_name': 'FaucetType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetType', 'values': ['BIB', 'DIVERTER', 'DIVIDEDFLOWCOMBINATION', 'GLOBE', 'PILLAR', 'SINGLEOUTLETCOMBINATION', 'SPRAY', 'SPRAYMIXING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaucetOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetOperation', 'values': ['CERAMICDISC', 'LEVERHANDLE', 'NONCONCUSSIVESELFCLOSING', 'QUARTERTURN', 'QUICKACTION', 'SCREWDOWN', 'SELFCLOSING', 'TIMEDSELFCLOSING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaucetFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetFunction', 'values': ['COLD', 'HOT', 'MIXED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Finish', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'FaucetTopDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ValveTypeFlushing,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/FLUSHING', 'IfcValveType/FLUSHING']","IfcValve/FLUSHING,IfcValveType/FLUSHING","[{'property_name': 'FlushingRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'HasIntegralShutOffDevice', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsHighPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeGasTap,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/GASTAP', 'IfcValveType/GASTAP']","IfcValve/GASTAP,IfcValveType/GASTAP","[{'property_name': 'HasHoseUnion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeIsolating,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/ISOLATING', 'IfcValveType/ISOLATING']","IfcValve/ISOLATING,IfcValveType/ISOLATING","[{'property_name': 'IsNormallyOpen', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsolatingPurpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_IsolatingPurpose', 'values': ['LANDING', 'LANDINGWITHPRESSUREREGULATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ValveTypeMixing,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/MIXING', 'IfcValveType/MIXING']","IfcValve/MIXING,IfcValveType/MIXING","[{'property_name': 'MixerControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MixingValveControl', 'values': ['MANUAL', 'PREDEFINED', 'THERMOSTATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ValveTypePressureReducing,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/PRESSUREREDUCING', 'IfcValveType/PRESSUREREDUCING']","IfcValve/PRESSUREREDUCING,IfcValveType/PRESSUREREDUCING","[{'property_name': 'UpstreamPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'DownstreamPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_ValveTypePressureRelief,PSET_TYPEDRIVENOVERRIDE,"['IfcValve/PRESSURERELIEF', 'IfcValveType/PRESSURERELIEF']","IfcValve/PRESSURERELIEF,IfcValveType/PRESSURERELIEF","[{'property_name': 'ReliefPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_VegetationCommon,PSET_OCCURRENCEDRIVEN,['IfcGeographicElement/VEGETATION'],IfcGeographicElement/VEGETATION,"[{'property_name': 'BotanicalName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LocalName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_VehicleAvailability,PSET_TYPEDRIVENOVERRIDE,"['IfcVehicle/ROLLINGSTOCK', 'IfcVehicle/VEHICLEAIR', 'IfcVehicle/VEHICLEMARINE', 'IfcVehicle/VEHICLE', 'IfcVehicle/VEHICLETRACKED', 'IfcVehicleType/ROLLINGSTOCK', 'IfcVehicleType/VEHICLEAIR', 'IfcVehicleType/VEHICLEMARINE', 'IfcVehicleType/VEHICLE', 'IfcVehicleType/VEHICLETRACKED']","IfcVehicle/ROLLINGSTOCK,IfcVehicle/VEHICLEAIR,IfcVehicle/VEHICLEMARINE,IfcVehicle/VEHICLE,IfcVehicle/VEHICLETRACKED,IfcVehicleType/ROLLINGSTOCK,IfcVehicleType/VEHICLEAIR,IfcVehicleType/VEHICLEMARINE,IfcVehicleType/VEHICLE,IfcVehicleType/VEHICLETRACKED","[{'property_name': 'VehicleAvailability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaintenanceDowntime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'WeatherDowntime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}]" +Pset_VesselLineCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcMechanicalFastener/ROPE', 'IfcMechanicalFastenerType/ROPE']","IfcMechanicalFastener/ROPE,IfcMechanicalFastenerType/ROPE","[{'property_name': 'LineIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'MidshipToFairLead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CentreLineToFairlead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HeightAboveMainDeck', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FairleadToTermination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WinchBreakLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'PreTensionAim', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'LineType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LineStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'TailLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TailDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TailType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'TailStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}]" +Pset_VibrationIsolatorTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcVibrationIsolator', 'IfcVibrationIsolatorType']","IfcVibrationIsolator,IfcVibrationIsolatorType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'VibrationTransmissibility', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsolatorStaticDeflection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsolatorCompressibility', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSupportedWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_VoltageInstrumentTransformer,PSET_TYPEDRIVENOVERRIDE,"['IfcFlowInstrument/COMBINED', 'IfcFlowInstrument/VOLTMETER', 'IfcFlowInstrumentType/COMBINED', 'IfcFlowInstrumentType/VOLTMETER']","IfcFlowInstrument/COMBINED,IfcFlowInstrument/VOLTMETER,IfcFlowInstrumentType/COMBINED,IfcFlowInstrumentType/VOLTMETER","[{'property_name': 'AccuracyClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'AccuracyGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPhases', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}]" +Pset_WallCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcWall', 'IfcWallType']","IfcWall,IfcWallType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ExtendToStructure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Compartmentation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_Warranty,PSET_TYPEDRIVENOVERRIDE,"['IfcElement', 'IfcElementType']","IfcElement,IfcElementType","[{'property_name': 'WarrantyIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'WarrantyStartDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'IsExtendedWarranty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WarrantyPeriod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'WarrantyContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'PointOfContact', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Exclusions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal', 'IfcWasteTerminalType']","IfcWasteTerminal,IfcWasteTerminalType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_WasteTerminalTypeFloorTrap,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal/FLOORTRAP', 'IfcWasteTerminalType/FLOORTRAP']","IfcWasteTerminal/FLOORTRAP,IfcWasteTerminalType/FLOORTRAP","[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsForSullageWater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasStrainer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InletPatternType', 'values': ['1', '12', '123', '1234', '124', '13', '134', '14', '2', '23', '234', '24', '3', '34', '4', 'NONE']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}]" +Pset_WasteTerminalTypeFloorWaste,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal/FLOORWASTE', 'IfcWasteTerminalType/FLOORWASTE']","IfcWasteTerminal/FLOORWASTE,IfcWasteTerminalType/FLOORWASTE","[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeGullySump,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal/GULLYSUMP', 'IfcWasteTerminalType/GULLYSUMP']","IfcWasteTerminal/GULLYSUMP,IfcWasteTerminalType/GULLYSUMP","[{'property_name': 'NominalSumpLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSumpWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSumpDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GullyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GullyType', 'values': ['BACKINLET', 'VERTICAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BackInletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackInletPatternType', 'values': ['1', '12', '123', '1234', '124', '13', '134', '14', '2', '23', '234', '24', '3', '34', '4', 'NONE']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeGullyTrap,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal/GULLYTRAP', 'IfcWasteTerminalType/GULLYTRAP']","IfcWasteTerminal/GULLYTRAP,IfcWasteTerminalType/GULLYTRAP","[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GullyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GullyType', 'values': ['BACKINLET', 'VERTICAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasStrainer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BackInletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackInletPatternType', 'values': ['1', '12', '123', '1234', '124', '13', '134', '14', '2', '23', '234', '24', '3', '34', '4', 'NONE']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeRoofDrain,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal/ROOFDRAIN', 'IfcWasteTerminalType/ROOFDRAIN']","IfcWasteTerminal/ROOFDRAIN,IfcWasteTerminalType/ROOFDRAIN","[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeWasteDisposalUnit,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal/WASTEDISPOSALUNIT', 'IfcWasteTerminalType/WASTEDISPOSALUNIT']","IfcWasteTerminal/WASTEDISPOSALUNIT,IfcWasteTerminalType/WASTEDISPOSALUNIT","[{'property_name': 'DrainConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeWasteTrap,PSET_TYPEDRIVENOVERRIDE,"['IfcWasteTerminal/WASTETRAP', 'IfcWasteTerminalType/WASTETRAP']","IfcWasteTerminal/WASTETRAP,IfcWasteTerminalType/WASTETRAP","[{'property_name': 'WasteTrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WaterStratumCommon,PSET_OCCURRENCEDRIVEN,['IfcGeotechnicalStratum/WATER'],IfcGeotechnicalStratum/WATER,"[{'property_name': 'AnnualRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AnnualTrend', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsFreshwater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'SeicheRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TidalRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaveRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_Width,PSET_OCCURRENCEDRIVEN,['IfcReferent/WIDTHEVENT'],IfcReferent/WIDTHEVENT,"[{'property_name': 'Side', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SideType', 'values': ['BOTH', 'LEFT', 'RIGHT']}}, {'property_name': 'TransitionWidth', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransitionWidthType', 'values': ['CONST', 'LINEAR']}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_WindowCommon,PSET_TYPEDRIVENOVERRIDE,"['IfcWindow', 'IfcWindowType']","IfcWindow,IfcWindowType","[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['DEMOLISH', 'EXISTING', 'NEW', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SecurityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Infiltration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'GlazingAreaFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HasSillExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasSillInternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasDrive', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SmokeStop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WaterTightnessRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MechanicalLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WindLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_WindowLiningProperties,PSET_TYPEDRIVENOVERRIDE,"['IfcMember', 'IfcWindow', 'IfcMemberType', 'IfcWindowType']","IfcMember,IfcWindow,IfcMemberType,IfcWindowType","[{'property_name': 'LiningDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TransomThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MullionThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FirstTransomOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondTransomOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'FirstMullionOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondMullionOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningToPanelOffsetX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LiningToPanelOffsetY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_WindowPanelProperties,PSET_TYPEDRIVENOVERRIDE,"['IfcPlate', 'IfcWindow', 'IfcPlateType', 'IfcWindowType']","IfcPlate,IfcWindow,IfcPlateType,IfcWindowType","[{'property_name': 'OperationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WindowPanelOperationEnum', 'values': ['BOTTOMHUNG', 'FIXEDCASEMENT', 'OTHEROPERATION', 'PIVOTHORIZONTAL', 'PIVOTVERTICAL', 'REMOVABLECASEMENT', 'SIDEHUNGLEFTHAND', 'SIDEHUNGRIGHTHAND', 'SLIDINGHORIZONTAL', 'SLIDINGVERTICAL', 'TILTANDTURNLEFTHAND', 'TILTANDTURNRIGHTHAND', 'TOPHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PanelPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WindowPanelPositionEnum', 'values': ['BOTTOM', 'LEFT', 'MIDDLE', 'RIGHT', 'TOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FrameDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FrameThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WiredCommunicationPortCommon,PSET_OCCURRENCEDRIVEN,['IfcDistributionPort/CABLE'],IfcDistributionPort/CABLE,"[{'property_name': 'CommunicationStandard', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CommunicationStandard', 'values': ['ETHERNET', 'STM_1', 'STM_16', 'STM_256', 'STM_4', 'STM_64', 'USB', 'XDSL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MaximumTransferRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIntegerCountRateMeasure', 'unit_type': 'None'}}]" +Pset_WorkControlCommon,PSET_OCCURRENCEDRIVEN,['IfcWorkControl'],IfcWorkControl,"[{'property_name': 'WorkStartTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTime', 'unit_type': 'None'}}, {'property_name': 'WorkFinishTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTime', 'unit_type': 'None'}}, {'property_name': 'WorkDayDuration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'WorkWeekDuration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'WorkMonthDuration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_ZoneCommon,PSET_OCCURRENCEDRIVEN,['IfcZone'],IfcZone,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PubliclyAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" diff --git a/features/resources/property_set_definitions/IFC4_definitions.csv b/features/resources/property_set_definitions/IFC4_definitions.csv new file mode 100644 index 00000000..cb813efe --- /dev/null +++ b/features/resources/property_set_definitions/IFC4_definitions.csv @@ -0,0 +1,421 @@ +property_set_name,template_type,applicable_entities,applicable_type_value,property_definitions +Pset_ActionRequest,PSET_TYPEDRIVENOVERRIDE,['IfcActionRequest'],IfcActionRequest,"[{'property_name': 'RequestSourceLabel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RequestSourceName', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcPerson'}}, {'property_name': 'RequestComments', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ActorCommon,PSET_TYPEDRIVENOVERRIDE,['IfcActor'],IfcActor,"[{'property_name': 'NumberOfActors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'Category', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SkillLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ActuatorPHistory,PSET_PERFORMANCEDRIVEN,['IfcActuator'],IfcActuator,"[{'property_name': 'Position', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Quality', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ActuatorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcActuator'],IfcActuator,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'FailPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FailPosition', 'values': ['FAILOPEN', 'FAILCLOSED', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ManualOverride', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Application', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ActuatorApplication', 'values': ['EntryExitDevice', 'FireSmokeDamperActuator', 'DamperActuator', 'ValvePositioner', 'LampActuator', 'SunblindActuator', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ActuatorTypeElectricActuator,PSET_TYPEDRIVENOVERRIDE,['IfcActuator/ELECTRICACTUATOR'],IfcActuator/ELECTRICACTUATOR,"[{'property_name': 'ActuatorInputPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ElectricActuatorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricActuatorType', 'values': ['MOTORDRIVE', 'MAGNETIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ActuatorTypeHydraulicActuator,PSET_TYPEDRIVENOVERRIDE,['IfcActuator/HYDRAULICACTUATOR'],IfcActuator/HYDRAULICACTUATOR,"[{'property_name': 'InputPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'InputFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_ActuatorTypeLinearActuation,PSET_TYPEDRIVENOVERRIDE,['IfcActuator'],IfcActuator,"[{'property_name': 'Force', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcForceMeasure', 'unit_type': 'None'}}, {'property_name': 'Stroke', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_ActuatorTypePneumaticActuator,PSET_TYPEDRIVENOVERRIDE,['IfcActuator/PNEUMATICACTUATOR'],IfcActuator/PNEUMATICACTUATOR,"[{'property_name': 'InputPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'InputFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_ActuatorTypeRotationalActuation,PSET_TYPEDRIVENOVERRIDE,['IfcActuator'],IfcActuator,"[{'property_name': 'Torque', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTorqueMeasure', 'unit_type': 'None'}}, {'property_name': 'RangeAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}]" +Pset_AirSideSystemInformation,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace', 'IfcZone', 'IfcSpatialZone']","IfcSpace,IfcZone,IfcSpatialZone","[{'property_name': 'Name', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AirSideSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirSideSystemType', 'values': ['CONSTANTVOLUME', 'CONSTANTVOLUMESINGLEZONE', 'CONSTANTVOLUMEMULTIPLEZONEREHEAT', 'CONSTANTVOLUMEBYPASS', 'VARIABLEAIRVOLUME', 'VARIABLEAIRVOLUMEREHEAT', 'VARIABLEAIRVOLUMEINDUCTION', 'VARIABLEAIRVOLUMEFANPOWERED', 'VARIABLEAIRVOLUMEDUALCONDUIT', 'VARIABLEAIRVOLUMEVARIABLEDIFFUSERS', 'VARIABLEAIRVOLUMEVARIABLETEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirSideSystemDistributionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirSideSystemDistributionType', 'values': ['SINGLEDUCT', 'DUALDUCT', 'MULTIZONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TotalAirflow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyGainTotal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'AirflowSensible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyGainSensible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergyLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LightingDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversitySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ApplianceDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadSafetyFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingTemperatureDelta', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingTemperatureDelta', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'Ventilation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'FanPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}]" +Pset_AirTerminalBoxPHistory,PSET_PERFORMANCEDRIVEN,['IfcAirTerminalBox'],IfcAirTerminalBox,"[{'property_name': 'DamperPosition', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Sound', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirflowCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AirTerminalBoxTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcAirTerminalBox'],IfcAirTerminalBox,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AirPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ArrangementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalBoxArrangementType', 'values': ['SINGLEDUCT', 'DUALDUCT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ReheatType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalBoxReheatType', 'values': ['ELECTRICALREHEAT', 'WATERCOILREHEAT', 'STEAMCOILREHEAT', 'GASREHEAT', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasSoundAttenuator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasReturnAir', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasFan', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalInletAirPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDamperDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HousingThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ReturnAirFractionRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_AirTerminalOccurrence,PSET_OCCURRENCEDRIVEN,['IfcAirTerminal'],IfcAirTerminal,"[{'property_name': 'AirflowType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalAirflowType', 'values': ['SUPPLYAIR', 'RETURNAIR', 'EXHAUSTAIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'Location', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalLocation', 'values': ['SIDEWALLHIGH', 'SIDEWALLLOW', 'CEILINGPERIMETER', 'CEILINGINTERIOR', 'FLOOR', 'SILL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_AirTerminalPHistory,PSET_PERFORMANCEDRIVEN,['IfcAirTerminal'],IfcAirTerminal,"[{'property_name': 'AirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'NeckAirVelocity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyAirTemperatureHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyAirTemperatureCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InductionRatio', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CenterlineAirVelocity', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_AirTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcAirTerminal'],IfcAirTerminal,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Shape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalShape', 'values': ['ROUND', 'RECTANGULAR', 'SQUARE', 'SLOT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFaceType', 'values': ['FOURWAYPATTERN', 'SINGLEDEFLECTION', 'DOUBLEDEFLECTION', 'SIGHTPROOF', 'EGGCRATE', 'PERFORATED', 'LOUVERED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SlotWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SlotLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfSlots', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'FlowPattern', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFlowPattern', 'values': ['LINEARSINGLE', 'LINEARDOUBLE', 'LINEARFOURWAY', 'RADIAL', 'SWIRL', 'DISPLACMENT', 'COMPACTJET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirFlowrateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'DischargeDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalDischargeDirection', 'values': ['PARALLEL', 'PERPENDICULAR', 'ADJUSTABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ThrowLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AirDiffusionPerformanceIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'FinishType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFinishType', 'values': ['ANNODIZED', 'PAINTED', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FinishColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalMountingType', 'values': ['SURFACE', 'FLATFLUSH', 'LAYIN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoreType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalCoreType', 'values': ['SHUTTERBLADE', 'CURVEDBLADE', 'REMOVABLE', 'REVERSIBLE', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoreSetHorizontal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreSetVertical', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'HasIntegralControl', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FlowControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirTerminalFlowControlType', 'values': ['DAMPER', 'BELLOWS', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasSoundAttenuator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasThermalInsulation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NeckArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'EffectiveArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'AirFlowrateVersusFlowControlElement', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_AirToAirHeatRecoveryPHistory,PSET_PERFORMANCEDRIVEN,['IfcAirToAirHeatRecovery'],IfcAirToAirHeatRecovery,"[{'property_name': 'SensibleEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TemperatureEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DefrostTemperatureEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HumidityEffectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SensibleHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LatentHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SensibleEffectivenessTable', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalEffectivenessTable', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AirToAirHeatRecoveryTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcAirToAirHeatRecovery'],IfcAirToAirHeatRecovery,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'HasDefrost', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PrimaryAirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SecondaryAirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_AlarmPHistory,PSET_PERFORMANCEDRIVEN,['IfcAlarm'],IfcAlarm,"[{'property_name': 'Enabled', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Condition', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Severity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Acknowledge', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'User', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AlarmTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcAlarm'],IfcAlarm,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Condition', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AnnotationContourLine,PSET_TYPEDRIVENOVERRIDE,['IfcAnnotation/ContourLine'],IfcAnnotation/ContourLine,"[{'property_name': 'ContourValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_AnnotationLineOfSight,PSET_TYPEDRIVENOVERRIDE,['IfcAnnotation/LineOfSight'],IfcAnnotation/LineOfSight,"[{'property_name': 'SetbackDistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleAngleLeft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleAngleRight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'RoadVisibleDistanceLeft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RoadVisibleDistanceRight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_AnnotationSurveyArea,PSET_TYPEDRIVENOVERRIDE,['IfcAnnotation/SurveyArea'],IfcAnnotation/SurveyArea,"[{'property_name': 'AcquisitionMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AcquisitionMethod', 'values': ['GPS', 'LASERSCAN_AIRBORNE', 'LASERSCAN_GROUND', 'SONAR', 'THEODOLITE', 'USERDEFINED', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AccuracyQualityObtained', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'AccuracyQualityExpected', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}]" +Pset_Asset,PSET_TYPEDRIVENOVERRIDE,['IfcAsset'],IfcAsset,"[{'property_name': 'AssetAccountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetAccountingType', 'values': ['FIXED', 'NONFIXED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AssetTaxType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetTaxType', 'values': ['CAPITALISED', 'EXPENSED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AssetInsuranceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssetInsuranceType', 'values': ['PERSONAL', 'REAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_AudioVisualAppliancePHistory,PSET_PERFORMANCEDRIVEN,['IfcAudioVisualAppliance'],IfcAudioVisualAppliance,"[{'property_name': 'PowerState', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MediaSource', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MediaContent', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AudioVolume', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_AudioVisualApplianceTypeAmplifier,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/AMPLIFIER'],IfcAudioVisualAppliance/AMPLIFIER,"[{'property_name': 'AmplifierType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualAmplifierType', 'values': ['FIXED', 'VARIABLE', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'AudioAmplification', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeCamera,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/CAMERA'],IfcAudioVisualAppliance/CAMERA,"[{'property_name': 'CameraType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualCameraType', 'values': ['PHOTO', 'VIDEO', 'AUDIOVIDEO', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'IsOutdoors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoCaptureInterval', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'PanTiltZoomPreset', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'PanHorizontal', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PanVertical', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TiltHorizontal', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TiltVertical', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Zoom', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_AudioVisualApplianceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance'],IfcAudioVisualAppliance,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MediaSource', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioVolume', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeDisplay,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/DISPLAY'],IfcAudioVisualAppliance/DISPLAY,"[{'property_name': 'DisplayType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualDisplayType', 'values': ['CRT', 'DLP', 'LCD', 'LED', 'PLASMA', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'NominalSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DisplayWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DisplayHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Brightness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ContrastRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'RefreshRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'TouchScreen', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualDisplayTouchScreen', 'values': ['SINGLETOUCH', 'MULTITOUCH', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'VideoResolutionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoScaleMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoCaptionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypePlayer,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/PLAYER'],IfcAudioVisualAppliance/PLAYER,"[{'property_name': 'PlayerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualPlayerType', 'values': ['AUDIO', 'VIDEO', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'PlayerMediaEject', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PlayerMediaFormat', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeProjector,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/PROJECTOR'],IfcAudioVisualAppliance/PROJECTOR,"[{'property_name': 'ProjectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualProjectorType', 'values': ['OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'VideoResolutionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'VideoResolutionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoScaleMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'VideoCaptionMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeReceiver,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/RECEIVER'],IfcAudioVisualAppliance/RECEIVER,"[{'property_name': 'ReceiverType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualReceiverType', 'values': ['AUDIO', 'AUDIOVIDEO', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'AudioAmplification', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AudioMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_AudioVisualApplianceTypeSpeaker,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/SPEAKER'],IfcAudioVisualAppliance/SPEAKER,"[{'property_name': 'SpeakerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualSpeakerType', 'values': ['FULLRANGE', 'MIDRANGE', 'WOOFER', 'TWEETER', 'COAXIAL', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'SpeakerMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualSpeakerMounting', 'values': ['FREESTANDING', 'CEILING', 'WALL', 'OUTDOOR', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'SpeakerDriverSize', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'FrequencyResponse', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Impedence', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}]" +Pset_AudioVisualApplianceTypeTuner,PSET_TYPEDRIVENOVERRIDE,['IfcAudioVisualAppliance/TUNER'],IfcAudioVisualAppliance/TUNER,"[{'property_name': 'TunerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AudioVisualTunerType', 'values': ['AUDIO', 'VIDEO', 'OTHER', 'NOTKNOWN', 'UNSET.']}}, {'property_name': 'TunerMode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'TunerChannel', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'TunerFrequency', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_BeamCommon,PSET_TYPEDRIVENOVERRIDE,['IfcBeam'],IfcBeam,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Roll', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_BoilerPHistory,PSET_PERFORMANCEDRIVEN,['IfcBoiler'],IfcBoiler,"[{'property_name': 'EnergySourceConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OperationalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CombustionEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CombustionTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PartLoadRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Load', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PrimaryEnergyConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AuxiliaryEnergyConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_BoilerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcBoiler'],IfcBoiler,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'OperatingMode', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BoilerOperatingMode', 'values': ['FIXED', 'TWOSTEP', 'MODULATING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPartLoadRatio', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WaterInletTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WaterStorageCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'IsWaterStorageHeater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PartialLoadEfficiencyCurves', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'OutletTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EnergySource', 'values': ['COAL', 'COAL_PULVERIZED', 'ELECTRICITY', 'GAS', 'OIL', 'PROPANE', 'WOOD', 'WOOD_CHIP', 'WOOD_PELLET', 'WOOD_PULVERIZED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_BoilerTypeSteam,PSET_TYPEDRIVENOVERRIDE,['IfcBoiler/STEAM'],IfcBoiler/STEAM,"[{'property_name': 'MaximumOutletPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalEfficiency', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'HeatOutput', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcEnergyMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_BoilerTypeWater,PSET_TYPEDRIVENOVERRIDE,['IfcBoiler/WATER'],IfcBoiler/WATER,"[{'property_name': 'NominalEfficiency', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'HeatOutput', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcEnergyMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_BuildingCommon,PSET_TYPEDRIVENOVERRIDE,['IfcBuilding'],IfcBuilding,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BuildingID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsPermanentID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConstructionMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireProtectionClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OccupancyType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfStoreys', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YearOfConstruction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'YearOfLastRefurbishment', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsLandmarked', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}]" +Pset_BuildingElementProxyCommon,PSET_TYPEDRIVENOVERRIDE,['IfcBuildingElementProxy'],IfcBuildingElementProxy,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_BuildingElementProxyProvisionForVoid,PSET_TYPEDRIVENOVERRIDE,['IfcBuildingElementProxy/PROVISIONFORVOID'],IfcBuildingElementProxy/PROVISIONFORVOID,"[{'property_name': 'Shape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'System', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_BuildingStoreyCommon,PSET_TYPEDRIVENOVERRIDE,['IfcBuildingStorey'],IfcBuildingStorey,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'EntranceLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AboveGround', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlanarForceMeasure', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_BuildingSystemCommon,PSET_TYPEDRIVENOVERRIDE,['IfcBuildingSystem'],IfcBuildingSystem,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_BuildingUse,PSET_TYPEDRIVENOVERRIDE,['IfcBuilding'],IfcBuilding,"[{'property_name': 'MarketCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MarketSubCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PlanningControlStatus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NarrativeText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'VacancyRateInCategoryNow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TenureModesAvailableNow', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MarketSubCategoriesAvailableNow', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RentalRatesInCategoryNow', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMonetaryMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VacancyRateInCategoryFuture', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TenureModesAvailableFuture', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MarketSubCategoriesAvailableFuture', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RentalRatesInCategoryFuture', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMonetaryMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_BuildingUseAdjacent,PSET_TYPEDRIVENOVERRIDE,['IfcBuilding'],IfcBuilding,"[{'property_name': 'MarketCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MarketSubCategory', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PlanningControlStatus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NarrativeText', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_BurnerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcBurner'],IfcBurner,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EnergySource', 'values': ['COAL', 'COAL_PULVERIZED', 'ELECTRICITY', 'GAS', 'OIL', 'PROPANE', 'WOOD', 'WOOD_CHIP', 'WOOD_PELLET', 'WOOD_PULVERIZED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableCarrierFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCableCarrierFitting'],IfcCableCarrierFitting,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableCarrierSegmentTypeCableLadderSegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableCarrierSegment/CABLELADDERSEGMENT'],IfcCableCarrierSegment/CABLELADDERSEGMENT,"[{'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderConfiguration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCableTraySegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableCarrierSegment/CABLETRAYSEGMENT'],IfcCableCarrierSegment/CABLETRAYSEGMENT,"[{'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCableTrunkingSegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableCarrierSegment/CABLETRUNKINGSEGMENT'],IfcCableCarrierSegment/CABLETRUNKINGSEGMENT,"[{'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCompartments', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_CableCarrierSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCableCarrierSegment'],IfcCableCarrierSegment,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableCarrierSegmentTypeConduitSegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableCarrierSegment/CONDUITSEGMENT'],IfcCableCarrierSegment/CONDUITSEGMENT,"[{'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConduitShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConduitShapeType', 'values': ['CIRCULAR', 'OVAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsRigid', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCableFitting'],IfcCableFitting,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableSegmentOccurrence,PSET_OCCURRENCEDRIVEN,['IfcCableSegment'],IfcCableSegment,"[{'property_name': 'DesignAmbientTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'UserCorrectionFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'NumberOfParallelCircuits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'InstallationMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'InstallationMethodFlagEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InstallationMethodFlagEnum', 'values': ['INDUCT', 'INSOIL', 'ONWALL', 'BELOWCEILING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DistanceBetweenParallelCircuits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SoilConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}, {'property_name': 'CarrierStackNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'MountingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MountingMethodEnum', 'values': ['PERFORATEDTRAY', 'LADDER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsHorizontalCable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsMountedFlatCable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'CurrentCarryingCapasity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumCableLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'PowerLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeBusBarSegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableSegment/BUSBARSEGMENT'],IfcCableSegment/BUSBARSEGMENT,"[{'property_name': 'IsHorizontalBusbar', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeCableSegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableSegment/CABLESEGMENT'],IfcCableSegment/CABLESEGMENT,"[{'property_name': 'Standard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NumberOfCores', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'OverallDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ScreenDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasProtectiveEarth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MaximumOperatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumShortCircuitTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpecialConstruction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HalogenProof', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FunctionReliable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CableSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCableSegment'],IfcCableSegment,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableSegmentTypeConductorSegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableSegment/CONDUCTORSEGMENT'],IfcCableSegment/CONDUCTORSEGMENT,"[{'property_name': 'CrossSectionalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'Function', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FunctionEnum', 'values': ['LINE', 'NEUTRAL', 'PROTECTIVEEARTH', 'PROTECTIVEEARTHNEUTRAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Material', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MaterialEnum', 'values': ['ALUMINIUM', 'COPPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Construction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConstructionEnum', 'values': ['SOLIDCONDUCTOR', 'STRANDEDCONDUCTOR', 'FLEXIBLESTRANDEDCONDUCTOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Shape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ShapeEnum', 'values': ['HELICALCONDUCTOR', 'CIRCULARCONDUCTOR', 'SECTORCONDUCTOR', 'RECTANGULARCONDUCTOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CableSegmentTypeCoreSegment,PSET_TYPEDRIVENOVERRIDE,['IfcCableSegment/CORESEGMENT'],IfcCableSegment/CORESEGMENT,"[{'property_name': 'OverallDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ScreenDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SheathColors', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoreColorsEnum', 'values': ['BLACK', 'BLUE', 'BROWN', 'GOLD', 'GREEN', 'GREY', 'ORANGE', 'PINK', 'RED', 'SILVER', 'TURQUOISE', 'VIOLET', 'WHITE', 'YELLOW', 'GREENANDYELLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SelfExtinguishing60332_3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HalogenProof', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FunctionReliable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Standard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ChillerPHistory,PSET_PERFORMANCEDRIVEN,['IfcChiller'],IfcChiller,"[{'property_name': 'Capacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EnergyEfficiencyRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CoefficientOfPerformance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ChillerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcChiller'],IfcChiller,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCondensingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalEvaporatingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatRejectionRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPowerConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CapacityCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CoefficientOfPerformanceCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'FullLoadRatioCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_ChimneyCommon,PSET_TYPEDRIVENOVERRIDE,['IfcChimney'],IfcChimney,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfDrafts', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CivilElementCommon,,[],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}]" +Pset_CoilOccurrence,PSET_OCCURRENCEDRIVEN,['IfcCoil'],IfcCoil,"[{'property_name': 'HasSoundAttenuation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CoilPHistory,PSET_PERFORMANCEDRIVEN,['IfcCoil'],IfcCoil,"[{'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SoundCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FaceVelocity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CoilTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCoil'],IfcCoil,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'OperationalTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalSensibleCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLatentCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalUA', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'PlacementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilPlacementType', 'values': ['FLOOR', 'CEILING', 'UNIT', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CoilTypeHydronic,PSET_TYPEDRIVENOVERRIDE,['IfcCoil'],IfcCoil,"[{'property_name': 'FluidPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'CoilCoolant', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilCoolant', 'values': ['WATER', 'BRINE', 'GLYCOL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilConnectionDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilConnectionDirection', 'values': ['LEFT', 'RIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilFluidArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoilFluidArrangement', 'values': ['CROSSFLOW', 'CROSSCOUNTERFLOW', 'CROSSPARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilFaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatExchangeSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimarySurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondarySurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalUACurves', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'WaterPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'BypassFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SensibleHeatRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'WetCoilFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_ColumnCommon,PSET_TYPEDRIVENOVERRIDE,['IfcColumn'],IfcColumn,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Roll', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CommunicationsAppliancePHistory,PSET_PERFORMANCEDRIVEN,['IfcCommunicationsAppliance'],IfcCommunicationsAppliance,"[{'property_name': 'PowerState', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CommunicationsApplianceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCommunicationsAppliance'],IfcCommunicationsAppliance,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_CompressorPHistory,PSET_PERFORMANCEDRIVEN,['IfcCompressor'],IfcCompressor,"[{'property_name': 'CompressorCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EnergyEfficiencyRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CoefficientOfPerformance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VolumetricEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressionEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MechanicalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'IsentropicEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorTotalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ShaftPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InputPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LubricantPumpHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FrictionHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorTotalHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FullLoadRatio', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CompressorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCompressor'],IfcCompressor,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PowerSource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CompressorTypePowerSource', 'values': ['MOTORDRIVEN', 'ENGINEDRIVEN', 'GASTURBINE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['CFC', 'HCFC', 'HFC', 'HYDROCARBONS', 'AMMONIA', 'CO2', 'H2O', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MinimumPartLoadRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPartLoadRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CompressorSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'IdealCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'IdealShaftPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'HasHotGasBypass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ConcreteElementGeneral,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBuildingElementProxy', 'IfcChimney', 'IfcColumn', 'IfcFooting', 'IfcMember', 'IfcPile', 'IfcPlate', 'IfcRailing', 'IfcRamp', 'IfcRampFlight', 'IfcRoof', 'IfcSlab', 'IfcStair', 'IfcStairFlight', 'IfcWall', 'IfcCivilElement']","IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRailing,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement","[{'property_name': 'ConstructionMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StructuralClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StrengthClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ExposureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementVolumeRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassDensityMeasure', 'unit_type': 'None'}}, {'property_name': 'ReinforcementAreaRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaDensityMeasure', 'unit_type': 'None'}}, {'property_name': 'DimensionalAccuracyClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConstructionToleranceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConcreteCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcreteCoverAtMainBars', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcreteCoverAtLinks', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ReinforcementStrengthClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CondenserPHistory,PSET_PERFORMANCEDRIVEN,['IfcCondenser'],IfcCondenser,"[{'property_name': 'HeatRejectionRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RefrigerantFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CondensingTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LogarithmicMeanTemperatureDifference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UAcurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorCondenserHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorCondenserPressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CondenserMeanVoidFraction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WaterFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CondenserTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCondenser'],IfcCondenser,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['CFC', 'HCFC', 'HFC', 'HYDROCARBONS', 'AMMONIA', 'CO2', 'H2O', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ExternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalRefrigerantVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalWaterVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}]" +Pset_Condition,PSET_TYPEDRIVENOVERRIDE,['IfcElement'],IfcElement,"[{'property_name': 'AssessmentDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'AssessmentCondition', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssessmentDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ConstructionResource,PSET_TYPEDRIVENOVERRIDE,['IfcConstructionResource'],IfcConstructionResource,"[{'property_name': 'ScheduleWork', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ActualWork', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RemainingWork', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ScheduleCost', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ActualCost', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RemainingCost', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ScheduleCompletion', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ActualCompletion', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ControllerPHistory,PSET_PERFORMANCEDRIVEN,['IfcController'],IfcController,"[{'property_name': 'Value', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Quality', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ControllerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcController'],IfcController,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ControllerTypeFloating,PSET_TYPEDRIVENOVERRIDE,['IfcController/FLOATING'],IfcController/FLOATING,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerTypeFloating', 'values': ['CONSTANT', 'MODIFIER', 'ABSOLUTE', 'INVERSE', 'HYSTERESIS', 'RUNNINGAVERAGE', 'DERIVATIVE', 'INTEGRAL', 'BINARY', 'ACCUMULATOR', 'PULSECONVERTER', 'LOWERLIMITCONTROL', 'UPPERLIMITCONTROL', 'SUM', 'SUBTRACT', 'PRODUCT', 'DIVIDE', 'AVERAGE', 'MAXIMUM', 'MINIMUM', 'REPORT', 'SPLIT', 'INPUT', 'OUTPUT', 'VARIABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Range', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SignalOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ControllerTypeMultiPosition,PSET_TYPEDRIVENOVERRIDE,['IfcController/MULTIPOSITION'],IfcController/MULTIPOSITION,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerMultiPositionType', 'values': ['INPUT', 'OUTPUT', 'VARIABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Range', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}}]" +Pset_ControllerTypeProgrammable,PSET_TYPEDRIVENOVERRIDE,['IfcController/PROGRAMMABLE'],IfcController/PROGRAMMABLE,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerTypeProgrammable', 'values': ['PRIMARY', 'SECONDARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FirmwareVersion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SoftwareVersion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Application', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerApplication', 'values': ['ModemController', 'TelephoneDirectory', 'FanCoilUnitController', 'RoofTopUnitController', 'UnitVentilatorController', 'SpaceConfortController', 'VAV', 'PumpController', 'BoilerController', 'DischargeAirController', 'OccupancyController', 'ConstantLightController', 'SceneController', 'PartitionWallController', 'RealTimeKeeper', 'RealTimeBasedScheduler', 'LightingPanelController', 'SunblindController', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ControllerTypeProportional,PSET_TYPEDRIVENOVERRIDE,['IfcController/PROPORTIONAL'],IfcController/PROPORTIONAL,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerProportionalType', 'values': ['PROPORTIONAL', 'PROPORTIONALINTEGRAL', 'PROPORTIONALINTEGRALDERIVATIVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Range', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ProportionalConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'IntegralConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'DerivativeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SignalTimeIncrease', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'SignalTimeDecrease', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ControllerTypeTwoPosition,PSET_TYPEDRIVENOVERRIDE,['IfcController/TWOPOSITION'],IfcController/TWOPOSITION,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControllerTwoPositionType', 'values': ['NOT', 'AND', 'OR', 'XOR', 'LOWERLIMITSWITCH', 'UPPERLIMITSWITCH', 'LOWERBANDSWITCH', 'UPPERBANDSWITCH', 'AVERAGE', 'CALENDAR', 'INPUT', 'OUTPUT', 'VARIABLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Labels', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcBoolean', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'Polarity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Value', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CooledBeamPHistory,PSET_PERFORMANCEDRIVEN,['IfcCooledBeam'],IfcCooledBeam,"[{'property_name': 'TotalCoolingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalHeatingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'BeamCoolingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'BeamHeatingCapacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CoolingWaterFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatingWaterFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CorrectionFactorForCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CorrectionFactorForHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WaterPressureDropCurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyWaterTemperatureCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ReturnWaterTemperatureCooling', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SupplyWaterTemperatureHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ReturnWaterTemperatureHeating', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CooledBeamPHistoryActive,PSET_PERFORMANCEDRIVEN,['IfcCooledBeam/ACTIVE'],IfcCooledBeam/ACTIVE,"[{'property_name': 'AirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Throw', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CooledBeamTypeActive,PSET_TYPEDRIVENOVERRIDE,['IfcCooledBeam/ACTIVE'],IfcCooledBeam/ACTIVE,"[{'property_name': 'AirFlowConfiguration', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamActiveAirFlowConfigurationType', 'values': ['BIDIRECTIONAL', 'UNIDIRECTIONALRIGHT', 'UNIDIRECTIONALLEFT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirflowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SupplyAirConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CooledBeamSupplyAirConnectionType', 'values': ['STRAIGHT', 'RIGHT', 'LEFT', 'TOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_CooledBeamTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCooledBeam'],IfcCooledBeam,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'IsFreeHanging', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PipeConnection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'WaterFlowControlSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'WaterPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSurroundingTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSurroundingHumidityCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyWaterTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalReturnWaterTemperatureCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWaterFlowCooling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSurroundingTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyWaterTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalReturnWaterTemperatureHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWaterFlowHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'IntegratedLightingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'FinishColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CoilLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoilWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_CoolingTowerPHistory,PSET_PERFORMANCEDRIVEN,['IfcCoolingTower'],IfcCoolingTower,"[{'property_name': 'Capacity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SumpHeaterPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UACurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Performance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_CoolingTowerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCoolingTower'],IfcCoolingTower,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CircuitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerCircuitType', 'values': ['OPENCIRCUIT', 'CLOSEDCIRCUITWET', 'CLOSEDCIRCUITDRY', 'CLOSEDCIRCUITDRYWET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerFlowArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SprayType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerSprayType', 'values': ['SPRAYFILLED', 'SPLASHTYPEFILL', 'FILMTYPEFILL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerCapacityControl', 'values': ['FANCYCLING', 'TWOSPEEDFAN', 'VARIABLESPEEDFAN', 'DAMPERSCONTROL', 'BYPASSVALVECONTROL', 'MULTIPLESERIESPUMPS', 'TWOSPEEDPUMP', 'VARIABLESPEEDPUMP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ControlStrategy', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CoolingTowerControlStrategy', 'values': ['FIXEDEXITINGWATERTEMP', 'WETBULBTEMPRESET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfCells', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'BasinReserveVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'LiftElevationDifference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'AmbientDesignDryBulbTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'AmbientDesignWetBulbTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}]" +Pset_CoveringCeiling,PSET_TYPEDRIVENOVERRIDE,['IfcCovering/CEILING'],IfcCovering/CEILING,"[{'property_name': 'Permeability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TileLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TileWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_CoveringCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCovering'],IfcCovering,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlammabilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FragilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Finish', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_CoveringFlooring,PSET_TYPEDRIVENOVERRIDE,"['IfcCovering/FLOORING', None]","IfcCovering/FLOORING,","[{'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasAntiStaticSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_CurtainWallCommon,PSET_TYPEDRIVENOVERRIDE,['IfcCurtainWall'],IfcCurtainWall,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DamperOccurrence,PSET_OCCURRENCEDRIVEN,['IfcDamper'],IfcDamper,"[{'property_name': 'SizingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperSizingMethod', 'values': ['NOMINAL', 'EXACT', 'NOTKNOWN', 'UNSET']}}]" +Pset_DamperPHistory,PSET_PERFORMANCEDRIVEN,['IfcDamper'],IfcDamper,"[{'property_name': 'AirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Leakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'BladePositionAngle', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DamperPosition', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureLossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DamperTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDamper'],IfcDamper,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Operation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperOperation', 'values': ['AUTOMATIC', 'MANUAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Orientation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperOrientation', 'values': ['VERTICAL', 'HORIZONTAL', 'VERTICALORHORIZONTAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BladeAction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeAction', 'values': ['FOLDINGCURTAIN', 'PARALLEL', 'OPPOSED', 'SINGLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeShape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeShape', 'values': ['FLAT', 'FABRICATEDAIRFOIL', 'EXTRUDEDAIRFOIL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BladeEdge', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DamperBladeEdge', 'values': ['CRIMPED', 'UNCRIMPED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberofBlades', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'FaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MaximumWorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'OpenPressureDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'LeakageFullyClosed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'LossCoefficentCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'LeakageCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RegeneratedSoundCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'FrameType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FrameDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FrameThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CloseOffRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_DamperTypeControlDamper,PSET_TYPEDRIVENOVERRIDE,['IfcDamper/CONTROLDAMPER'],IfcDamper/CONTROLDAMPER,"[{'property_name': 'TorqueRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcTorqueMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ControlDamperOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ControlDamperOperation', 'values': ['LINEAR', 'EXPONENTIAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DamperTypeFireDamper,PSET_TYPEDRIVENOVERRIDE,['IfcDamper/FIREDAMPER'],IfcDamper/FIREDAMPER,"[{'property_name': 'ActuationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperActuationType', 'values': ['GRAVITY', 'SPRING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ClosureRatingEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperClosureRating', 'values': ['DYNAMIC', 'STATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FireResistanceRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FusibleLinkTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}]" +Pset_DamperTypeFireSmokeDamper,PSET_TYPEDRIVENOVERRIDE,['IfcDamper/FIRESMOKEDAMPER'],IfcDamper/FIRESMOKEDAMPER,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ActuationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperActuationType', 'values': ['GRAVITY', 'SPRING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ClosureRatingEnum', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireDamperClosureRating', 'values': ['DYNAMIC', 'STATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FireResistanceRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FusibleLinkTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}]" +Pset_DamperTypeSmokeDamper,PSET_TYPEDRIVENOVERRIDE,['IfcDamper/SMOKEDAMPER'],IfcDamper/SMOKEDAMPER,"[{'property_name': 'ControlType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryColumnShoe,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/SHOE'],IfcDiscreteAccessory/SHOE,"[{'property_name': 'ColumnShoeBasePlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeBasePlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeBasePlateDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeCasingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeCasingWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ColumnShoeCasingDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryCornerFixingPlate,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/Corner fixing plate'],IfcDiscreteAccessory/Corner fixing plate,"[{'property_name': 'CornerFixingPlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CornerFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CornerFixingPlateFlangeWidthInPlaneZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CornerFixingPlateFlangeWidthInPlaneX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryDiagonalTrussConnector,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/Diagonal truss connector'],IfcDiscreteAccessory/Diagonal truss connector,"[{'property_name': 'DiagonalTrussHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussCrossBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussBaseBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussSecondaryBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DiagonalTrussCrossBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryEdgeFixingPlate,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/Edge fixing plate'],IfcDiscreteAccessory/Edge fixing plate,"[{'property_name': 'EdgeFixingPlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeFixingPlateFlangeWidthInPlaneZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeFixingPlateFlangeWidthInPlaneX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryFixingSocket,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/Fixing socket'],IfcDiscreteAccessory/Fixing socket,"[{'property_name': 'FixingSocketTypeReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'FixingSocketHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FixingSocketThreadDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FixingSocketThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryLadderTrussConnector,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/Ladder truss connector'],IfcDiscreteAccessory/Ladder truss connector,"[{'property_name': 'LadderTrussHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussCrossBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussBaseBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussSecondaryBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LadderTrussCrossBarDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryStandardFixingPlate,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/Standard fixing plate'],IfcDiscreteAccessory/Standard fixing plate,"[{'property_name': 'StandardFixingPlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StandardFixingPlateDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StandardFixingPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DiscreteAccessoryWireLoop,PSET_TYPEDRIVENOVERRIDE,['IfcDiscreteAccessory/Wire loop'],IfcDiscreteAccessory/Wire loop,"[{'property_name': 'WireLoopBasePlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireLoopBasePlateWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireLoopBasePlateLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireEmbeddingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WireLoopLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement'],IfcDistributionChamberElement,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_DistributionChamberElementTypeFormedDuct,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/FORMEDDUCT'],IfcDistributionChamberElement/FORMEDDUCT,"[{'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeInspectionChamber,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/INSPECTIONCHAMBER'],IfcDistributionChamberElement/INSPECTIONCHAMBER,"[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SoffitLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WithBackdrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'AccessLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeInspectionPit,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/INSPECTIONPIT'],IfcDistributionChamberElement/INSPECTIONPIT,"[{'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeManhole,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/MANHOLE'],IfcDistributionChamberElement/MANHOLE,"[{'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SoffitLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsShallow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasSteps', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WithBackdrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'AccessLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeMeterChamber,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/METERCHAMBER'],IfcDistributionChamberElement/METERCHAMBER,"[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}]" +Pset_DistributionChamberElementTypeSump,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/SUMP'],IfcDistributionChamberElement/SUMP,"[{'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeTrench,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/TRENCH'],IfcDistributionChamberElement/TRENCH,"[{'property_name': 'Width', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Depth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InvertLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_DistributionChamberElementTypeValveChamber,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionChamberElement/VALVECHAMBER'],IfcDistributionChamberElement/VALVECHAMBER,"[{'property_name': 'ChamberLengthOrRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ChamberWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'WallThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'BaseThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AccessCoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}]" +Pset_DistributionPortCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionPort'],IfcDistributionPort,"[{'property_name': 'PortNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'ColorCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DistributionPortPHistoryCable,PSET_PERFORMANCEDRIVEN,['IfcDistributionPort/CABLE'],IfcDistributionPort/CABLE,"[{'property_name': 'Current', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Voltage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RealPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ReactivePower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ApparentPower', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PowerFactor', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DataTransmitted', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DataReceived', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DistributionPortPHistoryDuct,PSET_PERFORMANCEDRIVEN,['IfcDistributionPort/DUCT'],IfcDistributionPort/DUCT,"[{'property_name': 'Temperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WetBulbTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VolumetricFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MassFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FlowCondition', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Velocity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DistributionPortPHistoryPipe,PSET_PERFORMANCEDRIVEN,['IfcDistributionPort/PIPE'],IfcDistributionPort/PIPE,"[{'property_name': 'Temperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Flowrate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DistributionPortTypeCable,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionPort/CABLE'],IfcDistributionPort/CABLE,"[{'property_name': 'ConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionPortElectricalType', 'values': ['ACPLUG', 'DCPLUG', 'CRIMPCOAXIAL', 'RJ', 'RADIO', 'DIN', 'DSUB', 'DVI', 'EIAJ', 'HDMI', 'RCA', 'TRS', 'XLR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSubtype', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ConnectionGender', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'ConductorFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'CurrentContent3rdHarmonic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'Current', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Voltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Power', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Protocols', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}}]" +Pset_DistributionPortTypeDuct,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionPort/DUCT'],IfcDistributionPort/DUCT,"[{'property_name': 'ConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctConnectionType', 'values': ['BEADEDSLEEVE', 'COMPRESSION', 'CRIMP', 'DRAWBAND', 'DRIVESLIP', 'FLANGED', 'OUTSIDESLEEVE', 'SLIPON', 'SOLDERED', 'SSLIP', 'STANDINGSEAM', 'SWEDGE', 'WELDED', 'OTHER', 'NONE', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'ConnectionSubType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DryBulbTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WetBulbTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VolumetricFlowRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Velocity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DistributionPortTypePipe,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionPort/PIPE'],IfcDistributionPort/PIPE,"[{'property_name': 'ConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PipeEndStyleTreatment', 'values': ['BRAZED', 'COMPRESSION', 'FLANGED', 'GROOVED', 'OUTSIDESLEEVE', 'SOLDERED', 'SWEDGE', 'THREADED', 'WELDED', 'OTHER', 'NONE', 'UNSET']}}, {'property_name': 'ConnectionSubType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InnerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OuterDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Temperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VolumetricFlowRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MassFlowRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FlowCondition', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Velocity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DistributionSystemCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionSystem'],IfcDistributionSystem,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_DistributionSystemTypeElectrical,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionSystem/ELECTRICAL'],IfcDistributionSystem/ELECTRICAL,"[{'property_name': 'ElectricalSystemType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionSystemElectricalType', 'values': ['TN', 'TN_C', 'TN_S', 'TN_C_S', 'TT', 'IT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ElectricalSystemCategory', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DistributionSystemElectricalCategory', 'values': ['HIGHVOLTAGE', 'LOWVOLTAGE', 'EXTRALOWVOLTAGE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Diversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfLiveConductors', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'MaximumAllowedVoltageDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'NetImpedance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricResistanceMeasure', 'unit_type': 'None'}}]" +Pset_DistributionSystemTypeVentilation,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionSystem/VENTILATION'],IfcDistributionSystem/VENTILATION,"[{'property_name': 'DesignName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DuctSizingMethod', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctSizingMethod', 'values': ['CONSTANTFRICTION', 'CONSTANTPRESSURE', 'STATICREGAIN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'LeakageClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'FrictionLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ScrapFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'DuctSealant', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'MaximumVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'AspectRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MinimumHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DoorCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDoor'],IfcDoor,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SecurityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DurabilityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HygrothermalRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WaterTightnessRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MechanicalLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WindLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Infiltration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'GlazingAreaFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasDrive', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SelfClosing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SmokeStop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_DoorWindowGlazingType,PSET_TYPEDRIVENOVERRIDE,"['IfcDoor', ' IfcWindow']","IfcDoor, IfcWindow","[{'property_name': 'GlassLayers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'GlassThickness1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GlassThickness2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GlassThickness3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FillGas', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'GlassColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsTempered', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsLaminated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsCoated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsWired', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'VisibleLightReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleLightTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarAbsorption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarHeatGainTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ShadingCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittanceSummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittanceWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}]" +Pset_DuctFittingOccurrence,PSET_OCCURRENCEDRIVEN,['IfcDuctFitting'],IfcDuctFitting,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasLiner', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DuctFittingPHistory,PSET_PERFORMANCEDRIVEN,['IfcDuctFitting'],IfcDuctFitting,"[{'property_name': 'LossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirFlowLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DuctFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDuctFitting'],IfcDuctFitting,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_DuctSegmentOccurrence,PSET_OCCURRENCEDRIVEN,['IfcDuctSegment'],IfcDuctSegment,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasLiner', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_DuctSegmentPHistory,PSET_PERFORMANCEDRIVEN,['IfcDuctSegment'],IfcDuctSegment,"[{'property_name': 'LossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LeakageCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FluidFlowLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DuctSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDuctSegment'],IfcDuctSegment,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Shape', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_DuctSegmentShape', 'values': ['FLATOVAL', 'RECTANGULAR', 'ROUND', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'LongitudinalSeam', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'NominalDiameterOrWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Reinforcement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_DuctSilencerPHistory,PSET_PERFORMANCEDRIVEN,['IfcDuctSilencer'],IfcDuctSilencer,"[{'property_name': 'AirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_DuctSilencerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDuctSilencer'],IfcDuctSilencer,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HydraulicDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'AirFlowrateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WorkingPressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'HasExteriorInsulation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ElectricalDeviceCommon,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionElement'],IfcDistributionElement,"[{'property_name': 'RatedCurrent', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RatedVoltage', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalFrequencyRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'PowerFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ConductorFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConductorFunctionEnum', 'values': ['L1', 'L2', 'L3']}}, {'property_name': 'NumberOfPoles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'HasProtectiveEarth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'InsulationStandardClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'IP_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IK_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}]" +Pset_ElectricAppliancePHistory,PSET_PERFORMANCEDRIVEN,['IfcElectricAppliance'],IfcElectricAppliance,"[{'property_name': 'PowerState', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ElectricApplianceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcElectricAppliance'],IfcElectricAppliance,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElectricApplianceTypeDishwasher,PSET_TYPEDRIVENOVERRIDE,['IfcElectricAppliance/DISHWASHER'],IfcElectricAppliance/DISHWASHER,"[{'property_name': 'DishwasherType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricApplianceDishwasherType', 'values': ['POTWASHER', 'TRAYWASHER', 'DISHWASHER', 'BOTTLEWASHER', 'CUTLERYWASHER', 'OTHER', 'UNKNOWN', 'UNSET']}}]" +Pset_ElectricApplianceTypeElectricCooker,PSET_TYPEDRIVENOVERRIDE,['IfcElectricAppliance/ELECTRICCOOKER'],IfcElectricAppliance/ELECTRICCOOKER,"[{'property_name': 'ElectricCookerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectricApplianceElectricCookerType', 'values': ['STEAMCOOKER', 'DEEPFRYER', 'STOVE', 'OVEN', 'TILTINGFRYINGPAN', 'COOKINGKETTLE', 'OTHER', 'UNKNOWN', 'UNSET']}}]" +Pset_ElectricDistributionBoardOccurrence,PSET_OCCURRENCEDRIVEN,['IfcElectricDistributionBoard'],IfcElectricDistributionBoard,"[{'property_name': 'IsMain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsSkilledOperator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ElectricDistributionBoardTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcElectricDistributionBoard'],IfcElectricDistributionBoard,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElectricFlowStorageDevicePHistory,,[],,"[{'property_name': 'Level', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_ElectricFlowStorageDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcElectricFlowStorageDevice'],IfcElectricFlowStorageDevice,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalSupplyVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSupplyVoltageOffset', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'ConnectedConductorFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ConductorFunctionEnum', 'values': ['PHASE_L1', 'PHASE_L2', 'PHASE_L3', 'NEUTRAL', 'PROTECTIVEEARTH', 'PROTECTIVEEARTHNEUTRAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ShortCircuit3PoleMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit3PolePowerFactorMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit2PoleMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit2PolePowerFactorMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PoleMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PolePowerFactorMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PoleMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortCircuit1PolePowerFactorMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PoleMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PolePowerFactorMaximumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PoleMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'EarthFault1PolePowerFactorMinimumState', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'RadiativeFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'ModuleCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'ModulesInParallel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'ModulesInSeries', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}]" +Pset_ElectricGeneratorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcElectricGenerator'],IfcElectricGenerator,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ElectricGeneratorEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'StartCurrentFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumPowerOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}]" +Pset_ElectricMotorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcElectricMotor'],IfcElectricMotor,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MaximumPowerOutput', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ElectricMotorEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'StartCurrentFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'StartingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'TeTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'LockedRotorCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MotorEnclosureType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MotorEnclosureType', 'values': ['OPENDRIPPROOF', 'TOTALLYENCLOSEDAIROVER', 'TOTALLYENCLOSEDFANCOOLED', 'TOTALLYENCLOSEDNONVENTILATED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FrameSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsGuarded', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasPartWinding', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ElectricTimeControlTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcElectricTimeControl'],IfcElectricTimeControl,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ElementAssemblyCommon,,[],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}]" +Pset_ElementComponentCommon,PSET_TYPEDRIVENOVERRIDE,['IfcElementComponent'],IfcElementComponent,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DeliveryType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'CorrosionTreatment', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}]" +Pset_EngineTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcEngine'],IfcEngine,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EngineEnergySource', 'values': ['DIESEL', 'GASOLINE', 'NATURALGAS', 'PROPANE', 'BIODIESEL', 'SEWAGEGAS', 'HYDROGEN', 'BIFUEL', 'OTHER', 'UNKNOWN', 'UNSET']}}]" +Pset_EnvironmentalImpactIndicators,PSET_TYPEDRIVENOVERRIDE,['IfcElement'],IfcElement,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'FunctionalUnitReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Unit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'LifeCyclePhase', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LifeCyclePhase', 'values': ['Acquisition', 'Cradletosite', 'Deconstruction', 'Disposal', 'Disposaltransport', 'Growth', 'Installation', 'Maintenance', 'Manufacture', 'Occupancy', 'Operation', 'Procurement', 'Production', 'Productiontransport', 'Recovery', 'Refurbishment', 'Repair', 'Replacement', 'Transport', 'Usage', 'Waste', 'Wholelifecycle', 'UserDefined', 'NotDefined']}}, {'property_name': 'ExpectedServiceLife', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalPrimaryEnergyConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'HazardousWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NonHazardousWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'ClimateChangePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'AtmosphericAcidificationPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RenewableEnergyConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'NonRenewableEnergyConsumptionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'ResourceDepletionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'InertWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RadioactiveWastePerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'StratosphericOzoneLayerDestructionPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'PhotochemicalOzoneFormationPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'EutrophicationPerUnit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}]" +Pset_EnvironmentalImpactValues,PSET_TYPEDRIVENOVERRIDE,['IfcElement'],IfcElement,"[{'property_name': 'TotalPrimaryEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'HazardousWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NonHazardousWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'ClimateChange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'AtmosphericAcidification', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RenewableEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'NonRenewableEnergyConsumption', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcEnergyMeasure', 'unit_type': 'None'}}, {'property_name': 'ResourceDepletion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'InertWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'RadioactiveWaste', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'StratosphericOzoneLayerDestruction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'PhotochemicalOzoneFormation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'Eutrophication', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'LeadInTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'Duration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'LeadOutTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_EvaporativeCoolerPHistory,PSET_PERFORMANCEDRIVEN,['IfcEvaporativeCooler'],IfcEvaporativeCooler,"[{'property_name': 'WaterSumpTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Effectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SensibleHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LatentHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalHeatTransferRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_EvaporativeCoolerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcEvaporativeCooler'],IfcEvaporativeCooler,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporativeCoolerFlowArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatExchangeArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'EffectivenessTable', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'WaterPressDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_EvaporatorPHistory,PSET_PERFORMANCEDRIVEN,['IfcEvaporator'],IfcEvaporator,"[{'property_name': 'HeatRejectionRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InteriorHeatTransferCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RefrigerantFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EvaporatingTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'LogarithmicMeanTemperatureDifference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UAcurves', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorEvaporatorHeatGain', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'CompressorEvaporatorPressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EvaporatorMeanVoidFraction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WaterFoulingResistance', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_EvaporatorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcEvaporator'],IfcEvaporator,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EvaporatorMediumType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporatorMediumType', 'values': ['COLDLIQUID', 'COLDAIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EvaporatorCoolant', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EvaporatorCoolant', 'values': ['WATER', 'BRINE', 'GLYCOL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RefrigerantClass', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RefrigerantClass', 'values': ['CFC', 'HCFC', 'HFC', 'HYDROCARBONS', 'AMMONIA', 'CO2', 'H2O', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ExternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalRefrigerantVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalWaterVolume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeatTransferCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}]" +Pset_FanCentrifugal,PSET_TYPEDRIVENOVERRIDE,['IfcFan/CENTRIFUGAL'],IfcFan/CENTRIFUGAL,"[{'property_name': 'DischargePosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanDischargePosition', 'values': ['TOPHORIZONTAL', 'TOPANGULARDOWN', 'TOPANGULARUP', 'DOWNBLAST', 'BOTTOMANGULARDOWN', 'BOTTOMHORIZONTAL', 'BOTTOMANGULARUP', 'UPBLAST', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DirectionOfRotation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanRotation', 'values': ['CLOCKWISE', 'COUNTERCLOCKWISE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Arrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CentrifugalFanArrangement', 'values': ['ARRANGEMENT1', 'ARRANGEMENT2', 'ARRANGEMENT3', 'ARRANGEMENT4', 'ARRANGEMENT7', 'ARRANGEMENT8', 'ARRANGEMENT9', 'ARRANGEMENT10', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FanOccurrence,PSET_OCCURRENCEDRIVEN,['IfcFan'],IfcFan,"[{'property_name': 'DischargeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanDischargeType', 'values': ['DUCT', 'SCREEN', 'LOUVER', 'DAMPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ApplicationOfFan', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanApplicationType', 'values': ['SUPPLYAIR', 'RETURNAIR', 'EXHAUSTAIR', 'COOLINGTOWER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CoilPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanCoilPosition', 'values': ['DRAWTHROUGH', 'BLOWTHROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MotorPosition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMotorPosition', 'values': ['INAIRSTREAM', 'OUTOFAIRSTREAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FanMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMountingType', 'values': ['MANUFACTUREDCURB', 'FIELDERECTEDCURB', 'CONCRETEPAD', 'SUSPENDED', 'WALLMOUNTED', 'DUCTMOUNTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FractionOfMotorHeatToAirStream', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FanPHistory,PSET_PERFORMANCEDRIVEN,['IfcFan'],IfcFan,"[{'property_name': 'FanRotationSpeed', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WheelTipSpeed', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FanEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OverallEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FanPowerRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ShaftPowerRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DischargeVelocity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DischargePressureLoss', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DrivePowerLoss', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_FanTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcFan'],IfcFan,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MotorDriveType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanMotorConnectionType', 'values': ['DIRECTDRIVE', 'BELTDRIVE', 'COUPLING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityControlType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FanCapacityControlType', 'values': ['INLETVANE', 'VARIABLESPEEDDRIVE', 'BLADEPITCHANGLE', 'TWOSPEED', 'DISCHARGEDAMPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalTotalPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalStaticPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalRotationSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPowerRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationalCriteria', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'EfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_FastenerWeld,PSET_TYPEDRIVENOVERRIDE,['IfcFastener/WELD'],IfcFastener/WELD,"[{'property_name': 'Type1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Type2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Surface1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Surface2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Process', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'ProcessName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'a', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'c', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'e', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'l', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'n', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 's', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'z', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Intermittent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Staggered', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FilterPHistory,PSET_PERFORMANCEDRIVEN,['IfcFilter'],IfcFilter,"[{'property_name': 'CountedEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'WeightedEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ParticleMassHolding', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_FilterTypeAirParticleFilter,PSET_TYPEDRIVENOVERRIDE,['IfcFilter/AIRPARTICLEFILTER'],IfcFilter/AIRPARTICLEFILTER,"[{'property_name': 'AirParticleFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterAirParticleFilterType', 'values': ['COARSEMETALSCREEN', 'COARSECELLFOAMS', 'COARSESPUNGLASS', 'MEDIUMELECTRETFILTER', 'MEDIUMNATURALFIBERFILTER', 'HEPAFILTER', 'ULPAFILTER', 'MEMBRANEFILTERS', 'RENEWABLEMOVINGCURTIANDRYMEDIAFILTER', 'ELECTRICALFILTER', 'ROLLFORM', 'ADHESIVERESERVOIR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FrameMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'SeparationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterAirParticleFilterSeparationType', 'values': ['BAG', 'PLEAT', 'TREADSEPARATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DustHoldingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'FaceSurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MediaExtendedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCountedEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'NominalWeightedEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'PressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'CountedEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcMassMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'WeightedEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcMassMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}]" +Pset_FilterTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcFilter'],IfcFilter,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'InitialResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'FinalResistance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'OperationTemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalFilterFaceVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalMediaSurfaceVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalPressureDrop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalParticleGeometricMeanDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalParticleGeometricStandardDeviation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_FilterTypeCompressedAirFilter,PSET_TYPEDRIVENOVERRIDE,['IfcFilter/COMPRESSEDAIRFILTER'],IfcFilter/COMPRESSEDAIRFILTER,"[{'property_name': 'CompressedAirFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CompressedAirFilterType', 'values': ['ACTIVATEDCARBON', 'PARTICLE_FILTER', 'COALESCENSE_FILTER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OperationPressureMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ParticleAbsorptionCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AutomaticCondensateDischarge', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'CloggingIndicator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FilterTypeWaterFilter,PSET_TYPEDRIVENOVERRIDE,['IfcFilter/WATERFILTER'],IfcFilter/WATERFILTER,"[{'property_name': 'WaterFilterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FilterWaterFilterType', 'values': ['FILTRATION_DIATOMACEOUSEARTH', 'FILTRATION_SAND', 'PURIFICATION_DEIONIZING', 'PURIFICATION_REVERSEOSMOSIS', 'SOFTENING_ZEOLITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FireSuppressionTerminalTypeBreechingInlet,PSET_TYPEDRIVENOVERRIDE,['IfcFireSuppressionTerminal/BREECHINGINLET'],IfcFireSuppressionTerminal/BREECHINGINLET,"[{'property_name': 'BreechingInletType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BreechingInletType', 'values': ['TWOWAY', 'FOURWAY', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'InletDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CouplingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BreechingInletCouplingType', 'values': ['INSTANTANEOUS_FEMALE', 'INSTANTANEOUS_MALE', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'HasCaps', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcFireSuppressionTerminal'],IfcFireSuppressionTerminal,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FireSuppressionTerminalTypeFireHydrant,PSET_TYPEDRIVENOVERRIDE,['IfcFireSuppressionTerminal/FIREHYDRANT'],IfcFireSuppressionTerminal/FIREHYDRANT,"[{'property_name': 'FireHydrantType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FireHydrantType', 'values': ['DRYBARREL', 'WETBARREL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PumperConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfHoseConnections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'HoseConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DischargeFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WaterIsPotable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PressureRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'BodyColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'CapColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeHoseReel,PSET_TYPEDRIVENOVERRIDE,['IfcFireSuppressionTerminal/HOSEREEL'],IfcFireSuppressionTerminal/HOSEREEL,"[{'property_name': 'HoseReelType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseReelType', 'values': ['RACK', 'REEL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HoseReelMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseReelMountingType', 'values': ['CABINET_RECESSED', 'CABINET_SEMIRECESSED', 'SURFACE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HoseDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HoseLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HoseNozzleType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HoseNozzleType', 'values': ['FOG', 'STRAIGHTSTREAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ClassOfService', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ClassificationAuthority', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_FireSuppressionTerminalTypeSprinkler,PSET_TYPEDRIVENOVERRIDE,['IfcFireSuppressionTerminal/SPRINKLER'],IfcFireSuppressionTerminal/SPRINKLER,"[{'property_name': 'SprinklerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerType', 'values': ['CEILING', 'CONCEALED', 'CUT-OFF', 'PENDANT', 'RECESSEDPENDANT', 'SIDEWALL', 'UPRIGHT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Activation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerActivation', 'values': ['BULB', 'FUSIBLESOLDER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Response', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerResponse', 'values': ['QUICK', 'STANDARD', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ActivationTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'HasDeflector', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'BulbLiquidColor', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SprinklerBulbLiquidColor', 'values': ['ORANGE', 'RED', 'YELLOW', 'GREEN', 'BLUE', 'MAUVE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DischargeFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ResidualFlowingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'DischargeCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumWorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FlowInstrumentPHistory,PSET_PERFORMANCEDRIVEN,['IfcFlowInstrument'],IfcFlowInstrument,"[{'property_name': 'Value', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Quality', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_FlowInstrumentTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcFlowInstrument'],IfcFlowInstrument,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowInstrumentTypePressureGauge,PSET_TYPEDRIVENOVERRIDE,['IfcFlowInstrument/PRESSUREGAUGE'],IfcFlowInstrument/PRESSUREGAUGE,"[{'property_name': 'PressureGaugeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PressureGaugeType', 'values': ['DIAL', 'DIGITAL', 'MANOMETER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DisplaySize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FlowInstrumentTypeThermometer,PSET_TYPEDRIVENOVERRIDE,['IfcFlowInstrument/THERMOMETER'],IfcFlowInstrument/THERMOMETER,"[{'property_name': 'ThermometerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ThermometerType', 'values': ['DIAL', 'DIGITAL', 'STEM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DisplaySize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FlowMeterOccurrence,PSET_OCCURRENCEDRIVEN,['IfcFlowMeter'],IfcFlowMeter,"[{'property_name': 'Purpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FlowMeterPurpose', 'values': ['MASTER', 'SUBMASTER', 'SUBMETER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FlowMeterTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcFlowMeter'],IfcFlowMeter,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ReadOutType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MeterReadOutType', 'values': ['DIAL', 'DIGITAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RemoteReading', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeEnergyMeter,PSET_TYPEDRIVENOVERRIDE,['IfcFlowMeter/ENERGYMETER'],IfcFlowMeter/ENERGYMETER,"[{'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'MultipleTarriff', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeGasMeter,PSET_TYPEDRIVENOVERRIDE,['IfcFlowMeter/GASMETER'],IfcFlowMeter/GASMETER,"[{'property_name': 'GasType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GasType', 'values': ['COMMERCIALBUTANE', 'COMMERCIALPROPANE', 'LIQUEFIEDPETROLEUMGAS', 'NATURALGAS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPressureLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeOilMeter,PSET_TYPEDRIVENOVERRIDE,['IfcFlowMeter/OILMETER'],IfcFlowMeter/OILMETER,"[{'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_FlowMeterTypeWaterMeter,PSET_TYPEDRIVENOVERRIDE,['IfcFlowMeter/WATERMETER'],IfcFlowMeter/WATERMETER,"[{'property_name': 'Type', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WaterMeterType', 'values': ['COMPOUND', 'INFERENTIAL', 'PISTON', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPressureLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'BackflowPreventerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackflowPreventerType', 'values': ['NONE', 'ATMOSPHERICVACUUMBREAKER', 'ANTISIPHONVALVE', 'DOUBLECHECKBACKFLOWPREVENTER', 'PRESSUREVACUUMBREAKER', 'REDUCEDPRESSUREBACKFLOWPREVENTER', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_FootingCommon,PSET_TYPEDRIVENOVERRIDE,['IfcFooting'],IfcFooting,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FurnitureTypeChair,PSET_TYPEDRIVENOVERRIDE,['IfcFurniture/CHAIR'],IfcFurniture/CHAIR,"[{'property_name': 'SeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HighestSeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LowestSeatingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_FurnitureTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcFurniture'],IfcFurniture,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'Style', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MainColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsBuiltIn', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FurnitureTypeDesk,PSET_TYPEDRIVENOVERRIDE,['IfcFurniture/DESK'],IfcFurniture/DESK,"[{'property_name': 'WorksurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_FurnitureTypeFileCabinet,PSET_TYPEDRIVENOVERRIDE,['IfcFurniture/FILECABINET'],IfcFurniture/FILECABINET,"[{'property_name': 'WithLock', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_FurnitureTypeTable,PSET_TYPEDRIVENOVERRIDE,['IfcFurniture/TABLE'],IfcFurniture/TABLE,"[{'property_name': 'WorksurfaceArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfChairs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_HeatExchangerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcHeatExchanger'],IfcHeatExchanger,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Arrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HeatExchangerArrangement', 'values': ['COUNTERFLOW', 'CROSSFLOW', 'PARALLELFLOW', 'MULTIPASS', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_HeatExchangerTypePlate,PSET_TYPEDRIVENOVERRIDE,['IfcHeatExchanger/PLATE'],IfcHeatExchanger/PLATE,"[{'property_name': 'NumberOfPlates', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_HumidifierPHistory,PSET_PERFORMANCEDRIVEN,['IfcHumidifier'],IfcHumidifier,"[{'property_name': 'AtmosphericPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SaturationEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_HumidifierTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcHumidifier'],IfcHumidifier,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Application', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HumidifierApplication', 'values': ['PORTABLE', 'FIXED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Weight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalMoistureGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalAirFlowRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'InternalControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HumidifierInternalControl', 'values': ['ONOFF', 'STEPPED', 'MODULATING', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WaterRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'SaturationEfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'AirPressureDropCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_InterceptorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcInterceptor'],IfcInterceptor,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VentilatingPipeSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_JunctionBoxTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcJunctionBox'],IfcJunctionBox,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfGangs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_JunctionBoxShapeType', 'values': ['RECTANGULAR', 'ROUND', 'SLOT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PlacingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_JunctionBoxPlacingType', 'values': ['CEILING', 'FLOOR', 'WALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_JunctionBoxMountingType', 'values': ['FACENAIL', 'SIDENAIL', 'CUT_IN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IP_Code', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_LampTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcLamp'],IfcLamp,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ContributedLuminousFlux', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLuminousFluxMeasure', 'unit_type': 'None'}}, {'property_name': 'LightEmitterNominalPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LampMaintenanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'LampBallastType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'LampCompensationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'ColorAppearance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Spectrum', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcNumericMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNumericMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'ColorTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'ColorRenderingIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_LandRegistration,PSET_TYPEDRIVENOVERRIDE,['IfcSite'],IfcSite,"[{'property_name': 'LandID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsPermanentID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LandTitleID', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}]" +Pset_LightFixtureTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcLightFixture'],IfcLightFixture,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfSources', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'TotalWattage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LightFixtureMountingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixtureMountingType', 'values': ['CABLESPANNED', 'FREESTANDING', 'POLE_SIDE', 'POLE_TOP', 'RECESSED', 'SURFACE', 'SUSPENDED', 'TRACKMOUNTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LightFixturePlacingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixturePlacingType', 'values': ['CEILING', 'FLOOR', 'FURNITURE', 'POLE', 'WALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'MaintenanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MaximumPlenumSensibleLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSpaceSensibleLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SensibleLoadToRadiant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_LightFixtureTypeSecurityLighting,PSET_TYPEDRIVENOVERRIDE,['IfcLightFixture/SECURITYLIGHTING'],IfcLightFixture/SECURITYLIGHTING,"[{'property_name': 'SecurityLightingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LightFixtureSecurityLightingType', 'values': ['SAFETYLIGHT', 'WARNINGLIGHT', 'EMERGENCYEXITLIGHT', 'BLUEILLUMINATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FixtureHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SelfTestFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SelfTestType', 'values': ['CENTRAL', 'LOCAL', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BackupSupplySystem', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackupSupplySystemType', 'values': ['LOCALBATTERY', 'CENTRALBATTERY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PictogramEscapeDirection', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PictogramEscapeDirectionType', 'values': ['RIGHTARROW', 'LEFTARROW', 'DOWNARROW', 'UPARROW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Addressablility', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AddressabilityType', 'values': ['IMPLEMENTED', 'UPGRADEABLETO', 'NOTIMPLEMENTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ManufacturerOccurrence,PSET_OCCURRENCEDRIVEN,['IfcElement'],IfcElement,"[{'property_name': 'AcquisitionDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'BarCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SerialNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BatchReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'AssemblyPlace', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssemblyPlace', 'values': ['FACTORY', 'OFFSITE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ManufacturerTypeInformation,PSET_TYPEDRIVENOVERRIDE,['IfcElement'],IfcElement,"[{'property_name': 'GlobalTradeItemNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ArticleNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'ModelReference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ModelLabel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Manufacturer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ProductionYear', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AssemblyPlace', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AssemblyPlace', 'values': ['FACTORY', 'OFFSITE', 'SITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MaterialCombustion,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'SpecificHeatCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSpecificHeatCapacityMeasure', 'unit_type': 'None'}}, {'property_name': 'N20Content', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'COContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CO2Content', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialCommon,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'MolecularWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMolecularWeightMeasure', 'unit_type': 'None'}}, {'property_name': 'Porosity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MassDensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassDensityMeasure', 'unit_type': 'None'}}]" +Pset_MaterialConcrete,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial/Concrete'],IfcMaterial/Concrete,"[{'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'MaxAggregateSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AdmixturesDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Workability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WaterImpermeability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ProtectivePoreRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialEnergy,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'ViscosityTemperatureDerivative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'MoistureCapacityThermalGradient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivityTemperatureDerivative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SpecificHeatTemperatureDerivative', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'VisibleRefractionIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'SolarRefractionIndex', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'GasPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_MaterialFuel,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'CombustionTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CarbonContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerHeatingValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatingValueMeasure', 'unit_type': 'None'}}, {'property_name': 'HigherHeatingValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatingValueMeasure', 'unit_type': 'None'}}]" +Pset_MaterialHygroscopic,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'UpperVaporResistanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerVaporResistanceFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsothermalMoistureCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIsothermalMoistureCapacityMeasure', 'unit_type': 'None'}}, {'property_name': 'VaporPermeability', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVaporPermeabilityMeasure', 'unit_type': 'None'}}, {'property_name': 'MoistureDiffusivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMoistureDiffusivityMeasure', 'unit_type': 'None'}}]" +Pset_MaterialMechanical,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'DynamicViscosity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDynamicViscosityMeasure', 'unit_type': 'None'}}, {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'PoissonRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalExpansionCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalExpansionCoefficientMeasure', 'unit_type': 'None'}}]" +Pset_MaterialOptical,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'VisibleTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalIrTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalIrEmissivityBack', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalIrEmissivityFront', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleReflectanceBack', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleReflectanceFront', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectanceBack', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectanceFront', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialSteel,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial/Steel'],IfcMaterial/Steel,"[{'property_name': 'YieldStress', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateStress', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'UltimateStrain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HardeningModule', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}, {'property_name': 'ProportionalStress', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PlasticStrain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'Relaxations', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_MaterialThermal,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'SpecificHeatCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSpecificHeatCapacityMeasure', 'unit_type': 'None'}}, {'property_name': 'BoilingPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'FreezingPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}]" +Pset_MaterialWater,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial'],IfcMaterial,"[{'property_name': 'IsPotable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Hardness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'unit_type': 'None'}}, {'property_name': 'AlkalinityConcentration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'unit_type': 'None'}}, {'property_name': 'AcidityConcentration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'unit_type': 'None'}}, {'property_name': 'ImpuritiesContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DissolvedSolidsContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PHLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPHMeasure', 'unit_type': 'None'}}]" +Pset_MaterialWood,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial/Wood'],IfcMaterial/Wood,"[{'property_name': 'Species', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StrengthGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AppearanceGrade', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Layup', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Layers', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'Plies', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'MoistureContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DimensionalChangeCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThicknessSwelling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_MaterialWoodBasedBeam,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial/Wood'],IfcMaterial/Wood,"[{'property_name': 'ApplicableStructuralDesignMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'InPlane', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusPerpMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TensileStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'CompStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'CompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'RaisedCompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'InstabilityFactors', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}}]}, {'property_name': 'InPlaneNegative', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusPerpMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TensileStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'CompStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'CompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'RaisedCompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'InstabilityFactors', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}}]}, {'property_name': 'OutOfPlane', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'YoungModulusPerpMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearModulusMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'BendingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TensileStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TensileStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'CompStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'CompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'RaisedCompStrengthPerp', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ShearStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'TorsionalStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalBeam', 'complex_values': {'property_name': 'InstabilityFactors', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}]}}]}]" +Pset_MaterialWoodBasedPanel,PSET_TYPEDRIVENOVERRIDE,['IfcMaterial/Wood'],IfcMaterial/Wood,"[{'property_name': 'ApplicableStructuralDesignMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'InPlane', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusBending', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusTension', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusCompression', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'BendingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'TensileStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ShearStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'BearingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'RaisedCompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}}]}, {'property_name': 'OutOfPlane', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusBending', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusTension', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusCompression', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'BendingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'TensileStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ShearStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'BearingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'RaisedCompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}}]}, {'property_name': 'OutOfPlaneNegative', 'property_type': 'IfcComplexProperty', 'data_type': [{'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusBending', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusTension', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcModulusOfElasticityMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'YoungModulusCompression', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ShearModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcModulusOfElasticityMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'BendingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'CompressiveStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'TensileStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ShearStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'BearingStrength', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcPositivePlaneAngleMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}]}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'RaisedCompressiveStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}}, {'instance': 'CP_MaterialMechanicalPanel', 'complex_values': {'property_name': 'ReferenceDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}}]}]" +Pset_MechanicalFastenerAnchorBolt,PSET_TYPEDRIVENOVERRIDE,['IfcMechanicalFastener/ANCHORBOLT'],IfcMechanicalFastener/ANCHORBOLT,"[{'property_name': 'AnchorBoltLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AnchorBoltDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AnchorBoltThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AnchorBoltProtrusionLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_MechanicalFastenerBolt,PSET_TYPEDRIVENOVERRIDE,['IfcMechanicalFastener/BOLT'],IfcMechanicalFastener/BOLT,"[{'property_name': 'ThreadDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ThreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NutsCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'WashersCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'HeadShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'KeyShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'NutShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WasherShape', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MechanicalFastenerCommon,,['IfcMechanicalFastener'],IfcMechanicalFastener,"[{'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_MedicalDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcMedicalDevice'],IfcMedicalDevice,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_MemberCommon,PSET_TYPEDRIVENOVERRIDE,['IfcMember'],IfcMember,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Span', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Roll', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_MotorConnectionTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcMotorConnection'],IfcMotorConnection,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_OpeningElementCommon,PSET_TYPEDRIVENOVERRIDE,['IfcOpeningElement'],IfcOpeningElement,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Purpose', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ProtectedOpening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_OutletTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcOutlet'],IfcOutlet,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsPluggableOutlet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLogical', 'unit_type': 'None'}}, {'property_name': 'NumberOfSockets', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_OutsideDesignCriteria,PSET_TYPEDRIVENOVERRIDE,['IfcBuilding'],IfcBuilding,"[{'property_name': 'HeatingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingWetBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingDesignDay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'CoolingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingWetBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingDesignDay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'WeatherDataStation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WeatherDataDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'BuildingThermalExposure', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BuildingThermalExposure', 'values': ['LIGHT', 'MEDIUM', 'HEAVY', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PrevailingWindDirection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'PrevailingWindVelocity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}]" +Pset_PackingInstructions,PSET_TYPEDRIVENOVERRIDE,['IfcTask/MOVE'],IfcTask/MOVE,"[{'property_name': 'PackingCareType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PackingCareType', 'values': ['FRAGILE', 'HANDLEWITHCARE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WrappingMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'ContainerMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}, {'property_name': 'SpecialInstructions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_Permit,PSET_TYPEDRIVENOVERRIDE,['IfcPermit'],IfcPermit,"[{'property_name': 'EscortRequirement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'StartDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'EndDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'SpecialRequirements', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_PileCommon,PSET_TYPEDRIVENOVERRIDE,['IfcPile'],IfcPile,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_PipeConnectionFlanged,PSET_TYPEDRIVENOVERRIDE,['IfcPipeSegment'],IfcPipeSegment,"[{'property_name': 'FlangeTable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlangeStandard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BoreSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfBoltholes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'BoltSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BoltholePitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeFittingOccurrence,PSET_OCCURRENCEDRIVEN,['IfcPipeFitting'],IfcPipeFitting,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PipeFittingPHistory,PSET_PERFORMANCEDRIVEN,['IfcPipeFitting'],IfcPipeFitting,"[{'property_name': 'LossCoefficient', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FlowrateLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_PipeFittingTypeBend,PSET_TYPEDRIVENOVERRIDE,['IfcPipeFitting/BEND'],IfcPipeFitting/BEND,"[{'property_name': 'BendAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'BendRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeFittingTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcPipeFitting'],IfcPipeFitting,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PressureClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FittingLossFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}]" +Pset_PipeFittingTypeJunction,PSET_TYPEDRIVENOVERRIDE,['IfcPipeFitting/JUNCTION'],IfcPipeFitting/JUNCTION,"[{'property_name': 'JunctionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PipeFittingJunctionType', 'values': ['TEE', 'CROSS', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'JunctionLeftAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'JunctionLeftRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'JunctionRightAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositivePlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'JunctionRightRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeSegmentOccurrence,PSET_OCCURRENCEDRIVEN,['IfcPipeSegment'],IfcPipeSegment,"[{'property_name': 'InteriorRoughnessCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Gradient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InvertElevation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeSegmentPHistory,PSET_PERFORMANCEDRIVEN,['IfcPipeSegment'],IfcPipeSegment,"[{'property_name': 'LeakageCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FluidFlowLeakage', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_PipeSegmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcPipeSegment'],IfcPipeSegment,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InnerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OuterDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeSegmentTypeCulvert,PSET_TYPEDRIVENOVERRIDE,['IfcPipeSegment/CULVERT'],IfcPipeSegment/CULVERT,"[{'property_name': 'InternalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_PipeSegmentTypeGutter,PSET_TYPEDRIVENOVERRIDE,['IfcPipeSegment/GUTTER'],IfcPipeSegment/GUTTER,"[{'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_PlateCommon,PSET_TYPEDRIVENOVERRIDE,['IfcPlate'],IfcPlate,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PrecastConcreteElementFabrication,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBuildingElementProxy', 'IfcChimney', 'IfcColumn', 'IfcFooting', 'IfcMember', 'IfcPile', 'IfcPlate', 'IfcRamp', 'IfcRampFlight', 'IfcRoof', 'IfcSlab', 'IfcStair', 'IfcStairFlight', 'IfcWall', 'IfcCivilElement']","IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement","[{'property_name': 'TypeDesignator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ProductionLotId', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'SerialNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'PieceMark', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'AsBuiltLocationNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ActualProductionDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}, {'property_name': 'ActualErectionDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDateTime', 'unit_type': 'None'}}]" +Pset_PrecastConcreteElementGeneral,PSET_TYPEDRIVENOVERRIDE,"['IfcBeam', 'IfcBuildingElementProxy', 'IfcChimney', 'IfcColumn', 'IfcFooting', 'IfcMember', 'IfcPile', 'IfcPlate', 'IfcRamp', 'IfcRampFlight', 'IfcRoof', 'IfcSlab', 'IfcStair', 'IfcStairFlight', 'IfcWall', 'IfcCivilElement']","IfcBeam,IfcBuildingElementProxy,IfcChimney,IfcColumn,IfcFooting,IfcMember,IfcPile,IfcPlate,IfcRamp,IfcRampFlight,IfcRoof,IfcSlab,IfcStair,IfcStairFlight,IfcWall,IfcCivilElement","[{'property_name': 'TypeDesignator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CornerChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ManufacturingToleranceClass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FormStrippingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'LiftingStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumAllowableSupportLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InitialTension', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'TendonRelaxation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransportationStrength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'SupportDuringTransportDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'SupportDuringTransportDocReference', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcExternalReference'}}, {'property_name': 'HollowCorePlugging', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CamberAtMidspan', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'BatterAtStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'BatterAtEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Twisting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Shortening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PieceMark', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DesignLocationNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_PrecastSlab,PSET_TYPEDRIVENOVERRIDE,['IfcSlab'],IfcSlab,"[{'property_name': 'TypeDesignator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ToppingType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'EdgeDistanceToFirstAxis', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DistanceBetweenComponentAxes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'AngleToFirstAxis', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'AngleBetweenComponentAxes', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalToppingThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ProfileArbitraryDoubleT,PSET_TYPEDRIVENOVERRIDE,['IfcArbitraryClosedProfileDef'],IfcArbitraryClosedProfileDef,"[{'property_name': 'OverallWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LeftFlangeWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RightFlangeWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeDraft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeBaseFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FlangeTopFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemBaseWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemTopWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemBaseChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemTopChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemBaseFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'StemTopFillet', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_ProfileArbitraryHollowCore,PSET_TYPEDRIVENOVERRIDE,['IfcArbitraryProfileDefWithVoids'],IfcArbitraryProfileDefWithVoids,"[{'property_name': 'OverallWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OverallDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'EdgeDraft', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DraftBaseOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DraftSideOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseChamfer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'KeyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'KeyHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'KeyOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BottomCover', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreBaseHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreMiddleHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreTopHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreBaseWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoreTopWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreBaseHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreMiddleHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreTopHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreBaseWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CenterCoreTopWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCores', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}]" +Pset_ProfileMechanical,PSET_TYPEDRIVENOVERRIDE,['IfcProfileDef'],IfcProfileDef,"[{'property_name': 'MassPerLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassPerLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CrossSectionArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'Perimeter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumPlateThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CentreOfGravityInX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CentreOfGravityInY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearCentreZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearCentreY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MomentOfInertiaY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'MomentOfInertiaZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'MomentOfInertiaYZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalConstantX', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMomentOfInertiaMeasure', 'unit_type': 'None'}}, {'property_name': 'WarpingConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcWarpingConstantMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearDeformationAreaZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearDeformationAreaY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSectionModulusY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumSectionModulusY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSectionModulusZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumSectionModulusZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'TorsionalSectionModulus', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcSectionModulusMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearAreaZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'ShearAreaY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PlasticShapeFactorY', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'PlasticShapeFactorZ', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_ProjectOrderChangeOrder,PSET_TYPEDRIVENOVERRIDE,['IfcProjectOrder/CHANGEORDER'],IfcProjectOrder/CHANGEORDER,"[{'property_name': 'ReasonForChange', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'BudgetSource', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderMaintenanceWorkOrder,PSET_TYPEDRIVENOVERRIDE,['IfcProjectOrder/MAINTENANCEWORKORDER'],IfcProjectOrder/MAINTENANCEWORKORDER,"[{'property_name': 'ProductDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WorkTypeRequested', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ContractualType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IfNotAccomplished', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'MaintenaceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MaintenanceType', 'values': ['CONDITIONBASED', 'CORRECTIVE', 'PLANNEDCORRECTIVE', 'SCHEDULED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaultPriorityType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PriorityType', 'values': ['HIGH', 'MEDIUM', 'LOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LocationPriorityType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PriorityType', 'values': ['HIGH', 'MEDIUM', 'LOW', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ScheduledFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProjectOrderMoveOrder,PSET_TYPEDRIVENOVERRIDE,['IfcProjectOrder/MOVEORDER'],IfcProjectOrder/MOVEORDER,"[{'property_name': 'SpecialInstructions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderPurchaseOrder,PSET_TYPEDRIVENOVERRIDE,['IfcProjectOrder/PURCHASEORDER'],IfcProjectOrder/PURCHASEORDER,"[{'property_name': 'IsFOB', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShipMethod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProjectOrderWorkOrder,PSET_TYPEDRIVENOVERRIDE,['IfcProjectOrder/WORKORDER'],IfcProjectOrder/WORKORDER,"[{'property_name': 'ProductDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'WorkTypeRequested', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ContractualType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'IfNotAccomplished', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_PropertyAgreement,PSET_TYPEDRIVENOVERRIDE,['IfcSpatialStructureElement'],IfcSpatialStructureElement,"[{'property_name': 'AgreementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PropertyAgreementType', 'values': ['ASSIGNMENT', 'LEASE', 'TENANT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Identifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Version', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'VersionDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'PropertyName', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CommencementDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'TerminationDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'Duration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'Options', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ConditionCommencement', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Restrictions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'ConditionTermination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceBreakerUnitI2TCurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U230', 'U400', 'U440', 'U525', 'U690', 'U1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'BreakerUnitCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceBreakerUnitI2TFuseCurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U230', 'U400', 'U440', 'U525', 'U690', 'U1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BreakerUnitFuseMeltingCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'BreakerUnitFuseBreakingingCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcReal', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceBreakerUnitIPICurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U230', 'U400', 'U440', 'U525', 'U690', 'U1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'BreakerUnitIPICurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceBreakerUnitTypeMCB,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice/CIRCUITBREAKER'],IfcProtectiveDevice/CIRCUITBREAKER,"[{'property_name': 'PowerLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U230', 'U400', 'U440', 'U525', 'U690', 'U1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrents', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ICU60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICN60898', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60898', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceBreakerUnitTypeMotorProtection,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'PerformanceClasses', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U230', 'U400', 'U440', 'U525', 'U690', 'U1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ICU60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICW60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICM60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceOccurrence,PSET_OCCURRENCEDRIVEN,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'PoleUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PoleUsage', 'values': ['1P', '2P', '3P', '4P', '1PN', '3PN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LongTimeFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShortTimeFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShortTimei2tFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GroundFaultFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GroundFaulti2tFunction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LongTimeCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortTimeCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'InstantaneousCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'GroundFaultCurrentSetValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'LongTimeDelay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortTimeTrippingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'InstantaneousTrippingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'GroundFaultTrippingTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingCurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'TrippingCurveType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrippingCurveType', 'values': ['UPPER', 'LOWER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrippingCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_ProtectiveDeviceTrippingFunctionGCurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit'],IfcProtectiveDeviceTrippingUnit,"[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalCurrentAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ExternalAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsCurrentTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsTimeTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingFunctionICurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit'],IfcProtectiveDeviceTrippingUnit,"[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalCurrentAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsCurrentTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsTimeTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'MaxAdjustmentX_ICS', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'IsOffWhenSFunctionOn', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingFunctionLCurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit'],IfcProtectiveDeviceTrippingUnit,"[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'UpperCurrent1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'UpperCurrent2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'UpperTime1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'UpperTime2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerCurrent1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerCurrent2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerTime1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'LowerTime2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingFunctionSCurve,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit'],IfcProtectiveDeviceTrippingUnit,"[{'property_name': 'IsSelectable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NominalCurrentAdjusted', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurrentTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsCurrentTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeToleranceLimit1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeTolerance2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsTimeTolerancePositiveOnly', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tStart', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseCurrentI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ReleaseTimeI2tEnd', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'IsOffWhenLfunctionOn', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitCurrentAdjustment,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit'],IfcProtectiveDeviceTrippingUnit,"[{'property_name': 'AdjustmentValueType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AdjustmentValueType', 'values': ['RANGE', 'LIST']}}, {'property_name': 'AdjustmentRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AdjustmentRangeStepValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'AdjustmentValues', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AdjustmentDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTimeAdjustment,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit'],IfcProtectiveDeviceTrippingUnit,"[{'property_name': 'AdjustmentValueType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AdjustmentValueType', 'values': ['RANGE', 'LIST']}}, {'property_name': 'AdjustmentRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AdjustmentRangeStepValue', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'AdjustmentValues', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcTimeMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AdjustmentDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CurrentForTimeDelay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'I2TApplicability', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AdjustmentValueType', 'values': ['L_FUNCTION', 'S_FUNCTION', 'G_FUNCTION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ProtectiveDeviceTrippingUnitTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit'],IfcProtectiveDeviceTrippingUnit,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Standard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'UseInDiscrimination', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AtexVerified', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OldDevice', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LimitingTerminalSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTypeElectroMagnetic,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit/ELECTROMAGNETIC'],IfcProtectiveDeviceTrippingUnit/ELECTROMAGNETIC,"[{'property_name': 'ElectroMagneticTrippingUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectroMagneticTrippingUnitType', 'values': ['OL', 'TMP_STD', 'TMP_SC', 'TMP_MP', 'TMP_BM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'I1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'I2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'T2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'DefinedTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'I4', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'I5', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'T5', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'CurveDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTypeElectronic,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit/ELECTRONIC'],IfcProtectiveDeviceTrippingUnit/ELECTRONIC,"[{'property_name': 'ElectronicTrippingUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElectronicTrippingUnitType', 'values': ['EP_BM', 'EP_MP', 'EP_SC', 'EP_STD', 'EP_TIMEDELAYED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalCurrents', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'N_Protection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'N_Protection_50', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'N_Protection_100', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'N_Protection_Select', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTrippingUnitTypeResidualCurrent,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit/RESIDUALCURRENT'],IfcProtectiveDeviceTrippingUnit/RESIDUALCURRENT,"[{'property_name': 'TrippingUnitReleaseCurrent', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrippingUnitReleaseCurrent', 'values': ['10', '30', '100', '300', '500', '1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ProtectiveDeviceTrippingUnitTypeThermal,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDeviceTrippingUnit/THERMAL'],IfcProtectiveDeviceTrippingUnit/THERMAL,"[{'property_name': 'ThermalTrippingUnitType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ThermalTrippingUnitType', 'values': ['NH_FUSE', 'DIAZED', 'MINIZED', 'NEOZED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'I1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'I2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'T2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'DefinedTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CurveDesignation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeCircuitBreaker,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice/CIRCUITBREAKER'],IfcProtectiveDevice/CIRCUITBREAKER,"[{'property_name': 'PerformanceClasses', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U230', 'U400', 'U440', 'U525', 'U690', 'U1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ICU60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICS60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICW60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'ICM60947', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice'],IfcProtectiveDevice,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ProtectiveDeviceTypeEarthLeakageCircuitBreaker,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice/EARTHLEAKAGECIRCUITBREAKER'],IfcProtectiveDevice/EARTHLEAKAGECIRCUITBREAKER,"[{'property_name': 'EarthFailureDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EarthFailureDeviceType', 'values': ['STANDARD', 'TIMEDELAYED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeFuseDisconnector,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice/FUSEDISCONNECTOR'],IfcProtectiveDevice/FUSEDISCONNECTOR,"[{'property_name': 'FuseDisconnectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FuseDisconnectorType', 'values': ['ENGINEPROTECTIONDEVICE', 'FUSEDSWITCH', 'HRC', 'OVERLOADPROTECTIONDEVICE', 'SWITCHDISCONNECTORFUSE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'VoltageLevel', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VoltageLevels', 'values': ['U230', 'U400', 'U440', 'U525', 'U690', 'U1000', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IC60269', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'PowerLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeResidualCurrentCircuitBreaker,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice/RESIDUALCURRENTCIRCUITBREAKER'],IfcProtectiveDevice/RESIDUALCURRENTCIRCUITBREAKER,"[{'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeResidualCurrentSwitch,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice/RESIDUALCURRENTSWITCH'],IfcProtectiveDevice/RESIDUALCURRENTSWITCH,"[{'property_name': 'Sensitivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}]" +Pset_ProtectiveDeviceTypeVaristor,PSET_TYPEDRIVENOVERRIDE,['IfcProtectiveDevice/VARISTOR'],IfcProtectiveDevice/VARISTOR,"[{'property_name': 'VaristorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_VaristorType', 'values': ['METALOXIDE', 'ZINCOXIDE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_PumpOccurrence,PSET_OCCURRENCEDRIVEN,['IfcPump'],IfcPump,"[{'property_name': 'ImpellerDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BaseType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PumpBaseType', 'values': ['FRAME', 'BASE', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DriveConnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_PumpDriveConnectionType', 'values': ['DIRECTDRIVE', 'BELTDRIVE', 'COUPLING', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_PumpPHistory,PSET_PERFORMANCEDRIVEN,['IfcPump'],IfcPump,"[{'property_name': 'MechanicalEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OverallEfficiency', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'PressureRise', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RotationSpeed', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Flowrate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Power', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_PumpTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcPump'],IfcPump,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlowRateRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcMassFlowRateMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'FlowResistanceRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TemperatureRange', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'NetPositiveSuctionHead', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalRotationSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRotationalFrequencyMeasure', 'unit_type': 'None'}}]" +Pset_RailingCommon,PSET_TYPEDRIVENOVERRIDE,['IfcRailing'],IfcRailing,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_RampCommon,PSET_TYPEDRIVENOVERRIDE,['IfcRamp'],IfcRamp,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RequiredHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RequiredSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_RampFlightCommon,PSET_TYPEDRIVENOVERRIDE,['IfcRampFlight'],IfcRampFlight,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Headroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Slope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'CounterSlope', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarCountOfIndependentFooting,PSET_TYPEDRIVENOVERRIDE,['IfcFooting'],IfcFooting,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'XDirectionLowerBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YDirectionLowerBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'XDirectionUpperBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YDirectionUpperBarCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfBeam,PSET_TYPEDRIVENOVERRIDE,['IfcBeam'],IfcBeam,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'StirrupBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SpacingBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfColumn,PSET_TYPEDRIVENOVERRIDE,['IfcColumn'],IfcColumn,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ReinforcementBarType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ReinforcementBarType', 'values': ['RING', 'SPIRAL', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'HoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'XDirectionTieHoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'XDirectionTieHoopCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'YDirectionTieHoopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'YDirectionTieHoopCount', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfContinuousFooting,PSET_TYPEDRIVENOVERRIDE,['IfcFooting'],IfcFooting,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CrossingUpperBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CrossingLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfSlab,PSET_TYPEDRIVENOVERRIDE,['IfcSlab'],IfcSlab,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'LongOutsideTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideCenterTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideEndTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortOutsideTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideCenterTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideEndTopBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongOutsideLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideCenterLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongInsideEndLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortOutsideLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideCenterLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShortInsideEndLowerBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcementBarPitchOfWall,PSET_TYPEDRIVENOVERRIDE,['IfcWall'],IfcWall,"[{'property_name': 'Description', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'BarAllocationType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ReinforcementBarAllocationType', 'values': ['SINGLE', 'DOUBLE', 'ALTERNATE', 'OTHER', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'VerticalBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SpacingBarPitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ReinforcingBarCommon,PSET_TYPEDRIVENOVERRIDE,['IfcReinforcingBar'],IfcReinforcingBar,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BarLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BarSurface', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'BendingShapeCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BendingParameters', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcValue', 'values': [], 'unit_type': 'None'}}]" +Pset_ReinforcingMeshCommon,,['IfcReinforcingMesh'],IfcReinforcingMesh,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'MeshLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'MeshWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'LongitudinalBarNominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongitudinalBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'LongitudinalBarSurface', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'TransverseBarNominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TransverseBarSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TransverseBarSurface', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'TransverseBarBendingShapeCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'TransverseBarBendingParameters', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcValue', 'values': [], 'unit_type': 'None'}}]" +Pset_Risk,PSET_TYPEDRIVENOVERRIDE,['IfcProcess'],IfcProcess,"[{'property_name': 'RiskType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskType', 'values': ['BUSINESS', 'HAZARD', 'HEALTHANDSAFETY', 'INSURANCE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NatureOfRisk', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SubNatureOfRisk1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SubNatureOfRisk2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'RiskCause', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'AssessmentOfRisk', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskAssessment', 'values': ['ALMOSTCERTAIN', 'VERYLIKELY', 'LIKELY', 'VERYPOSSIBLE', 'POSSIBLE', 'SOMEWHATPOSSIBLE', 'UNLIKELY', 'VERYUNLIKELY', 'RARE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RiskConsequence', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskConsequence', 'values': ['CATASTROPHIC', 'SEVERE', 'MAJOR', 'CONSIDERABLE', 'MODERATE', 'SOME', 'MINOR', 'VERYLOW', 'INSIGNIFICANT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RiskRating', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskRating', 'values': ['CRITICAL', 'VERYHIGH', 'HIGH', 'CONSIDERABLE', 'MODERATE', 'SOME', 'LOW', 'VERYLOW', 'INSIGNIFICANT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'RiskOwner', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_RiskOwner', 'values': ['DESIGNER', 'SPECIFIER', 'CONSTRUCTOR', 'INSTALLER', 'MAINTAINER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AffectsSurroundings', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'PreventiveMeassures', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcText', 'values': [], 'unit_type': 'None'}}]" +Pset_RoofCommon,PSET_TYPEDRIVENOVERRIDE,['IfcRoof'],IfcRoof,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeBath,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/BATH'],IfcSanitaryTerminal/BATH,"[{'property_name': 'BathType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BathType', 'values': ['DOMESTIC', 'DOMESTICCORNER', 'FOOT', 'JACUZZI', 'PLUNGE', 'SITZ', 'TREATMENT', 'WHIRLPOOL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasGrabHandles', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeBidet,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/BIDET'],IfcSanitaryTerminal/BIDET,"[{'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'PEDESTAL', 'COUNTERTOP', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeCistern,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/CISTERN'],IfcSanitaryTerminal/CISTERN,"[{'property_name': 'CisternHeight', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_CisternHeight', 'values': ['HIGHLEVEL', 'LOWLEVEL', 'NONE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CisternCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'IsSingleFlush', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FlushType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FlushType', 'values': ['LEVER', 'PULL', 'PUSH', 'SENSOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FlushRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'IsAutomaticFlush', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal'],IfcSanitaryTerminal,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'NominalLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeSanitaryFountain,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/SANITARYFOUNTAIN'],IfcSanitaryTerminal/SANITARYFOUNTAIN,"[{'property_name': 'FountainType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FountainType', 'values': ['DRINKINGWATER', 'EYEWASH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'PEDESTAL', 'COUNTERTOP', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeShower,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/SHOWER'],IfcSanitaryTerminal/SHOWER,"[{'property_name': 'ShowerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ShowerType', 'values': ['DRENCH', 'INDIVIDUAL', 'TUNNEL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasTray', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ShowerHeadDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeSink,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/SINK'],IfcSanitaryTerminal/SINK,"[{'property_name': 'SinkType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SinkType', 'values': ['BELFAST', 'BUCKET', 'CLEANERS', 'COMBINATION_LEFT', 'COMBINATION_RIGHT', 'COMBINATION_DOUBLE', 'DRIP', 'LABORATORY', 'LONDON', 'PLASTER', 'POT', 'RINSING', 'SHELF', 'VEGETABLEPREPARATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'PEDESTAL', 'COUNTERTOP', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Color', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MountingOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeToiletPan,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/TOILETPAN'],IfcSanitaryTerminal/TOILETPAN,"[{'property_name': 'ToiletType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToiletType', 'values': ['BEDPANWASHER', 'CHEMICAL', 'CLOSECOUPLED', 'LOOSECOUPLED', 'SLOPHOPPER', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ToiletPanType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ToiletPanType', 'values': ['SIPHONIC', 'SQUAT', 'WASHDOWN', 'WASHOUT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PanMounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'PEDESTAL', 'COUNTERTOP', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeUrinal,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/URINAL'],IfcSanitaryTerminal/URINAL,"[{'property_name': 'UrinalType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UrinalType', 'values': ['BOWL', 'SLAB', 'STALL', 'TROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'PEDESTAL', 'COUNTERTOP', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SanitaryTerminalTypeWashHandBasin,PSET_TYPEDRIVENOVERRIDE,['IfcSanitaryTerminal/WASHHANDBASIN'],IfcSanitaryTerminal/WASHHANDBASIN,"[{'property_name': 'WashHandBasinType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WashHandBasinType', 'values': ['DENTALCUSPIDOR', 'HANDRINSE', 'HOSPITAL', 'TIPUP', 'WASHFOUNTAIN', 'WASHINGTROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mounting', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SanitaryMounting', 'values': ['BACKTOWALL', 'PEDESTAL', 'COUNTERTOP', 'WALLHUNG', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DrainSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'MountingOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}]" +Pset_SensorPHistory,PSET_PERFORMANCEDRIVEN,['IfcSensor'],IfcSensor,"[{'property_name': 'Value', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Direction', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Quality', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SensorTypeCO2Sensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/CO2SENSOR'],IfcSensor/CO2SENSOR,"[{'property_name': 'SetPointConcentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSensor'],IfcSensor,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}]" +Pset_SensorTypeConductanceSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/CONDUCTANCESENSOR'],IfcSensor/CONDUCTANCESENSOR,"[{'property_name': 'SetPointConductance', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcElectricConductanceMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeContactSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/CONTACTSENSOR'],IfcSensor/CONTACTSENSOR,"[{'property_name': 'SetPointContact', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeFireSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/FIRESENSOR'],IfcSensor/FIRESENSOR,"[{'property_name': 'FireSensorSetPoint', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'AccuracyOfFireSensor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'TimeConstant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}]" +Pset_SensorTypeFlowSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/FLOWSENSOR'],IfcSensor/FLOWSENSOR,"[{'property_name': 'SetPointFlow', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeFrostSensor,,['IfcSensor/FROSTSENSOR'],IfcSensor/FROSTSENSOR,"[{'property_name': 'SetPointFrost', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeGasSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/GASSENSOR'],IfcSensor/GASSENSOR,"[{'property_name': 'GasDetected', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SetPointConcentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_SensorTypeHeatSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/HEATSENSOR'],IfcSensor/HEATSENSOR,"[{'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SetPointTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RateOfTemperatureRise', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTemperatureRateOfChangeMeasure', 'unit_type': 'None'}}]" +Pset_SensorTypeHumiditySensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/HUMIDITYSENSOR'],IfcSensor/HUMIDITYSENSOR,"[{'property_name': 'SetPointHumidity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeIdentifierSensor,,['IfcSensor/IDENTIFIERSENSOR'],IfcSensor/IDENTIFIERSENSOR,"[{'property_name': 'SetPointIdentifier', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeIonConcentrationSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/IONCONCENTRATIONSENSOR'],IfcSensor/IONCONCENTRATIONSENSOR,"[{'property_name': 'SubstanceDetected', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SetPointConcentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcIonConcentrationMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeLevelSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/LEVEL'],IfcSensor/LEVEL,"[{'property_name': 'SetPointLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeLightSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/LIGHTSENSOR'],IfcSensor/LIGHTSENSOR,"[{'property_name': 'SetPointIlluminance', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeMoistureSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/MOISTURESENSOR'],IfcSensor/MOISTURESENSOR,"[{'property_name': 'SetPointMoisture', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeMovementSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/MOVEMENTSENSOR'],IfcSensor/MOVEMENTSENSOR,"[{'property_name': 'MovementSensingType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MovementSensingType', 'values': ['PHOTOELECTRICCELL', 'PRESSUREPAD', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SetPointMovement', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypePHSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/PHSENSOR'],IfcSensor/PHSENSOR,"[{'property_name': 'SetPointPH', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPHMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypePressureSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/PRESSURESENSOR'],IfcSensor/PRESSURESENSOR,"[{'property_name': 'SetPointPressure', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPressureMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'IsSwitch', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SensorTypeRadiationSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/RADIATIONSENSOR'],IfcSensor/RADIATIONSENSOR,"[{'property_name': 'SetPointRadiation', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeRadioactivitySensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/RADIOACTIVITYSENSOR'],IfcSensor/RADIOACTIVITYSENSOR,"[{'property_name': 'SetPointRadioactivity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcRadioActivityMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeSmokeSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/SMOKESENSOR'],IfcSensor/SMOKESENSOR,"[{'property_name': 'CoverageArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SetPointConcentration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'HasBuiltInAlarm', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SensorTypeSoundSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/SOUNDSENSOR'],IfcSensor/SOUNDSENSOR,"[{'property_name': 'SetPointSound', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcSoundPressureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeTemperatureSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/TEMPERATURESENSOR'],IfcSensor/TEMPERATURESENSOR,"[{'property_name': 'TemperatureSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TemperatureSensorType', 'values': ['HIGHLIMIT', 'LOWLIMIT', 'OUTSIDETEMPERATURE', 'OPERATINGTEMPERATURE', 'ROOMTEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SetPointTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SensorTypeWindSensor,PSET_TYPEDRIVENOVERRIDE,['IfcSensor/WINDSENSOR'],IfcSensor/WINDSENSOR,"[{'property_name': 'WindSensorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_WindSensorType', 'values': ['CUP', 'WINDMILL', 'HOTWIRE', 'LASERDOPPLER', 'SONIC', 'PLATE', 'TUBE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SetPointSpeed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLinearVelocityMeasure', 'unit_type': 'None'}}]" +Pset_ServiceLife,PSET_TYPEDRIVENOVERRIDE,['IfcElement'],IfcElement,"[{'property_name': 'ServiceLifeDuration', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcDuration', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MeanTimeBetweenFailure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_ServiceLifeFactors,PSET_OCCURRENCEDRIVEN,['IfcSystem'],IfcSystem,"[{'property_name': 'QualityOfComponents', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'DesignLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'WorkExecutionLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'IndoorEnvironment', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'OutdoorEnvironment', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'InUseConditions', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'MaintenanceLevel', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_ShadingDeviceCommon,PSET_TYPEDRIVENOVERRIDE,['IfcShadingDevice'],IfcShadingDevice,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ShadingDeviceType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementShading', 'values': ['FIXED', 'MOVABLE', 'OVERHANG', 'SIDEFIN', 'USERDEFINED', 'NOTDEFINED']}}, {'property_name': 'MechanicalOperated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SolarTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SolarReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleLightTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VisibleLightReflectance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Roughness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SurfaceColor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_ShadingDevicePHistory,PSET_PERFORMANCEDRIVEN,['IfcShadingDevice'],IfcShadingDevice,"[{'property_name': 'TiltAngle', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Azimuth', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SiteCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSite'],IfcSite,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'BuildableArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'SiteCoverageRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'FloorAreaRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'BuildingHeightLimit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}]" +Pset_SlabCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSlab'],IfcSlab,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'PitchAngle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPlaneAngleMeasure', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Compartmentation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SolarDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSolarDevice'],IfcSolarDevice,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'ActiveCellSurfaceAreaFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CellEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_SoundAttenuation,PSET_TYPEDRIVENOVERRIDE,['IfcAnnotation/SOUND'],IfcAnnotation/SOUND,"[{'property_name': 'SoundScale', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SoundScale', 'values': ['DBA', 'DBB', 'DBC', 'NC', 'NR']}}, {'property_name': 'SoundFrequency', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'SoundPressure', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SoundGeneration,PSET_TYPEDRIVENOVERRIDE,['IfcDistributionFlowElement'],IfcDistributionFlowElement,"[{'property_name': 'SoundCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcFrequencyMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcSoundPowerMeasure', 'values': [], 'unit_type': 'None'}]}]" +Pset_SpaceCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSpace'],IfcSpace,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PubliclyAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceCoveringRequirements,PSET_TYPEDRIVENOVERRIDE,['IfcSpace'],IfcSpace,"[{'property_name': 'FloorCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FloorCoveringThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WallCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WallCoveringThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CeilingCovering', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'CeilingCoveringThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SkirtingBoard', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SkirtingBoardHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Molding', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MoldingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcealedFlooring', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConcealedFlooringOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ConcealedCeiling', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ConcealedCeilingOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNonNegativeLengthMeasure', 'unit_type': 'None'}}]" +Pset_SpaceFireSafetyRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace', ' IfcSpatialZone', ' IfcZone']","IfcSpace, IfcSpatialZone, IfcZone","[{'property_name': 'FireRiskFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FlammableStorage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SprinklerProtectionAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AirPressurization', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceHeaterPHistory,PSET_PERFORMANCEDRIVEN,['IfcSpaceHeater'],IfcSpaceHeater,"[{'property_name': 'FractionRadiantHeatTransfer', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'FractionConvectiveHeatTransfer', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Effectiveness', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SurfaceTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceAirTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceMeanRadiantTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AuxiliaryEnergySourceConsumption', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'UACurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'OutputCapacityCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirResistanceCurve', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Exponent', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatOutputRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SpaceHeaterTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSpaceHeater'],IfcSpaceHeater,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PlacementType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterPlacementType', 'values': ['BASEBOARD', 'TOWELWARMER', 'SUSPENDED', 'WALL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TemperatureClassification', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterTemperatureClassification', 'values': ['LOWTEMPERATURE', 'HIGHTEMPERATURE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferDimension', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterHeatTransferDimension', 'values': ['POINT', 'PATH', 'SURFACE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HeatTransferMedium', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_HeatTransferMedium', 'values': ['WATER', 'STEAM', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EnergySource', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EnergySource', 'values': ['COAL', 'COAL_PULVERIZED', 'ELECTRICITY', 'GAS', 'OIL', 'PROPANE', 'WOOD', 'WOOD_CHIP', 'WOOD_PELLET', 'WOOD_PULVERIZED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'BodyMass', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalMassHeatCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'OutputCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfPanels', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_SpaceHeaterTypeConvector,PSET_TYPEDRIVENOVERRIDE,['IfcSpaceHeater/CONVECTOR'],IfcSpaceHeater/CONVECTOR,"[{'property_name': 'ConvectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterConvectorType', 'values': ['FORCED', 'NATURAL', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SpaceHeaterTypeRadiator,PSET_TYPEDRIVENOVERRIDE,['IfcSpaceHeater/RADIATOR'],IfcSpaceHeater/RADIATOR,"[{'property_name': 'RadiatorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SpaceHeaterRadiatorType', 'values': ['FINNEDTUBE', 'PANEL', 'SECTIONAL', 'TUBULAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TubingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaterContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}]" +Pset_SpaceLightingRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace', ' IfcSpatialZone', ' IfcZone']","IfcSpace, IfcSpatialZone, IfcZone","[{'property_name': 'ArtificialLighting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Illuminance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIlluminanceMeasure', 'unit_type': 'None'}}]" +Pset_SpaceOccupancyRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace', ' IfcSpatialZone', ' IfcZone']","IfcSpace, IfcSpatialZone, IfcZone","[{'property_name': 'OccupancyType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'OccupancyNumber', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OccupancyNumberPeak', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'OccupancyTimePerDay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTimeMeasure', 'unit_type': 'None'}}, {'property_name': 'AreaPerOccupant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'MinimumHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsOutlookDesirable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceParking,PSET_TYPEDRIVENOVERRIDE,['IfcSpace/PARKING'],IfcSpace/PARKING,"[{'property_name': 'ParkingUse', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ParkingUnits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'IsAisle', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsOneWay', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpaceThermalDesign,PSET_TYPEDRIVENOVERRIDE,['IfcSpace'],IfcSpace,"[{'property_name': 'CoolingDesignAirflow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingDesignAirflow', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalSensibleHeatGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalHeatGain', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalHeatLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingRelativeHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingDryBulb', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingRelativeHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'VentilationAirFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ExhaustAirFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'CeilingRAPlenum', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'BoundaryAreaHeatLoss', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcHeatFluxDensityMeasure', 'unit_type': 'None'}}]" +Pset_SpaceThermalLoad,PSET_TYPEDRIVENOVERRIDE,['IfcSpace'],IfcSpace,"[{'property_name': 'People', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Lighting', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'EquipmentSensible', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VentilationIndoorAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'VentilationOutdoorAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RecirculatedAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'ExhaustAir', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'AirExchangeRate', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'DryBulbTemperature', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'RelativeHumidity', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'InfiltrationSensible', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TotalSensibleLoad', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TotalLatentLoad', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'TotalRadiantLoad', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcPowerMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SpaceThermalLoadPHistory,PSET_PERFORMANCEDRIVEN,['IfcSpace'],IfcSpace,"[{'property_name': 'People', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Lighting', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'EquipmentSensible', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VentilationIndoorAir', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VentilationOutdoorAir', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RecirculatedAir', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExhaustAir', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'AirExchangeRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'DryBulbTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'RelativeHumidity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'InfiltrationSensible', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalSensibleLoad', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalLatentLoad', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'TotalRadiantLoad', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SpaceThermalPHistory,PSET_PERFORMANCEDRIVEN,['IfcSpace'],IfcSpace,"[{'property_name': 'CoolingAirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'HeatingAirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'VentilationAirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'ExhaustAirFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceTemperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SpaceRelativeHumidity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SpaceThermalRequirements,PSET_TYPEDRIVENOVERRIDE,"['IfcSpace', ' IfcSpatialZone', ' IfcZone']","IfcSpace, IfcSpatialZone, IfcZone","[{'property_name': 'SpaceTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceTemperatureMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceTemperatureMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceTemperatureSummerMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceTemperatureSummerMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceTemperatureWinterMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceTemperatureWinterMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceHumidity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceHumidityMax', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceHumidityMin', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceHumiditySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'SpaceHumidityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'DiscontinuedHeating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NaturalVentilation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'NaturalVentilationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'MechanicalVentilationRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'AirConditioning', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'AirConditioningCentral', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_SpatialZoneCommon,,[],,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_StackTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcStackTerminal'],IfcStackTerminal,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_StairCommon,PSET_TYPEDRIVENOVERRIDE,['IfcStair'],IfcStair,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfRiser', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTreads', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RiserHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NosingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WalkingLineOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtInnerSide', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaistThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'RequiredHeadroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasNonSkidSurface', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': None, 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_StairFlightCommon,PSET_TYPEDRIVENOVERRIDE,['IfcStairFlight'],IfcStairFlight,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfRiser', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfTreads', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'RiserHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NosingLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WalkingLineOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtOffset', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TreadLengthAtInnerSide', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Headroom', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'WaistThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_StructuralSurfaceMemberVaryingThickness,PSET_TYPEDRIVENOVERRIDE,['IfcStructuralSurfaceMemberVarying'],IfcStructuralSurfaceMemberVarying,"[{'property_name': 'Thickness1', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Location1Local', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Location1Global', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Thickness2', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Location2Local', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Location2Global', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Thickness3', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Location3Local', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}, {'property_name': 'Location3Global', 'property_type': 'IfcPropertyListValue', 'data_type': {'instance': 'IfcLengthMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_SwitchingDeviceTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice'],IfcSwitchingDevice,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfGangs', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'SwitchFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchFunctionType', 'values': ['ONOFFSWITCH', 'INTERMEDIATESWITCH', 'DOUBLETHROWSWITCH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasLock', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsIlluminated', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Legend', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SetPoint', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcInteger', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_SwitchingDeviceTypeContactor,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/CONTACTOR'],IfcSwitchingDevice/CONTACTOR,"[{'property_name': 'ContactorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ContactorType', 'values': ['CAPACITORSWITCHING', 'LOWCURRENT', 'MAGNETICLATCHING', 'MECHANICALLATCHING', 'MODULAR', 'REVERSING', 'STANDARD', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeDimmerSwitch,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/DIMMERSWITCH'],IfcSwitchingDevice/DIMMERSWITCH,"[{'property_name': 'DimmerType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceDimmerSwitchType', 'values': ['ROCKER', 'SELECTOR', 'TWIST', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeEmergencyStop,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/EMERGENCYSTOP'],IfcSwitchingDevice/EMERGENCYSTOP,"[{'property_name': 'SwitchOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceEmergencyStopType', 'values': ['MUSHROOM', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeKeypad,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/KEYPAD'],IfcSwitchingDevice/KEYPAD,"[{'property_name': 'KeypadType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceKeypadType', 'values': ['BUTTONS', 'TOUCHSCREEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeMomentarySwitch,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/MOMENTARYSWITCH'],IfcSwitchingDevice/MOMENTARYSWITCH,"[{'property_name': 'MomentaryType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceMomentarySwitchType', 'values': ['BUTTON', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypePHistory,PSET_PERFORMANCEDRIVEN,['IfcSwitchingDevice'],IfcSwitchingDevice,"[{'property_name': 'SetPoint', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_SwitchingDeviceTypeSelectorSwitch,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/SELECTORSWITCH'],IfcSwitchingDevice/SELECTORSWITCH,"[{'property_name': 'SelectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceDimmerSwitchType', 'values': ['BUTTONS', 'SLIDE', 'TWIST', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchUsage', 'values': ['EMERGENCY', 'GUARD', 'LIMIT', 'START', 'STOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchActivation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchActivation', 'values': ['ACTUATOR', 'FOOT', 'HAND', 'PROXIMITY', 'SOUND', 'TWOHAND', 'WIRE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeStarter,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/STARTER'],IfcSwitchingDevice/STARTER,"[{'property_name': 'StarterType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_StarterType', 'values': ['AUTOTRANSFORMER', 'MANUAL', 'DIRECTONLINE', 'FREQUENCY', 'NSTEP', 'RHEOSTATIC', 'STARDELTA', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeSwitchDisconnector,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/SWITCHDISCONNECTOR'],IfcSwitchingDevice/SWITCHDISCONNECTOR,"[{'property_name': 'SwitchDisconnectorType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchDisconnectorType', 'values': ['CENTERBREAK', 'DIVIDEDSUPPORT', 'DOUBLEBREAK', 'EARTHINGSWITCH', 'ISOLATOR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'LoadDisconnectionType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_LoadDisconnectionType', 'values': ['OFFLOAD', 'ONLOAD', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SwitchingDeviceTypeToggleSwitch,PSET_TYPEDRIVENOVERRIDE,['IfcSwitchingDevice/TOGGLESWITCH'],IfcSwitchingDevice/TOGGLESWITCH,"[{'property_name': 'ToggleSwitchType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchingDeviceToggleSwitchType', 'values': ['BREAKGLASS', 'CHANGEOVER', 'KEYOPERATED', 'MANUALPULL', 'PUSHBUTTON', 'PULLCORD', 'ROCKER', 'SELECTOR', 'TWIST', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchUsage', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchUsage', 'values': ['EMERGENCY', 'GUARD', 'LIMIT', 'START', 'STOP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'SwitchActivation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SwitchActivation', 'values': ['ACTUATOR', 'FOOT', 'HAND', 'PROXIMITY', 'SOUND', 'TWOHAND', 'WIRE', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_SystemFurnitureElementTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcSystemFurnitureElement'],IfcSystemFurnitureElement,"[{'property_name': 'IsUsed', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GroupCode', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'NominalWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Finishing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypePanel,PSET_TYPEDRIVENOVERRIDE,['IfcSystemFurnitureElement/PANEL'],IfcSystemFurnitureElement/PANEL,"[{'property_name': 'HasOpening', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FurniturePanelType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FurniturePanelType', 'values': ['ACOUSTICAL', 'GLAZED', 'HORZ_SEG', 'MONOLITHIC', 'OPEN', 'ENDS', 'DOOR', 'SCREEN', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_SystemFurnitureElementTypeWorkSurface,PSET_TYPEDRIVENOVERRIDE,['IfcSystemFurnitureElement/WORKSURFACE'],IfcSystemFurnitureElement/WORKSURFACE,"[{'property_name': 'UsePurpose', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SupportType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FurniturePanelType', 'values': ['FREESTANDING', 'SUPPORTED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HangingHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalThickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ShapeDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_TankOccurrence,PSET_OCCURRENCEDRIVEN,['IfcTank'],IfcTank,"[{'property_name': 'TankComposition', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'HasLadder', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasVisualIndicator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TankPHistory,,['IfcTank'],IfcTank,"[{'property_name': 'Temperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'Pressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'Level', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_TankTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcTank'],IfcTank,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AccessType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankAccessType', 'values': ['NONE', 'LOOSECOVER', 'MANHOLE', 'SECUREDCOVER', 'SECUREDCOVERWITHMANHOLE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'StorageType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankStorageType', 'values': ['ICE', 'WATER', 'RAINWATER', 'WASTEWATER', 'POTABLEWATER', 'FUEL', 'OIL', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NominalLengthOrDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalWidthOrDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'EffectiveCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'OperatingWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'PatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankPatternType', 'values': ['HORIZONTALCYLINDER', 'VERTICALCYLINDER', 'RECTANGULAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EndShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EndShapeType', 'values': ['CONCAVECONVEX', 'FLATCONVEX', 'CONVEXCONVEX', 'CONCAVEFLAT', 'FLATFLAT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FirstCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}]" +Pset_TankTypeExpansion,PSET_TYPEDRIVENOVERRIDE,['IfcTank/EXPANSION'],IfcTank/EXPANSION,"[{'property_name': 'ChargePressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRegulatorSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReliefValveSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_TankTypePreformed,PSET_TYPEDRIVENOVERRIDE,['IfcTank/PREFORMED'],IfcTank/PREFORMED,"[{'property_name': 'PatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TankPatternType', 'values': ['HORIZONTALCYLINDER', 'VERTICALCYLINDER', 'RECTANGULAR', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'EndShapeType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_EndShapeType', 'values': ['CONCAVECONVEX', 'FLATCONVEX', 'CONVEXCONVEX', 'CONCAVEFLAT', 'FLATFLAT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FirstCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondCurvatureRadius', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TankTypePressureVessel,PSET_TYPEDRIVENOVERRIDE,['IfcTank/PRESSUREVESSEL'],IfcTank/PRESSUREVESSEL,"[{'property_name': 'ChargePressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'PressureRegulatorSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'ReliefValveSetting', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_TankTypeSectional,PSET_TYPEDRIVENOVERRIDE,['IfcTank/SECTIONAL'],IfcTank/SECTIONAL,"[{'property_name': 'NumberOfSections', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'SectionLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SectionWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TendonAnchorCommon,PSET_TYPEDRIVENOVERRIDE,['IfcTendonAnchor'],IfcTendonAnchor,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}]" +Pset_TendonCommon,PSET_TYPEDRIVENOVERRIDE,['IfcTendon'],IfcTendon,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'SheathDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ThermalLoadAggregate,PSET_TYPEDRIVENOVERRIDE,['IfcSpatialElement'],IfcSpatialElement,"[{'property_name': 'TotalCoolingLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'TotalHeatingLoad', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LightingDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversitySummer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'InfiltrationDiversityWinter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ApplianceDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LoadSafetyFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_ThermalLoadDesignCriteria,PSET_TYPEDRIVENOVERRIDE,['IfcSpatialElement'],IfcSpatialElement,"[{'property_name': 'OccupancyDiversity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'OutsideAirPerPerson', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ReceptacleLoadIntensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'AppliancePercentLoadToRadiant', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'LightingLoadIntensity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'LightingPercentLoadToReturnAir', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}]" +Pset_TransformerTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcTransformer'],IfcTransformer,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'PrimaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricVoltageMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryCurrent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcElectricCurrentMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryFrequency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcFrequencyMeasure', 'unit_type': 'None'}}, {'property_name': 'PrimaryApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumApparentPower', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'SecondaryCurrentType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_SecondaryCurrentType', 'values': ['AC', 'DC', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ShortCircuitVoltage', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcComplexNumber', 'unit_type': 'None'}}, {'property_name': 'RealImpedanceRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'ImaginaryImpedanceRatio', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'TransformerVectorGroup', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TransformerVectorGroup', 'values': ['DD0', 'DD6', 'DY5', 'DY11', 'YD5', 'YD11', 'DZ0', 'DZ6', 'YY0', 'YY6', 'YZ5', 'YZ11', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'IsNeutralPrimaryTerminalAvailable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsNeutralSecondaryTerminalAvailable', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'EfficiencyCurve', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcNormalisedRatioMeasure', 'values': [], 'unit_type': 'None'}]}, {'property_name': 'RadiativeFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcNormalisedRatioMeasure', 'unit_type': 'None'}}]" +Pset_TransportElementCommon,PSET_TYPEDRIVENOVERRIDE,['IfcTransportElement'],IfcTransportElement,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'CapacityPeople', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcCountMeasure', 'unit_type': 'None'}}, {'property_name': 'CapacityWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TransportElementElevator,PSET_TYPEDRIVENOVERRIDE,['IfcTransportElement/ELEVATOR'],IfcTransportElement/ELEVATOR,"[{'property_name': 'FireFightingLift', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ClearWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ClearHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_TubeBundleTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcTubeBundle'],IfcTubeBundle,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'NumberOfRows', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'StaggeredRowSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InLineRowSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NumberOfCircuits', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcInteger', 'unit_type': 'None'}}, {'property_name': 'FoulingFactor', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalResistanceMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Volume', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumeMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutsideDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InsideDiameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HorizontalSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'VerticalSpacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'HasTurbulator', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_TubeBundleTypeFinned,PSET_TYPEDRIVENOVERRIDE,['IfcTubeBundle/FINNED'],IfcTubeBundle/FINNED,"[{'property_name': 'Spacing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Thickness', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalConductivity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalConductivityMeasure', 'unit_type': 'None'}}, {'property_name': 'Length', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Height', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'Diameter', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'FinCorrugatedType', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'HasCoating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_UnitaryControlElementPHistory,PSET_PERFORMANCEDRIVEN,['IfcUnitaryControlElement'],IfcUnitaryControlElement,"[{'property_name': 'Temperature', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Mode', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Fan', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'SetPoint', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_UnitaryControlElementTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcUnitaryControlElement'],IfcUnitaryControlElement,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Mode', 'property_type': 'IfcPropertyTableValue', 'data_type': [{'instance': 'IfcIdentifier', 'values': [], 'unit_type': 'None'}, {'instance': 'IfcLabel', 'values': [], 'unit_type': 'None'}]}]" +Pset_UnitaryControlElementTypeIndicatorPanel,PSET_TYPEDRIVENOVERRIDE,['IfcUnitaryControlElement/INDICATORPANEL'],IfcUnitaryControlElement/INDICATORPANEL,"[{'property_name': 'Application', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_UnitaryControlElementApplication', 'values': ['LiftPositionIndicator', 'LiftHallLantern', 'LiftArrivalGong', 'LiftCarDirectionLantern', 'LiftFireSystemsPort', 'LiftVoiceAnnouncer', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_UnitaryControlElementTypeThermostat,PSET_TYPEDRIVENOVERRIDE,['IfcUnitaryControlElement/THERMOSTAT'],IfcUnitaryControlElement/THERMOSTAT,"[{'property_name': 'TemperatureSetPoint', 'property_type': 'IfcPropertyBoundedValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'values': [], 'unit_type': 'None'}}]" +Pset_UnitaryEquipmentTypeAirConditioningUnit,PSET_TYPEDRIVENOVERRIDE,['IfcUnitaryEquipment/AIRCONDITIONINGUNIT'],IfcUnitaryEquipment/AIRCONDITIONINGUNIT,"[{'property_name': 'SensibleCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'LatentCoolingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'CoolingEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingCapacity', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPowerMeasure', 'unit_type': 'None'}}, {'property_name': 'HeatingEfficiency', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'CondenserFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'CondenserEnteringTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'CondenserLeavingTemperature', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermodynamicTemperatureMeasure', 'unit_type': 'None'}}, {'property_name': 'OutsideAirFlowrate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}]" +Pset_UnitaryEquipmentTypeAirHandler,PSET_TYPEDRIVENOVERRIDE,['IfcUnitaryEquipment/AIRHANDLER'],IfcUnitaryEquipment/AIRHANDLER,"[{'property_name': 'AirHandlerConstruction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirHandlerConstruction', 'values': ['MANUFACTUREDITEM', 'CONSTRUCTEDONSITE', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AirHandlerFanCoilArrangement', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_AirHandlerFanCoilArrangement', 'values': ['BLOWTHROUGH', 'DRAWTHROUGH', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'DualDeck', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_UnitaryEquipmentTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcUnitaryEquipment'],IfcUnitaryEquipment,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_UtilityConsumptionPHistory,PSET_PERFORMANCEDRIVEN,['IfcBuilding'],IfcBuilding,"[{'property_name': 'Heat', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Electricity', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Water', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Fuel', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'Steam', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ValvePHistory,PSET_PERFORMANCEDRIVEN,['IfcValve'],IfcValve,"[{'property_name': 'PercentageOpen', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MeasuredFlowRate', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}, {'property_name': 'MeasuredPressureDrop', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcTimeSeries'}}]" +Pset_ValveTypeAirRelease,PSET_TYPEDRIVENOVERRIDE,['IfcValve/AIRRELEASE'],IfcValve/AIRRELEASE,"[{'property_name': 'IsAutomatic', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcValve'],IfcValve,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'ValvePattern', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ValvePattern', 'values': ['SINGLEPORT', 'ANGLED_2_PORT', 'STRAIGHT_2_PORT', 'STRAIGHT_3_PORT', 'CROSSOVER_4_PORT', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'ValveOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'ValveMechanism', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'Size', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TestPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'WorkingPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'FlowCoefficient', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcReal', 'unit_type': 'None'}}, {'property_name': 'CloseOffRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_ValveTypeDrawOffCock,PSET_TYPEDRIVENOVERRIDE,['IfcValve/DRAWOFFCOCK'],IfcValve/DRAWOFFCOCK,"[{'property_name': 'HasHoseUnion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeFaucet,PSET_TYPEDRIVENOVERRIDE,['IfcValve/FAUCET'],IfcValve/FAUCET,"[{'property_name': 'FaucetType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetType', 'values': ['BIB', 'GLOBE', 'DIVERTER', 'DIVIDEDFLOWCOMBINATION', 'PILLAR', 'SINGLEOUTLETCOMBINATION', 'SPRAY', 'SPRAYMIXING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaucetOperation', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetOperation', 'values': ['CERAMICDISC', 'LEVERHANDLE', 'NONCONCUSSIVESELFCLOSING', 'QUATERTURN', 'QUICKACTION', 'SCREWDOWN', 'SELFCLOSING', 'TIMEDSELFCLOSING', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'FaucetFunction', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_FaucetFunction', 'values': ['COLD', 'HOT', 'MIXED', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'Finish', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'FaucetTopDescription', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_ValveTypeFlushing,PSET_TYPEDRIVENOVERRIDE,['IfcValve/FLUSHING'],IfcValve/FLUSHING,"[{'property_name': 'FlushingRate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'HasIntegralShutOffDevice', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsHighPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeGasTap,PSET_TYPEDRIVENOVERRIDE,['IfcValve/GASTAP'],IfcValve/GASTAP,"[{'property_name': 'HasHoseUnion', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_ValveTypeIsolating,PSET_TYPEDRIVENOVERRIDE,['IfcValve/ISOLATING'],IfcValve/ISOLATING,"[{'property_name': 'IsNormallyOpen', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'IsolatingPurpose', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_IsolatingPurpose', 'values': ['LANDING', 'LANDINGWITHPRESSUREREGULATION', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_ValveTypeMixing,PSET_TYPEDRIVENOVERRIDE,['IfcValve/MIXING'],IfcValve/MIXING,"[{'property_name': 'MixerControl', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_MixingValveControl', 'values': ['MANUAL', 'PREDEFINED', 'THERMOSTATIC', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_ValveTypePressureReducing,PSET_TYPEDRIVENOVERRIDE,['IfcValve/PRESSUREREDUCING'],IfcValve/PRESSUREREDUCING,"[{'property_name': 'UpstreamPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}, {'property_name': 'DownstreamPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_ValveTypePressureRelief,PSET_TYPEDRIVENOVERRIDE,['IfcValve/PRESSURERELIEF'],IfcValve/PRESSURERELIEF,"[{'property_name': 'ReliefPressure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPressureMeasure', 'unit_type': 'None'}}]" +Pset_VibrationIsolatorTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcVibrationIsolator'],IfcVibrationIsolator,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': None, 'values': []}}, {'property_name': 'VibrationTransmissibility', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'IsolatorStaticDeflection', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsolatorCompressibility', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'MaximumSupportedWeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcMassMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalHeight', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WallCommon,PSET_TYPEDRIVENOVERRIDE,['IfcWall'],IfcWall,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Combustible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SurfaceSpreadOfFlame', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'LoadBearing', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'ExtendToStructure', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Compartmentation', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" +Pset_Warranty,PSET_TYPEDRIVENOVERRIDE,['IfcElement'],IfcElement,"[{'property_name': 'WarrantyIdentifier', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'WarrantyStartDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'WarrantyEndDate', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDate', 'unit_type': 'None'}}, {'property_name': 'IsExtendedWarranty', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WarrantyPeriod', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'WarrantyContent', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}, {'property_name': 'PointOfContact', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'Exclusions', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcText', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeCommon,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal'],IfcWasteTerminal,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}]" +Pset_WasteTerminalTypeFloorTrap,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal/FLOORTRAP'],IfcWasteTerminal/FLOORTRAP,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'IsForSullageWater', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SpilloverLevel', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasStrainer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_InletPatternType', 'values': ['NONE', '1', '2', '3', '4', '12', '13', '14', '23', '24', '34', '123', '124', '134', '234', '1234']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverMaterial', 'property_type': 'IfcPropertyReferenceValue', 'data_type': {'instance': 'IfcMaterialDefinition'}}]" +Pset_WasteTerminalTypeFloorWaste,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal/FLOORWASTE'],IfcWasteTerminal/FLOORWASTE,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeGullySump,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal/GULLYSUMP'],IfcWasteTerminal/GULLYSUMP,"[{'property_name': 'NominalSumpLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSumpWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalSumpDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GullyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GullyType', 'values': ['VERTICAL', 'BACKINLET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BackInletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackInletPatternType', 'values': ['NONE', '1', '2', '3', '4', '12', '13', '14', '23', '24', '34', '123', '124', '134', '234', '1234']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeGullyTrap,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal/GULLYTRAP'],IfcWasteTerminal/GULLYTRAP,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'GullyType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_GullyType', 'values': ['VERTICAL', 'BACKINLET', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'HasStrainer', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'TrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'BackInletPatternType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_BackInletPatternType', 'values': ['NONE', '1', '2', '3', '4', '12', '13', '14', '23', '24', '34', '123', '124', '134', '234', '1234']}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeRoofDrain,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal/ROOFDRAIN'],IfcWasteTerminal/ROOFDRAIN,"[{'property_name': 'NominalBodyLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalBodyDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverLength', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'CoverWidth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeWasteDisposalUnit,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal/WASTEDISPOSALUNIT'],IfcWasteTerminal/WASTEDISPOSALUNIT,"[{'property_name': 'DrainConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'NominalDepth', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WasteTerminalTypeWasteTrap,PSET_TYPEDRIVENOVERRIDE,['IfcWasteTerminal/WASTETRAP'],IfcWasteTerminal/WASTETRAP,"[{'property_name': 'WasteTrapType', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_TrapType', 'values': ['NONE', 'P_TRAP', 'Q_TRAP', 'S_TRAP', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'OutletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}, {'property_name': 'InletConnectionSize', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveLengthMeasure', 'unit_type': 'None'}}]" +Pset_WindowCommon,PSET_TYPEDRIVENOVERRIDE,['IfcWindow'],IfcWindow,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'Status', 'property_type': 'IfcPropertyEnumeratedValue', 'data_type': {'instance': 'PEnum_ElementStatus', 'values': ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET']}}, {'property_name': 'AcousticRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'FireRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'SecurityRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'Infiltration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcVolumetricFlowRateMeasure', 'unit_type': 'None'}}, {'property_name': 'ThermalTransmittance', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcThermalTransmittanceMeasure', 'unit_type': 'None'}}, {'property_name': 'GlazingAreaFraction', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcPositiveRatioMeasure', 'unit_type': 'None'}}, {'property_name': 'HasSillExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasSillInternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HasDrive', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'SmokeStop', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'FireExit', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'WaterTightnessRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'MechanicalLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}, {'property_name': 'WindLoadRating', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcLabel', 'unit_type': 'None'}}]" +Pset_WorkControlCommon,PSET_TYPEDRIVENOVERRIDE,['IfcWorkControl'],IfcWorkControl,"[{'property_name': 'WorkStartTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTime', 'unit_type': 'None'}}, {'property_name': 'WorkFinishTime', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcTime', 'unit_type': 'None'}}, {'property_name': 'WorkDayDuration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'WorkWeekDuration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}, {'property_name': 'WorkMonthDuration', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcDuration', 'unit_type': 'None'}}]" +Pset_ZoneCommon,PSET_TYPEDRIVENOVERRIDE,['IfcZone'],IfcZone,"[{'property_name': 'Reference', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcIdentifier', 'unit_type': 'None'}}, {'property_name': 'IsExternal', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'GrossPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'NetPlannedArea', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcAreaMeasure', 'unit_type': 'None'}}, {'property_name': 'PubliclyAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}, {'property_name': 'HandicapAccessible', 'property_type': 'IfcPropertySingleValue', 'data_type': {'instance': 'IfcBoolean', 'unit_type': 'None'}}]" diff --git a/features/steps/errors.py b/features/steps/errors.py index 156685d2..5c047bda 100644 --- a/features/steps/errors.py +++ b/features/steps/errors.py @@ -152,6 +152,45 @@ class InvalidValueError(RuleState): def __str__(self): return f"On instance {misc.fmt(self.inst)} the following invalid value for {self.attribute} has been found: {self.value}" +@dataclass +class InvalidPropertySetDefinition(RuleState): + inst: ifcopenshell.entity_instance + object: ifcopenshell.entity_instance + name: typing.Optional[str] = None + types: typing.Optional[typing.List] = None + template_type_enum: typing.Optional[str] = None + # https://standards.buildingsmart.org/IFC/RELEASE/IFC4_1/FINAL/HTML/schema/ifckernel/lexical/ifcpropertysettemplatetypeenum.htm + ifc_property_set_template_type_enum = {"PSET_TYPEDRIVENONLY": "The property sets defined by this IfcPropertySetTemplate can only be assigned to subtypes of IfcTypeObject.", + "PSET_TYPEDRIVENOVERRIDE": "The property sets defined by this IfcPropertySetTemplate can be assigned to subtypes of IfcTypeObject and can be overridden by a property set with same name at subtypes of IfcObject.", + "PSET_OCCURRENCEDRIVEN": "The property sets defined by this IfcPropertySetTemplate can only be assigned to subtypes of IfcObject.", + "PSET_PERFORMANCEDRIVEN": "The property sets defined by this IfcPropertySetTemplate can only be assigned to IfcPerformanceHistory."} + + def __str__(self): + if self.template_type_enum: + return f"The instance {misc.fmt(self.inst)} with Name attribute {self.name} is assigned to {misc.fmt(self.object)}. {self.name} is {self.template_type_enum}. {self.ifc_property_set_template_type_enum.get(self.template_type_enum)}" + if self.types: + return f"The instance {misc.fmt(self.inst)} with Name attribute {self.name} is assigned to {misc.fmt(self.object)}. It must be assigned to one of the following types instead: {self.types}" + else: + return f"The instance {misc.fmt(self.inst)} has an inappropriate Name attribute {self.name} value. Pset_ prefix is reserved for standardised values only." + + +@dataclass +class InvalidPropertyDefinition(RuleState): + inst: ifcopenshell.entity_instance + property: ifcopenshell.entity_instance + accepted_values: typing.Optional[typing.List] = None + accepted_type: typing.Optional[str] = None + accepted_data_type_value: typing.Optional[str] = None + value: typing.Optional[str] = None + + def __str__(self): + if self.accepted_values: + return f"The instance {misc.fmt(self.inst)} has an associated property {misc.fmt(self.property)} with Name attribute equal to: '{misc.fmt(self.property.Name)}'. Expected values for {misc.fmt(self.inst.Name)} are {self.accepted_values}" + elif self.accepted_type: + return f"The instance {misc.fmt(self.inst)} has an associated property {misc.fmt(self.property)}. Expected type of this property is: {misc.fmt(self.accepted_type)}" + elif self.accepted_data_type_value: + return f"The instance {misc.fmt(self.inst)} has an associated value {misc.fmt(self.property)} with Name attribute equal to: '{misc.fmt(self.property.Name)}'. Expected data type of this value is {self.accepted_data_type_value}, but {misc.fmt(self.value)} was found." + @dataclass class ValueCountError(RuleState): diff --git a/features/steps/givens/attributes.py b/features/steps/givens/attributes.py index df0af673..c4ef4132 100644 --- a/features/steps/givens/attributes.py +++ b/features/steps/givens/attributes.py @@ -28,6 +28,19 @@ def step_impl(context, attribute, value): ) +@given("Its attribute {attribute} {condition} with {prefix}") +def step_impl(context, attribute, condition, prefix): + assert condition in ('starts', 'does not start') + + if condition == 'starts': + context.instances = list( + filter(lambda inst: hasattr(inst, attribute) and str(getattr(inst, attribute, '')).startswith(prefix), context.instances) + ) + elif condition == 'does not start': + context.instances = list( + filter(lambda inst: hasattr(inst, attribute) and not str(getattr(inst, attribute)).startswith(prefix), context.instances) + ) + @given('{attr} forms {closed_or_open} curve') def step_impl(context, attr, closed_or_open): assert closed_or_open in ('a closed', 'an open') diff --git a/features/steps/thens/relations.py b/features/steps/thens/relations.py index b3fcf946..f455d33c 100644 --- a/features/steps/thens/relations.py +++ b/features/steps/thens/relations.py @@ -1,4 +1,5 @@ import errors as err +import json from behave import * from utils import ifc, misc, system @@ -91,6 +92,155 @@ def step_impl(context, related, relating, other_entity, condition): yield(err.RuleSuccessInst(True, inst)) +@then('The IfcPropertySet Name attribute value must use predefined values according to the {table} table') +@then('The IfcPropertySet must be assigned according to the property set definitions table {table}') +@then('Each associated IfcProperty must be named according to the property set definitions table {table}') +@then('Each associated IfcProperty must be of type according to the property set definitions table {table}') +@then('Each associated IfcProperty value must be of data type according to the property set definitions table {table}') +@err.handle_errors +def step_impl(context, table): + if getattr(context, 'applicable', True): + tbl_path = system.get_abs_path(f"resources/property_set_definitions/{table}") + tbl = system.get_csv(tbl_path, return_type='dict') + property_set_definitons = {} + for d in tbl: + property_set_definitons[d['property_set_name']] = d + + def establish_accepted_pset_values(name, property_set_definitons): + def make_obj(s): + if s: + return json.loads(s.replace("'", '"')) + else: + return '' + + try: + property_set_attr = property_set_definitons[name] + except KeyError: # Pset_ not found in template + property_set_attr = '' + return property_set_attr + + accepted_values = {} + accepted_values['template_type'] = property_set_attr.get('template_type', '') + + accepted_values['property_names'] = [] + accepted_values['property_types'] = [] + accepted_values['data_types'] = [] + + for property_def in make_obj(property_set_attr['property_definitions']): + accepted_values['property_names'].append(property_def['property_name']) + accepted_values['property_types'].append(property_def['property_type']) + accepted_values['data_types'].append(property_def['data_type']) + + accepted_values['applicable_entities'] = make_obj(property_set_attr['applicable_entities']) + + accepted_values['applicable_type_values'] = property_set_attr.get('applicable_type_value', '').split(',') + + return accepted_values + + for inst in context.instances: + if isinstance(inst, (tuple, list)): + inst = inst[0] + + name = getattr(inst, 'Name', 'Attribute not found') + + + if 'IfcPropertySet Name attribute value must use predefined values according' in context.step.name: + if name not in property_set_definitons.keys(): + yield (err.InvalidValueError(False, inst, 'Name', name)) # A custom Pset_ prefixed attribute, e.g. Pset_Mywall + + accepted_values = establish_accepted_pset_values(name, property_set_definitons) + + if accepted_values: # If not it's a custom Pset_ prefixed attribute, e.g. Pset_Mywall (no need for further Pset_ checks), + + if 'IfcPropertySet must be assigned according to the property set definitions table' in context.step.name: + try: + relations = inst.PropertyDefinitionOf # IFC2x3 https://standards.buildingsmart.org/IFC/RELEASE/IFC2x3/TC1/HTML/ifckernel/lexical/ifcpropertysetdefinition.htm + except AttributeError: # IFC4-CHANGE Inverse attribute renamed from PropertyDefinitionOf with upward compatibility for file-based exchange. + # https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcPropertySet.htm + relations = inst.DefinesOccurrence + except IndexError: # IfcPropertySet not assigned to IfcObjects + relations = [] + + for relation in relations: + related_objects = relation.RelatedObjects + for obj in related_objects: + + if accepted_values['template_type'] and accepted_values['template_type'] in ['PSET_TYPEDRIVENONLY']: + yield (err.InvalidPropertySetDefinition(False, inst=inst, object=obj, name=name, template_type_enum=accepted_values['template_type'])) + + correct = [obj.is_a(accepted_object) for accepted_object in accepted_values['applicable_entities']] + if not any(correct): + yield (err.InvalidPropertySetDefinition(False, inst, obj, name, accepted_values['applicable_entities'])) + elif context.error_on_passed_rule: + yield (err.RuleSuccessInst(True, inst)) + + related_objects = inst.DefinesType + for obj in related_objects: + if accepted_values['template_type'] and accepted_values['template_type'] in ['PSET_OCCURRENCEDRIVEN', 'PSET_PERFORMANCEDRIVEN']: + yield (err.InvalidPropertySetDefinition(False, inst=inst, object=obj, name=name, template_type_enum=accepted_values['template_type'])) + + correct = [obj.is_a(accepted_object) for accepted_object in accepted_values['applicable_type_values']] + if not any(correct): + yield (err.InvalidPropertySetDefinition(False, inst, obj, name, accepted_values['applicable_type_values'])) + elif context.error_on_passed_rule: + yield (err.RuleSuccessInst(True, inst)) + + if 'Each associated IfcProperty must be named according to the property set definitions table' in context.step.name: + properties = inst.HasProperties + + for property in properties: + if property.Name not in accepted_values['property_names']: + yield (err.InvalidPropertyDefinition(False, inst=inst, property=property, accepted_values=accepted_values['property_names'])) + + if context.error_on_passed_rule and all([property.Name in accepted_values['property_names'] for property in properties]): + yield (err.RuleSuccessInst(True, inst)) + + + if 'Each associated IfcProperty must be of type according to the property set definitions table' in context.step.name: + accepted_property_name_type_map = {} + for accepted_property_name, accepted_property_type in zip(accepted_values['property_names'], accepted_values['property_types']): + accepted_property_name_type_map[accepted_property_name] = accepted_property_type + + properties = inst.HasProperties + for property in properties: + + try: + accepted_property_type = accepted_property_name_type_map[property.Name] + except KeyError: # Custom property name, not matching the Pset_ expected property. Error found in previous step, no need to check more. + break + + if not property.is_a(accepted_property_type): + yield (err.InvalidPropertyDefinition(False, inst=inst, property=property, accepted_type=accepted_property_type)) + elif context.error_on_passed_rule: + yield (err.RuleSuccessInst(True, inst)) + + if 'Each associated IfcProperty value must be of data type according to the property set definitions table' in context.step.name: + accepted_property_name_datatype_map = {} + for accepted_property_name, accepted_data_type in zip(accepted_values['property_names'], accepted_values['data_types']): + accepted_property_name_datatype_map[accepted_property_name] = accepted_data_type + + properties = inst.HasProperties + for property in properties: + try: + accepted_data_type = accepted_property_name_datatype_map[property.Name] + except KeyError: # Custom property name, not matching the Pset_ expected property. Error found in previous step, no need to check more. + break + + if property.is_a('IfcPropertySingleValue'): + values = property.NominalValue + if not values.is_a(accepted_data_type['instance']): + yield (err.InvalidPropertyDefinition(False, inst=inst, property=property, accepted_data_type_value=accepted_data_type['instance'], value=values)) + + elif property.is_a('IfcPropertyEnumeratedValue'): + values = property.EnumerationValues + for value in values: + if not value.wrappedValue in accepted_data_type['values']: + yield (err.InvalidPropertyDefinition(False, inst=inst, property=property, accepted_data_type_value=accepted_data_type['values'], value=value.wrappedValue)) + else: + continue + + if not values: + yield (err.InvalidPropertyDefinition(False, inst=inst, property=property, accepted_data_type=accepted_data_type, value=values)) @then('It {decision} be {relationship:aggregated_or_contained_or_positioned} {preposition} {other_entity} {condition}') @err.handle_errors diff --git a/features/steps/utils/ifc.py b/features/steps/utils/ifc.py index abecab81..5c9821e9 100644 --- a/features/steps/utils/ifc.py +++ b/features/steps/utils/ifc.py @@ -26,6 +26,12 @@ def get_precision_from_contexts(entity_contexts, func_to_return=max, default_pre return default_precision return func_to_return(precisions) +def get_relation(instance, attrs : list): + relations = ( + getattr(instance, attr, [None])[0] + for attr in attrs + ) + return next((rel for rel in relations if rel is not None), None) # always len == 1 def get_mvd(ifc_file): try: diff --git a/test/files/pse001/README.md b/test/files/pse001/README.md new file mode 100644 index 00000000..9fb3b35d --- /dev/null +++ b/test/files/pse001/README.md @@ -0,0 +1,26 @@ +| File name | Expected result | Error log | Description | +|----------------------------------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| pass-pse001-ifcpropertyset-name-2x3 | success | n.a. | IFC2x3 file containing a IFCPROPERTYSET with a correct Pset_ prefixed Name attribute | +| pass-pse001-ifcpropertyset-name-no-pset-2x3 | success | n.a. | IFC2x3 file containing a IFCPROPERTYSET without Pset_ prefixed Name attribute | +| fail-pse001-scenario01-custom-pset-prefix | fail | On instance #8=IfcPropertySet('16MocU...,(#11)) the following invalid value for Name has been found: Pset_Mywall | IFC2x3 file containing a IFCPROPERTYSET with an incorrect Pset_ prefixed Name attribute: Pset_Mywall | +| fail-pse001-scenario01-pset-misassigned | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) with Name attribute Pset_WallCommon is assigned to #1=IfcProject('1hqIFTRjfV...23),#6). It must be assigned to one of the following types instead: ['IfcWall', 'IfcWallStandardCase'] | IFC2x3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTYSET is assigned to IfcProject instead of IfcWall. | +| fail-pse001-scenario01-wrong-ifcproperty-name | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated property #11=IfcPropertySingleValu...,$,$,$) with Name attribute equal to: 'MyProperty'. Expected values for Pset_WallCommon are ['Reference', 'AcousticRating', 'FireRating', 'Combustible', 'SurfaceSpreadOfFlame', 'ThermalTransmittance', 'IsExternal', 'ExtendToStructure', 'LoadBearing', 'Compartmentation'] | IFC2x3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Name attribute | +| fail-pse001-scenario01-wrong-ifcproperty-type | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated property #11=IfcPropertyEnumerated...,$,$,$). Expected type of this property is: IfcPropertySingleValue | IFC2x3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Type attribute | +| fail-pse001-scenario01-wrong-ifcproperty-data-type | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated value #11=IfcPropertySingleValu....T.),$) with Name attribute equal to: 'AcousticRating'. Expected data type of this value is IfcLabel, but IfcBoolean(.T.) was found. | IFC2x3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Data Type attribute | +| pass-pse001-ifcpropertyset-name-4 | success | n.a. | IFC4 file containing a IFCPROPERTYSET with a correct Pset_ prefixed Name attribute | +| pass-pse001-ifcpropertyset-name-no-pset-4 | success | n.a. | IFC4 file containing a IFCPROPERTYSET without Pset_ prefixed Name attribute | +| fail-pse001-scenario02-custom-pset-prefix | fail | On instance #8=IfcPropertySet('16MocU...,(#11)) the following invalid value for Name has been found: Pset_Mywall | IFC4 file containing a IFCPROPERTYSET with an incorrect Pset_ prefixed Name attribute: Pset_Mywall | +| fail-pse001-scenario02-pset-misassigned | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) with Name attribute Pset_WallCommon is assigned to #1=IfcProject('1hqIFTRjfV...23),#6). It must be assigned to one of the following types instead: ['IfcWall'] | IFC4 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTYSET is assigned to IfcProject instead of IfcWall. | +| fail-pse001-scenario02-wrong-ifcproperty-name | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated property #11=IfcPropertyEnumerated...)),#10) with Name attribute equal to: 'MyProperty'. Expected values for Pset_WallCommon are ['Reference', 'Status', 'AcousticRating', 'FireRating', 'Combustible', 'SurfaceSpreadOfFlame', 'ThermalTransmittance', 'IsExternal', 'LoadBearing', 'ExtendToStructure', 'Compartmentation'] | IFC4 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Name attribute | +| fail-pse001-scenario02-wrong-ifcproperty-type | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated property #11=IfcPropertySingleValu...,$,$,$). Expected type of this property is: IfcPropertyEnumeratedValue | IFC4 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Type attribute | +| fail-pse001-scenario02-wrong-ifcproperty-data-type | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated value #11=IfcPropertyEnumerated...)),#10) with Name attribute equal to: 'Status'. Expected data type of this value is ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET'], but CustomStatus was found. | IFC4 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Data Type attribute | +| pass-pse001-ifcpropertyset-name-4x3 | success | n.a. | IFC4X3 file containing a IFCPROPERTYSET with a correct Pset_ prefixed Name attribute | +| pass-pse001-ifcpropertyset-type-check-4x3 | success | n.a. | IFC4X3 file containing a IFCPROPERTYSET with a correct Pset_ prefixed Name attribute (assigned to a IfcTypeObject) | +| pass-pse001-ifcpropertyset-name-no-pset-4x3 | success | n.a. | IFC4X3 file containing a IFCPROPERTYSET without Pset_ prefixed Name attribute | +| fail-pse001-scenario03-custom-pset-prefix | fail | On instance #8=IfcPropertySet('16MocU...,(#11)) the following invalid value for Name has been found: Pset_Mywall | IFC4X3 file containing a IFCPROPERTYSET with an incorrect Pset_ prefixed Name attribute: Pset_Mywall | +| fail-pse001-scenario03-pset-misassigned | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) with Name attribute Pset_WallCommon is assigned to #1=IfcProject('1hqIFTRjfV...23),#6). It must be assigned to one of the following types instead: ['IfcWall', 'IfcWallType'] | IFC4X3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTYSET is assigned to IfcProject instead of IfcWall. | +| fail-pse001-scenario03-pset-type-misassigned | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) with Name attribute Pset_WindowCommon is assigned to #7=IfcWallType('2nJrDaLQf...,$,$,$). It must be assigned to one of the following types instead: ['IfcWindow', 'IfcWindowType'] | IFC4X3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WindowCommon. The IFCPROPERTYSET is assigned to IfcWallType instead of IfcWindow. | +| fail-pse001-scenario03-wrong-ifcproperty-name | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated property #11=IfcPropertyEnumerated...)),#10) with Name attribute equal to: 'MyProperty'. Expected values for Pset_WallCommon are ['Reference', 'Status', 'AcousticRating', 'FireRating', 'Combustible', 'SurfaceSpreadOfFlame', 'ThermalTransmittance', 'IsExternal', 'LoadBearing', 'ExtendToStructure', 'Compartmentation'] | IFC4X3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Name attribute | +| fail-pse001-scenario03-wrong-ifcproperty-type | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated property #11=IfcPropertySingleValu...,$,$,$). Expected type of this property is: IfcPropertyEnumeratedValue | IFC4X3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Type attribute | +| fail-pse001-scenario03-wrong-template-type | fail | The instance #108=IfcPropertySet('116M...(#111)) with Name attribute Pset_Address is assigned to #107=IfcWallType('12aG1gZ...FINED.). Pset_Address is PSET_OCCURRENCEDRIVEN. The property sets defined by this IfcPropertySetTemplate can only be assigned to subtypes of IfcObject. | IFC4X3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_Address. The IFCPROPERTY is incorrectly assigned to a type object | +| fail-pse001-scenario03-wrong-ifcproperty-data-type | fail | The instance #8=IfcPropertySet('16MocU...,(#11)) has an associated value #11=IfcPropertyEnumerated...)),#10) with Name attribute equal to: 'Status'. Expected data type of this value is ['NEW', 'EXISTING', 'DEMOLISH', 'TEMPORARY', 'OTHER', 'NOTKNOWN', 'UNSET'], but CustomStatus was found. | IFC4X3 file containing a IFCPROPERTYSET with an correct Pset_ prefixed Name attribute: Pset_WallCommon. The IFCPROPERTY assigned to the IFCPROPERTYSET has an invalid Data Type attribute | diff --git a/test/files/pse001/fail-pse001-scenario01-custom-pset-prefix.ifc b/test/files/pse001/fail-pse001-scenario01-custom-pset-prefix.ifc new file mode 100644 index 00000000..afbfb98f --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario01-custom-pset-prefix.ifc @@ -0,0 +1,34 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC2X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',#16,'PSE001',$,$,$,$,(#23),#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',#16,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',#16,'Pset_Mywall',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',#16,$,$,(#7),#8); +#11=IFCPROPERTYSINGLEVALUE('IsExternal',$,); +#12=IFCPERSON($,$,'',$,$,$,$,$); +#13=IFCORGANIZATION($,'',$,$,$); +#14=IFCPERSONANDORGANIZATION(#12,#13,$); +#15=IFCAPPLICATION(#13,'v0.7.0-fa6bbf2d','IfcOpenShell-v0.7.0-fa6bbf2d',''); +#16=IFCOWNERHISTORY(#14,#15,$,.ADDED.,$,#14,#15,1671551175); +#17=IFCDIRECTION((1.,0.,0.)); +#18=IFCDIRECTION((0.,0.,1.)); +#19=IFCCARTESIANPOINT((0.,0.,0.)); +#20=IFCAXIS2PLACEMENT3D(#19,#18,#17); +#21=IFCDIRECTION((0.,1.,0.)); +#22=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#20,#21); +#23=IFCREPRESENTATIONCONTEXT($,$); +#24=IFCBUILDING('21tW_cdjn0gPxSWguaBw8i',#16,$,$,$,$,$,$,.ELEMENT.,$,$,$); +#25=IFCRELAGGREGATES('0C4VOIgJL68wvcZOfCQvwe', #16, 'Spatial Structure Element Container', 'Spatial Structure Element to Facilities', #1, (#24)); + +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario01-pset-misassigned.ifc b/test/files/pse001/fail-pse001-scenario01-pset-misassigned.ifc new file mode 100644 index 00000000..c2b18f50 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario01-pset-misassigned.ifc @@ -0,0 +1,34 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC2X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',#16,'PSE001',$,$,$,$,(#23),#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',#16,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',#16,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',#16,$,$,(#1),#8); +#11=IFCPROPERTYSINGLEVALUE('IsExternal',$,); +#12=IFCPERSON($,$,'',$,$,$,$,$); +#13=IFCORGANIZATION($,'',$,$,$); +#14=IFCPERSONANDORGANIZATION(#12,#13,$); +#15=IFCAPPLICATION(#13,'v0.7.0-fa6bbf2d','IfcOpenShell-v0.7.0-fa6bbf2d',''); +#16=IFCOWNERHISTORY(#14,#15,$,.ADDED.,$,#14,#15,1671551175); +#17=IFCDIRECTION((1.,0.,0.)); +#18=IFCDIRECTION((0.,0.,1.)); +#19=IFCCARTESIANPOINT((0.,0.,0.)); +#20=IFCAXIS2PLACEMENT3D(#19,#18,#17); +#21=IFCDIRECTION((0.,1.,0.)); +#22=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#20,#21); +#23=IFCREPRESENTATIONCONTEXT($,$); +#24=IFCBUILDING('21tW_cdjn0gPxSWguaBw8i',#16,$,$,$,$,$,$,.ELEMENT.,$,$,$); +#25=IFCRELAGGREGATES('0C4VOIgJL68wvcZOfCQvwe', #16, 'Spatial Structure Element Container', 'Spatial Structure Element to Facilities', #1, (#24)); + +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-data-type.ifc b/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-data-type.ifc new file mode 100644 index 00000000..de7f07d6 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-data-type.ifc @@ -0,0 +1,35 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC2X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',#16,'PSE001',$,$,$,$,(#23),#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',#16,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',#16,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',#16,$,$,(#7),#8); +#11=IFCPROPERTYSINGLEVALUE('AcousticRating',$,IFCBOOLEAN(.T.),$); +#12=IFCPERSON($,$,'',$,$,$,$,$); +#13=IFCORGANIZATION($,'',$,$,$); +#14=IFCPERSONANDORGANIZATION(#12,#13,$); +#15=IFCAPPLICATION(#13,'v0.7.0-fa6bbf2d','IfcOpenShell-v0.7.0-fa6bbf2d',''); +#16=IFCOWNERHISTORY(#14,#15,$,.ADDED.,$,#14,#15,1671551175); +#17=IFCDIRECTION((1.,0.,0.)); +#18=IFCDIRECTION((0.,0.,1.)); +#19=IFCCARTESIANPOINT((0.,0.,0.)); +#20=IFCAXIS2PLACEMENT3D(#19,#18,#17); +#21=IFCDIRECTION((0.,1.,0.)); +#22=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#20,#21); +#23=IFCREPRESENTATIONCONTEXT($,$); +#24=IFCBUILDING('21tW_cdjn0gPxSWguaBw8i',#16,$,$,$,$,$,$,.ELEMENT.,$,$,$); +#25=IFCRELAGGREGATES('0C4VOIgJL68wvcZOfCQvwe', #16, 'Spatial Structure Element Container', 'Spatial Structure Element to Facilities', #1, (#24)); + +ENDSEC; +END-ISO-10303-21; + diff --git a/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-name.ifc b/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-name.ifc new file mode 100644 index 00000000..ac524d97 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-name.ifc @@ -0,0 +1,34 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC2X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',#16,'PSE001',$,$,$,$,(#23),#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',#16,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',#16,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',#16,$,$,(#7),#8); +#11=IFCPROPERTYSINGLEVALUE('MyProperty',$,); +#12=IFCPERSON($,$,'',$,$,$,$,$); +#13=IFCORGANIZATION($,'',$,$,$); +#14=IFCPERSONANDORGANIZATION(#12,#13,$); +#15=IFCAPPLICATION(#13,'v0.7.0-fa6bbf2d','IfcOpenShell-v0.7.0-fa6bbf2d',''); +#16=IFCOWNERHISTORY(#14,#15,$,.ADDED.,$,#14,#15,1671551175); +#17=IFCDIRECTION((1.,0.,0.)); +#18=IFCDIRECTION((0.,0.,1.)); +#19=IFCCARTESIANPOINT((0.,0.,0.)); +#20=IFCAXIS2PLACEMENT3D(#19,#18,#17); +#21=IFCDIRECTION((0.,1.,0.)); +#22=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#20,#21); +#23=IFCREPRESENTATIONCONTEXT($,$); +#24=IFCBUILDING('21tW_cdjn0gPxSWguaBw8i',#16,$,$,$,$,$,$,.ELEMENT.,$,$,$); +#25=IFCRELAGGREGATES('0C4VOIgJL68wvcZOfCQvwe', #16, 'Spatial Structure Element Container', 'Spatial Structure Element to Facilities', #1, (#24)); + +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-type.ifc b/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-type.ifc new file mode 100644 index 00000000..e1dc7f07 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario01-wrong-ifcproperty-type.ifc @@ -0,0 +1,35 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC2X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',#16,'PSE001',$,$,$,$,(#23),#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',#16,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',#16,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',#16,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('IsExternal',$,$); +#11=IFCPROPERTYENUMERATEDVALUE('IsExternal',$,$,$,#10); +#12=IFCPERSON($,$,'',$,$,$,$,$); +#13=IFCORGANIZATION($,'',$,$,$); +#14=IFCPERSONANDORGANIZATION(#12,#13,$); +#15=IFCAPPLICATION(#13,'v0.7.0-fa6bbf2d','IfcOpenShell-v0.7.0-fa6bbf2d',''); +#16=IFCOWNERHISTORY(#14,#15,$,.ADDED.,$,#14,#15,1671551175); +#17=IFCDIRECTION((1.,0.,0.)); +#18=IFCDIRECTION((0.,0.,1.)); +#19=IFCCARTESIANPOINT((0.,0.,0.)); +#20=IFCAXIS2PLACEMENT3D(#19,#18,#17); +#21=IFCDIRECTION((0.,1.,0.)); +#22=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#20,#21); +#23=IFCREPRESENTATIONCONTEXT($,$); +#24=IFCBUILDING('21tW_cdjn0gPxSWguaBw8i',#16,$,$,$,$,$,$,.ELEMENT.,$,$,$); +#25=IFCRELAGGREGATES('0C4VOIgJL68wvcZOfCQvwe', #16, 'Spatial Structure Element Container', 'Spatial Structure Element to Facilities', #1, (#24)); + +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario02-custom-pset-prefix.ifc b/test/files/pse001/fail-pse001-scenario02-custom-pset-prefix.ifc new file mode 100644 index 00000000..4b8a4f1e --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario02-custom-pset-prefix.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_Mywall',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario02-pset-misassigned.ifc b/test/files/pse001/fail-pse001-scenario02-pset-misassigned.ifc new file mode 100644 index 00000000..6bcb2b68 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario02-pset-misassigned.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#1),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-data-type.ifc b/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-data-type.ifc new file mode 100644 index 00000000..dba310e9 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-data-type.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('CustomStatus')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-name.ifc b/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-name.ifc new file mode 100644 index 00000000..cd91ac15 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-name.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('MyProperty',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('MyProperty',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-type.ifc b/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-type.ifc new file mode 100644 index 00000000..342d1fae --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario02-wrong-ifcproperty-type.ifc @@ -0,0 +1,19 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#11=IFCPROPERTYSINGLEVALUE('Status',$,); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario03-custom-pset-prefix.ifc b/test/files/pse001/fail-pse001-scenario03-custom-pset-prefix.ifc new file mode 100644 index 00000000..80a4365e --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario03-custom-pset-prefix.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_Mywall',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario03-pset-misassigned.ifc b/test/files/pse001/fail-pse001-scenario03-pset-misassigned.ifc new file mode 100644 index 00000000..be18543e --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario03-pset-misassigned.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#1),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario03-pset-type-misassigned.ifc b/test/files/pse001/fail-pse001-scenario03-pset-type-misassigned.ifc new file mode 100644 index 00000000..929f72d9 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario03-pset-type-misassigned.ifc @@ -0,0 +1,19 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IfcWallType('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,(#8),$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WindowCommon',$,(#11)); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-data-type.ifc b/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-data-type.ifc new file mode 100644 index 00000000..cab7ed79 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-data-type.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('CustomStatus')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-name.ifc b/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-name.ifc new file mode 100644 index 00000000..8fc97826 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-name.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('MyProperty',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('MyProperty',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-type.ifc b/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-type.ifc new file mode 100644 index 00000000..5f7db0e6 --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario03-wrong-ifcproperty-type.ifc @@ -0,0 +1,19 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#11=IFCPROPERTYSINGLEVALUE('Status',$,); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/fail-pse001-scenario03-wrong-template-type.ifc b/test/files/pse001/fail-pse001-scenario03-wrong-template-type.ifc new file mode 100644 index 00000000..583b00ca --- /dev/null +++ b/test/files/pse001/fail-pse001-scenario03-wrong-template-type.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#107=IFCWALLTYPE('12aG1gZj7PD2PztLOx2$IVX',$,'Custom Wall Type',$,$,(#108),$,$,$,.NOTDEFINED.); +#108=IFCPROPERTYSET('116MocU_IDOF8_x3Iqllz0d',$,'Pset_Address',$,(#111)); +#110=IFCPROPERTYENUMERATION('Purpose',$,$); +#111=IFCPROPERTYENUMERATEDVALUE('Purpose',$,$,#110); + +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/pass-pse001-ifcpropertyset-name-2x3.ifc b/test/files/pse001/pass-pse001-ifcpropertyset-name-2x3.ifc new file mode 100644 index 00000000..065857f9 --- /dev/null +++ b/test/files/pse001/pass-pse001-ifcpropertyset-name-2x3.ifc @@ -0,0 +1,35 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC2X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',#16,'PSE001',$,$,$,$,(#23),#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',#16,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',#16,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',#16,$,$,(#7),#8); +#11=IFCPROPERTYSINGLEVALUE('IsExternal',$,IFCBOOLEAN(.T.),$); +#12=IFCPERSON($,$,'',$,$,$,$,$); +#13=IFCORGANIZATION($,'',$,$,$); +#14=IFCPERSONANDORGANIZATION(#12,#13,$); +#15=IFCAPPLICATION(#13,'v0.7.0-fa6bbf2d','IfcOpenShell-v0.7.0-fa6bbf2d',''); +#16=IFCOWNERHISTORY(#14,#15,$,.ADDED.,$,#14,#15,1671551175); +#17=IFCDIRECTION((1.,0.,0.)); +#18=IFCDIRECTION((0.,0.,1.)); +#19=IFCCARTESIANPOINT((0.,0.,0.)); +#20=IFCAXIS2PLACEMENT3D(#19,#18,#17); +#21=IFCDIRECTION((0.,1.,0.)); +#22=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#20,#21); +#23=IFCREPRESENTATIONCONTEXT($,$); +#24=IFCBUILDING('21tW_cdjn0gPxSWguaBw8i',#16,$,$,$,$,$,$,.ELEMENT.,$,$,$); +#25=IFCRELAGGREGATES('0C4VOIgJL68wvcZOfCQvwe', #16, 'Spatial Structure Element Container', 'Spatial Structure Element to Facilities', #1, (#24)); + +ENDSEC; +END-ISO-10303-21; + diff --git a/test/files/pse001/pass-pse001-ifcpropertyset-name-4.ifc b/test/files/pse001/pass-pse001-ifcpropertyset-name-4.ifc new file mode 100644 index 00000000..fe5b90b5 --- /dev/null +++ b/test/files/pse001/pass-pse001-ifcpropertyset-name-4.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/pass-pse001-ifcpropertyset-name-4x3.ifc b/test/files/pse001/pass-pse001-ifcpropertyset-name-4x3.ifc new file mode 100644 index 00000000..ec096085 --- /dev/null +++ b/test/files/pse001/pass-pse001-ifcpropertyset-name-4x3.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-2x3.ifc b/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-2x3.ifc new file mode 100644 index 00000000..8403a71d --- /dev/null +++ b/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-2x3.ifc @@ -0,0 +1,34 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC2X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',#16,'PSE001',$,$,$,$,(#23),#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',#16,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',#16,'Mywall',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',#16,$,$,(#7),#8); +#11=IFCPROPERTYSINGLEVALUE('IsExternal',$,); +#12=IFCPERSON($,$,'',$,$,$,$,$); +#13=IFCORGANIZATION($,'',$,$,$); +#14=IFCPERSONANDORGANIZATION(#12,#13,$); +#15=IFCAPPLICATION(#13,'v0.7.0-fa6bbf2d','IfcOpenShell-v0.7.0-fa6bbf2d',''); +#16=IFCOWNERHISTORY(#14,#15,$,.ADDED.,$,#14,#15,1671551175); +#17=IFCDIRECTION((1.,0.,0.)); +#18=IFCDIRECTION((0.,0.,1.)); +#19=IFCCARTESIANPOINT((0.,0.,0.)); +#20=IFCAXIS2PLACEMENT3D(#19,#18,#17); +#21=IFCDIRECTION((0.,1.,0.)); +#22=IFCGEOMETRICREPRESENTATIONCONTEXT($,'Model',3,1.E-05,#20,#21); +#23=IFCREPRESENTATIONCONTEXT($,$); +#24=IFCBUILDING('21tW_cdjn0gPxSWguaBw8i',#16,$,$,$,$,$,$,.ELEMENT.,$,$,$); +#25=IFCRELAGGREGATES('0C4VOIgJL68wvcZOfCQvwe', #16, 'Spatial Structure Element Container', 'Spatial Structure Element to Facilities', #1, (#24)); + +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-4.ifc b/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-4.ifc new file mode 100644 index 00000000..5da204bc --- /dev/null +++ b/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-4.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Mywall',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-4x3.ifc b/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-4x3.ifc new file mode 100644 index 00000000..2476e08f --- /dev/null +++ b/test/files/pse001/pass-pse001-ifcpropertyset-name-no-pset-4x3.ifc @@ -0,0 +1,20 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IFCWALL('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Mywall',$,(#11)); +#9=IFCRELDEFINESBYPROPERTIES('1xdwj8qGXK4hzoNbvMdXJW',$,$,$,(#7),#8); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21; diff --git a/test/files/pse001/pass-pse001-ifcpropertyset-type-check-4x3.ifc b/test/files/pse001/pass-pse001-ifcpropertyset-type-check-4x3.ifc new file mode 100644 index 00000000..ff99b6ff --- /dev/null +++ b/test/files/pse001/pass-pse001-ifcpropertyset-type-check-4x3.ifc @@ -0,0 +1,19 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1'); +FILE_NAME('','2022-10-07T13:48:43',(),(),'IfcOpenShell v0.7.0-dc67287d','IfcOpenShell v0.7.0-dc67287d',''); +FILE_SCHEMA(('IFC4X3')); +ENDSEC; +DATA; +#1=IFCPROJECT('1hqIFTRjfV6AWq_bMtnZwI',$,'PSE001',$,$,$,$,$,#6); +#2=IFCSIUNIT(*,.LENGTHUNIT.,.MILLI.,.METRE.); +#3=IFCSIUNIT(*,.AREAUNIT.,.MILLI.,.SQUARE_METRE.); +#4=IFCSIUNIT(*,.VOLUMEUNIT.,.MILLI.,.CUBIC_METRE.); +#5=IFCSIUNIT(*,.TIMEUNIT.,$,.SECOND.); +#6=IFCUNITASSIGNMENT((#5,#4,#2,#3)); +#7=IfcWallType('2nJrDaLQfJ1QPhdJR0o97J',$,$,$,$,(#8),$,$,$,$); +#8=IFCPROPERTYSET('16MocU_IDOF8_x3Iqllz0d',$,'Pset_WallCommon',$,(#11)); +#10=IFCPROPERTYENUMERATION('Status',(IFCLABEL('NEW'),IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH'),IFCLABEL('TEMPORARY'),IFCLABEL('OTHER'),IFCLABEL('NOTKNOWN'),IFCLABEL('UNSET')),$); +#11=IFCPROPERTYENUMERATEDVALUE('Status',$,(IFCLABEL('EXISTING'),IFCLABEL('DEMOLISH')),#10); +ENDSEC; +END-ISO-10303-21;